This operation will save the list of purchase details
cURL
curl --request POST \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/purchase-detail/v1/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<unknown>" ]'
{ "ids": [ { "externalId": "<string>", "id": "<string>" } ], "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The audit user to log the request
Request information needed to create the purchase detail
Successfully saved
Ids of the purchase details that has been created or updated.
Show child attributes
Short description of the result of the action
Was this page helpful?