Need to update a Sales order line status for custome orchestration process
Summary:
Need to update a Sales order line status for custome orchestration process
Content (required):
We have a problem modifying the status of the sales order lines. We are using the api: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}
However, we get the error: StatusCode: Attribute StatusCode in view object SalesOrdersVO_lines_SalesOrdersVOToFulfillLineVO_FulfillLineVO cannot be set.
Can you tell us what the configuration is to be able to add that StatusCode attribute?
the request is:
{
"lines": [{
"FulfillLineId" : 300000018796865,
"StatusCode": "COMPLETED_VAR"
}]
}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0