Closed gfxa closed 1 year ago
Hello @bgmulinari,
If there is a way to change the status of a document via B1SLayer?
Service Layer API Reference: POST ../b1s/v1/Orders(123)/Cancel POST ../b1s/v1/Orders(123)/Close POST ../b1s/v1/DeliveryNotes(123)/Cancel
Hi, @gfxa.
Yes. Check the example below:
await serviceLayer.Request("Orders(123)/Cancel").PostAsync();
Thank you for the quick response! 👍
Hello @bgmulinari,
If there is a way to change the status of a document via B1SLayer?
Service Layer API Reference: POST ../b1s/v1/Orders(123)/Cancel POST ../b1s/v1/Orders(123)/Close POST ../b1s/v1/DeliveryNotes(123)/Cancel