curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalOutboundRequestAPI/CreateOutboundRequest' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"warehouseCode": "string",
"clientOrCode": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"totalAmount": 0,
"items": [
{
"clientSku": "string",
"clientProductName": "string",
"quantity": 1,
"unitPrice": 0
}
],
"orType": "string",
"clientPlatformCode": "string",
"note": "string",
"clientRefCode": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"trackingService": "string",
"trackingUrl": "string",
"shippingLabelUrl": "string"
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"code": "string",
"clientCode": "string",
"warehouseCode": "string",
"clientOrCode": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"totalAmount": 0,
"status": "string",
"orType": "string",
"items": [
{
"clientSku": "string",
"clientProductName": "string",
"quantity": 0,
"unitPrice": 0
}
],
"clientPlatformCode": "string",
"note": "string",
"clientRefCode": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"trackingService": "string",
"trackingUrl": "string",
"shippingLabelUrl": "string",
"packingEvidenceUrl": "string"
}
}