Getting error using API to update contract end date.
Hi.
We are getting the following error when trying to use a REST API to amend the end date of a contract.
"EndDate: Attribute EndDate in view object ContractHeader cannot be set."
We are sending a PATCH request to the following endpoint
"domain/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}"
The payload is as follows.
{
"EndDate": "2019-06-15"
}
I can find some other people with similar issues with different attributes but nothing for this.
Thanks,
David.
Tagged:
0