Hi, can anyone share the Postorder API request payload with all required values. I am currently using the below one. It complains about apiOrderHeader - "message": "MyAdminException: 'apiOrderHeader' was not in the correct format"
{
"method": "PostOrder",
"params": {
"apiKey": "{{apiKey}}",
"sessionId": "{{sessionId}}",
"apiOrderHeader": {
"devicePlanLevel": "Pro",
"forAccount": "{{accountId}}",
"orderItems": [
{
"productCode": "ATT-GO9LTE",
"quantity": 1
}
],
"purchaseOrderNumber": "ERIC-SAMPLE-10001",
"shipToId": {
"id": 54601
},
"shippingFeeId": {
"code": "SHIP-STD",
"id": "1"
},
"warrantyOptionId": "12345"
}
},
"id": -1
}