The API allows developers to retrieve the JSON body as part of any successful POST and PUT requests.
When posting a new record the body will not automatically return the UID of the newly created record.
This is achieved by adding the special parameter ?returnBody=true to the end of POST and PUT requests, returning the JSON body as part of the API response.
This feature helps cut down on those extra calls to retrieve data, improving overall integration performance.
Headers: ?returnBody=true
or
URL request: ?returnBody=true
e.g
http://localhost:8080/AccountRight/{CompanyFile GUID}/Sale/Invoice/Service?returnbody=true
If you have any questions, feel to log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.