Skip to main content
POST
/
v1
Create a list of purchase details
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/purchase-detail/v1/' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<unknown>"
]'
{
  "ids": [
    {
      "externalId": "<string>",
      "id": "<string>"
    }
  ],
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Request information needed to create the purchase detail

Response

Successfully saved

ids
object[]
required

Ids of the purchase details that has been created or updated.

description
string

Short description of the result of the action