{
"ordId": "15",
"ourRefer": "minim nulla magna exercitation irure",
"yourRefer": "sint",
"termsDelRk": "dolor ut laboris adipisicing magna",
"delNote": "dolor occaecat ut aliquip sunt",
"note": "in dolore",
"orderDtls": [
{
"name": "Luis Schumm",
"ordDtlId": "73",
"fcUnitRate": 31,
"deposit": 37
}
]
}curl --location --request POST 'https://ttt.iierp.com/ySO/api/Order/UpdateOrder' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ordId": "15",
"ourRefer": "minim nulla magna exercitation irure",
"yourRefer": "sint",
"termsDelRk": "dolor ut laboris adipisicing magna",
"delNote": "dolor occaecat ut aliquip sunt",
"note": "in dolore",
"orderDtls": [
{
"name": "Luis Schumm",
"ordDtlId": "73",
"fcUnitRate": 31,
"deposit": 37
}
]
}'{
"StatusCode": 200,
"Info": "",
"Data": {},
"Total": 0
}