{
"processType": "INT_IMPORT",
"shippingMode": "AIR",
"shippingMethod": "AIR",
"insurance": "INSURANCE",
"portFees": "paidByAgent",
"nonInclusiveDeliveryFees": "paidByAgent",
"serviceType": [
"DTD"
],
"returnDateFrom": "string",
"returnDateTo": "string",
"departureDate": "string",
"arrivalDate": "string",
"arrivalDatePortDelivery": "string",
"deliveryDate": "string",
"reference": "string",
"billOfLanding": "string",
"houseBillOfLanding": "string",
"volumeImperialQuoted": 0,
"volumeMetricQuoted": 0,
"weightImperialQuoted": 0,
"weightMetricQuoted": 0,
"aesNumber": "string",
"vesselCarrierName": "string",
"voyageNumber": "string",
"cargoControlNumber": "string",
"itnNumber": "string",
"bookingNumber": "string",
"awbNumber": "string",
"serviceProfileNotes": "string",
"specialItems": "string",
"isfNumber": "string",
"movingFrom": {
"fullAddress": "string",
"apartment": "string",
"unitNo": "string",
"buzzersCode": "string",
"floor": "string",
"notes": "string"
},
"movingTo": {
"fullAddress": "string",
"apartment": "string",
"unitNo": "string",
"buzzersCode": "string",
"floor": "string",
"notes": "string"
},
"customerDetails": {
"name": "string",
"emails": [
{
"value": "string",
"type": "string"
}
],
"phones": [
{
"value": "string",
"type": "string"
}
]
}
}
curl --location -g --request POST 'https://{{subscriber_name}}.masi-leap.com/v1/x-masi-api/create-job' \
--header 'Authorization: {{NEW_JOB_API_KEY}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"processType": "INT_IMPORT",
"shippingMode": "AIR",
"shippingMethod": "AIR",
"insurance": "INSURANCE",
"portFees": "paidByAgent",
"nonInclusiveDeliveryFees": "paidByAgent",
"serviceType": [
"DTD"
],
"returnDateFrom": "string",
"returnDateTo": "string",
"departureDate": "string",
"arrivalDate": "string",
"arrivalDatePortDelivery": "string",
"deliveryDate": "string",
"reference": "string",
"billOfLanding": "string",
"houseBillOfLanding": "string",
"volumeImperialQuoted": 0,
"volumeMetricQuoted": 0,
"weightImperialQuoted": 0,
"weightMetricQuoted": 0,
"aesNumber": "string",
"vesselCarrierName": "string",
"voyageNumber": "string",
"cargoControlNumber": "string",
"itnNumber": "string",
"bookingNumber": "string",
"awbNumber": "string",
"serviceProfileNotes": "string",
"specialItems": "string",
"isfNumber": "string",
"movingFrom": {
"fullAddress": "string",
"apartment": "string",
"unitNo": "string",
"buzzersCode": "string",
"floor": "string",
"notes": "string"
},
"movingTo": {
"fullAddress": "string",
"apartment": "string",
"unitNo": "string",
"buzzersCode": "string",
"floor": "string",
"notes": "string"
},
"customerDetails": {
"name": "string",
"emails": [
{
"value": "string",
"type": "string"
}
],
"phones": [
{
"value": "string",
"type": "string"
}
]
}
}'
{}