How do I form a composite query parameter in the REST URL for the DELETE method
The standard construct works on the GET method but not the DELETE method.
For example this works for GET but not DELETE:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/AssociatedProject?q=LinkId=1234567890123;MajorVersion=1
It's the last parameter that it does not like for the DELETE. It throws a "Bad Request" response.
Please let me know if anyone has encountered this.
Thx!
Pete
For example this works for GET but not DELETE:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/AssociatedProject?q=LinkId=1234567890123;MajorVersion=1
It's the last parameter that it does not like for the DELETE. It throws a "Bad Request" response.
Please let me know if anyone has encountered this.
Thx!
Pete
0