{
"msg": [
{
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 0,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 0,
"resourceInfo": "info",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"name": 0,
"vipSubnetId": "string",
"platformId": "string",
"publicIp": "string",
"vipAddress": "string",
"deleteProtection": 0,
"description": "string",
"acctItemClass": "string",
"osType": "string",
"zoneId": "string",
"cycleType": "string",
"zoneName": "string",
"cycleCnt": 0
},
"masterOrderId": "string",
"workOrderId": "string",
"innerOrderItemId": "string",
"masterResourceId": "string",
"workOrderItemNo": "string",
"cycleType": 0,
"master": "string",
"resourceDescription": "string",
"resourceInfo": "string",
"innerOrderId": "string",
"resourceId": "string",
"productId": 0
}
],
"accountType": "string",
"resourceId": "string",
"innerOrderId": "string",
"userId": "string",
"accountId": "string"
}
]
}
curl --location --request POST '/api/msg/order/create_lb/' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": [
{
"orderId": "string",
"serviceTag": "string",
"cycleCnt": 0,
"resourceType": "string",
"resourceDescription": "string",
"workOrderNo": "string",
"masterOrderId": 0,
"workOrderId": "string",
"msghandler_url": "string",
"workOrderType": "string",
"workOrderConfig": {
"index": 0
},
"cycleType": 0,
"resourceInfo": "info",
"workOrderItems": [
{
"orderId": 0,
"serviceTag": "string",
"workOrderItemId": "string",
"orderItemId": "string",
"workOrderItemConfig": {
"name": 0,
"vipSubnetId": "string",
"platformId": "string",
"publicIp": "string",
"vipAddress": "string",
"deleteProtection": 0,
"description": "string",
"acctItemClass": "string",
"osType": "string",
"zoneId": "string",
"cycleType": "string",
"zoneName": "string",
"cycleCnt": 0
},
"masterOrderId": "string",
"workOrderId": "string",
"innerOrderItemId": "string",
"masterResourceId": "string",
"workOrderItemNo": "string",
"cycleType": 0,
"master": "string",
"resourceDescription": "string",
"resourceInfo": "string",
"innerOrderId": "string",
"resourceId": "string",
"productId": 0
}
],
"accountType": "string",
"resourceId": "string",
"innerOrderId": "string",
"userId": "string",
"accountId": "string"
}
]
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}