Closed janicki95 closed 1 week ago
Hi Patryk,
Please could you provide the full payload and the full command that you are using? Many thanks
The square brackets are missing around the loadingAndUnloading. It should be:
{
"accessConditionType": ["loadingAndUnloading"],
"negate": false
}
I have successfully parsed my own customised version of your order into the INT environment with the above amendment.
Closing as completed but let us know if any problems persist.
@stm-john-cooper I assume the square brackets in your example should go outside the quotes rather than inside? ["loadingAndUnloading"]
not "[loadingAndUnloading]"
.
Yes, correct. Sorry, should be:
{
"accessConditionType": ["loadingAndUnloading"],
"negate": false
},
Fixed in the above thread too - just in case others don't look this far down.
When publishing a source that contains a "accessConditionType" condition, the service returns error code 500 with the following error:
"accessConditionType":