I attempt post this json:
{
"assignedUserID": "",
"completelyReceived": false,
"completelyShipped": false,
"dateFilter": "",
"dimensionSetID": 0,
"directTransfer": true,
"entryExitPoint": "",
"externalDocumentNo": "",
"hasShippedLines": false,
"inboundWhseHandlingTime": "",
"inTransitCode": "",
"lastReceiptNo": "",
"lastShipmentNo": "",
"locationFilter": "",
"noSeries": "T-ORD",
"outboundWhseHandlingTime": "",
"postingDate": "2021-02-19",
"postingfromWhseRef": 0,
"receiptDate": "2021-02-19",
"shipmentDate": "2021-02-19",
"shipmentMethodCode": "",
"shippingAdvice": "Partial",
"shippingAgentCode": "",
"shippingAgentServiceCode": "",
"shippingTime": "",
"shortcutDimension1Code": "",
"shortcutDimension2Code": "",
"transactionSpecification": "",
"transactionType": "",
"transferfromAddress2": "adr2",
"transferfromAddress": "133 Street",
"transferfromCity": "ACity",
"transferfromCode": "000",
"transferfromContact": "",
"transferfromCounty": "US",
"transferfromName2": "",
"transferfromName": "my Custom WAREHOUSE",
"transferfromPostCode": "47901",
"transfertoAddress2": "",
"transfertoAddress": "123 customer St",
"transfertoCity": "City2",
"transfertoCode": "DD88",
"transfertoContact": "",
"transfertoCounty": "US ",
"transfertoName2": "",
"transfertoName": "To 123",
"transfertoPostCode": "564",
"transportMethod": "",
"trsffromCountryRegionCode": "US",
"trsftoCountryRegionCode": "US",
"comment": false,
"status": "Open"
}
Or simple one on another custom API:
{
"directTransfer": true,
"noSeries": "T-ORD",
"status": "Open",
"transferfromCode": "LocCode1",
"transfertoCode": "LocCode2"
}
Both are give same error (values in transferfromCode and transfertoCode are valid values, but I changed them due to privacy)