getting error "You must provide a value for the {ATTRIBUTE_NAME} attribute"
Summary:
When trying to run an API POST /fscmRestApi/resources/11.13.18.05/transitTimes I am using a simple payload
I am getting an error of:
You must provide a value for the {ATTRIBUTE_NAME} attribute.
A record with this combination of values already exists.
- According to the documentation, I am not missing anything
- The combination does not exist
Content (please ensure you mask any confidential information):
Simple payload is:
{ "OriginTypeCode": "LE",
"DestinationTypeCode": "LI",
"OriginExternalLocationSourceId": "30000XXXXXXXXXX",
"OriginExternalLocationSourceType": "SA",
"DestinationInternalLocationId": "30000YYYYYYYYYY"}
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
0