{
"typeOfService": "string",
"description": "string",
"orderNumber": "string",
"invoiceValue": "string",
"paymentMode": "string",
"amountToBeCollected": "string",
"allowReturn": true,
"notifyOnAccepted": "string",
"notifySmsOnAccepted": "string",
"origin": {
"contactNumber": "string",
"contactEmail": "string",
"contactName": "string",
"deliveryPartnerId": "string",
"title": "string",
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"postalCode": "string",
"country": "string",
"note": "string",
"locationId": "string"
},
"destination": {
"contactNumber": "string",
"contactEmail": "string",
"contactName": "string",
"deliveryPartnerId": "string",
"title": "string",
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"postalCode": "string",
"country": "string",
"note": "string",
"locationId": "string"
},
"items": [
{
"id": "string",
"name": "string",
"value": "string",
"weight": 0,
"compartmentSize": 0,
"originDeliveryParcelId": "string",
"destinationDeliveryParcelId": "string"
}
],
"customer": {
"fullName": "string",
"phone": "string",
"email": "string"
},
"numberOfParcels": 0
}curl --location --request POST 'https://platform.shopranos.eu/api/carriers/boxnow//delivery-requests' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"typeOfService": "string",
"description": "string",
"orderNumber": "string",
"invoiceValue": "string",
"paymentMode": "string",
"amountToBeCollected": "string",
"allowReturn": true,
"notifyOnAccepted": "string",
"notifySmsOnAccepted": "string",
"origin": {
"contactNumber": "string",
"contactEmail": "string",
"contactName": "string",
"deliveryPartnerId": "string",
"title": "string",
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"postalCode": "string",
"country": "string",
"note": "string",
"locationId": "string"
},
"destination": {
"contactNumber": "string",
"contactEmail": "string",
"contactName": "string",
"deliveryPartnerId": "string",
"title": "string",
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"postalCode": "string",
"country": "string",
"note": "string",
"locationId": "string"
},
"items": [
{
"id": "string",
"name": "string",
"value": "string",
"weight": 0,
"compartmentSize": 0,
"originDeliveryParcelId": "string",
"destinationDeliveryParcelId": "string"
}
],
"customer": {
"fullName": "string",
"phone": "string",
"email": "string"
},
"numberOfParcels": 0
}'{
"id": "string",
"orderNumber": "string",
"status": "string",
"parcels": [
{
"id": "string",
"parcelNumber": "string"
}
]
}