RSSP Cart - edit requisition summary screen error
Summary:
Hi,
Following error is getting on RSSP screen and One time location address fields are blank even if we are creating, saving OneTimeAddress on Requisition in our customized app.
In our customization—
we are creating OneTimeAddress with following REST API-
/fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations
and updating the created Location Id on requisition line - DeliverToCustomerLocationId field for OnetimeAddress by using below REST API-
/fscmRestApi/resources/11.13.18.05/purchaseRequisitions/{purchaseRequisitionsUniqID}/child/lines/{linesUniqID}
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):