{
"workOrderId": "string",
"workOrderType": "string",
"userId": 0,
"accountId": 0,
"workOrderConfig": {
"index": 0
},
"msghandler_url": "string",
"resourceType": "string",
"workOrderItems": [
{
"workOrderItemId": "string",
"workOrderId": "string",
"resourceId": "string",
"resourceType": "string",
"workOrderItemConfig": {
"acctItemClass": "string",
"cycleCnt": 0,
"cycleType": "string",
"name": "string",
"newBandwidthValue": 0,
"platformId": "string"
},
"workOrderItemNo": "string"
}
],
"workOrderNo": "string"
}
curl --location --request POST '/api/msg/order/upgrade/ip_pool/' \
--header 'Content-Type: application/json' \
--data-raw '{
"workOrderId": "string",
"workOrderType": "string",
"userId": 0,
"accountId": 0,
"workOrderConfig": {
"index": 0
},
"msghandler_url": "string",
"resourceType": "string",
"workOrderItems": [
{
"workOrderItemId": "string",
"workOrderId": "string",
"resourceId": "string",
"resourceType": "string",
"workOrderItemConfig": {
"acctItemClass": "string",
"cycleCnt": 0,
"cycleType": "string",
"name": "string",
"newBandwidthValue": 0,
"platformId": "string"
},
"workOrderItemNo": "string"
}
],
"workOrderNo": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": "string",
"next": "string",
"total_count": 0,
"results": [
"string"
],
"code": 0
}