{'accountId': 'account_id',
'accountType': '1',
'cycleCnt': 6,
'cycleType': 3,
'innerOrderId': '20220909000010',
'masterOrderId': 355,
'orderId': '20220909000010',
'resourceDescription': '',
'resourceId': 'a1aa61c9ed8744f298c0e2627d6ee3c6',
'resourceInfo': 'info',
'resourceType': 'SDWAN',
'serviceTag': 'VMS1',
'userId': '1',
'workOrderConfig': {'index': 0},
'workOrderId': '17420385c71f476f9e8dd9f049e1754f',
'workOrderItems': [{'cycleType': 3,
'innerOrderId': '',
'innerOrderItemId': '7121556137ee46b0bb435ef5768f2239',
'master': 'True',
'masterOrderId': '20220909000010',
'masterResourceId': 'a1aa61c9ed8744f298c0e2627d6ee3c6',
'orderId': 600,
'orderItemId': '',
'productId': 69,
'resourceAction': 0,
'resourceDescription': '',
'resourceId': '89f8bfa2ebda4b54a5ca792bf279e887',
'resourceInfo': 'info',
'resourceType': 'SDWAN',
'serviceTag': 'VMS1',
'workOrderId': '17420385c71f476f9e8dd9f049e1754f',
'workOrderItemConfig': {'acctItemClass': 'package',
'cycleCnt': 6,
'cycleType': '3',
'platformId': '2022guizhou_syj',
'name': 'sdwan-rfx9pm',
'device_type': 'vcpe',
'base_bandwidth': 5000,
'singleton': True,
},
'workOrderItemId': 'b020feed77e34075bdbc323564264d58',
'workOrderItemNo': '20220909000010'}],
'workOrderNo': '20220909150139',
'workOrderType': '1'}
{
"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": "string",
"cycleCnt": 0,
"cycleType": "string",
"name": "string",
"device_type": "string",
"platformId": "string",
"base_bandwidth": 0,
"singleton": true,
"description": "string",
"install_address": 0,
"is_install": true,
"value_service": "string",
"device_version": "string",
"contacts": "string",
"tel": "string",
"tel_bak": "string",
"email": "string",
"province": "string",
"city": "string",
"detail": "string"
},
"workOrderItemId": "string",
"workOrderItemNo": "string"
}
],
"workOrderNo": "string",
"workOrderType": "string"
}
curl --location --request POST '/api/msg/order-create_sdwan' \
--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": "string",
"cycleCnt": 0,
"cycleType": "string",
"name": "string",
"device_type": "string",
"platformId": "string",
"base_bandwidth": 0,
"singleton": true,
"description": "string",
"install_address": 0,
"is_install": true,
"value_service": "string",
"device_version": "string",
"contacts": "string",
"tel": "string",
"tel_bak": "string",
"email": "string",
"province": "string",
"city": "string",
"detail": "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
}