Skip to main content

MasterDataCreateRequest

uidstringrequired

Unique identifier for the master data entry

Example: UID_ABC_123
rawDataobjectrequired

Raw data content in any valid JSON format

Example: {"purchaseOrderNumber":"PO_123456","vendorSubmitDate":"2024-04-09","estimatedCargoReadyDate":"2024-04-11","shipmentLoadType":"CY","shipmentBookingId":"SB_ABC_123","shipmentBookingStatus":"PackageBookingStatusAcceptedEvent","targetOrgId":"custom_01"}
versionstringnullable

Optional version identifier for the data format

Example: shipment-booking-v1.0.0
MasterDataCreateRequest
{
"uid": "UID_ABC_123",
"rawData": {
"purchaseOrderNumber": "PO_123456",
"vendorSubmitDate": "2024-04-09",
"estimatedCargoReadyDate": "2024-04-11",
"shipmentLoadType": "CY",
"shipmentBookingId": "SB_ABC_123",
"shipmentBookingStatus": "PackageBookingStatusAcceptedEvent",
"targetOrgId": "custom_01"
},
"version": "shipment-booking-v1.0.0"
}