POST
/
v2
/
companies
/
{kausateId}
/
report
curl --request POST \
  --url https://api.openregisters.com/v2/companies/{kausateId}/report \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "customerReference": "<string>"
}'
{
  "orderId": "<string>",
  "customerReference": "<string>"
}

Authorizations

X-API-Key
string
header
required

Sign up at OpenRegisters.com to get an API key

Path Parameters

kausateId
string
required

Company ID to order product for

Body

application/json

Request model for ordering a company report.

Response

200
application/json

Successful Response

Response model for product order.