POST
/
v1
/
reprice
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/purchase-detail/v1/reprice \
  --header 'Content-Type: application/json' \
  --data '{
  "transactionId": "<string>",
  "purchaseDetailIds": [
    "<string>"
  ]
}'
{
  "description": "<string>",
  "id": "<string>"
}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Request information needed to create trigger a repricing

The body is of type object.

Response

201
application/json

Successfully triggered

The response is of type object.