I've got this error while trying to create sale order through API.
Every thing is set up following the guide line, but still got error. Already try different content-type (application/json;odata.metadata=minimal;EEE754Compatible=true) but also not work.
{ "error": { "code": "BadRequest", "message": "Invalid Request Body CorrelationId: 9b68df58-b11a-4485-8069-84f8e2b06384." } }
{ "customerNumber": "1728", "orderDate": "2023-05-30", "postingDate": "2023-05-30", "billToCustomerNumber": "1728", "sellToAddressLine1": "BLK 704 ANG MO KIO AVENUE 8", "sellToAddressLine2": "#01-2559", "sellToCity": "", "sellToState": "", "sellToCountry": "", "sellToPostCode": "560704", "shipToAddressLine1": "BLK 704 ANG MO KIO AVENUE 8", "shipToAddressLine2": "#01-2559", "shipToCity": "", "shipToState": "", "shipToCountry": "", "shipToPostCode": "560704" }