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