{
"ids": "string",
"parcelNrs": "string",
"senderParcelNrs": "string"
}
curl --location --request POST 'https://api.test.post-plus.io/api/v1/documents/parcel-documents/commercial-invoices/generate' \
--header 'Accept: application/json' \
--header 'X-API-KEY: apitest1234567890' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "string",
"parcelNrs": "string",
"senderParcelNrs": "string"
}'
{
"parcels": [
{
"identifiers": {
"id": 1234,
"parcelNr": "RS12345678US",
"senderParcelNr": "client-id-123"
},
"document": {
"type": "Generic",
"format": "Generic",
"data": "string"
}
}
]
}