Authorization: ********************{
"tenantAppId": "string",
"timestamp": "string",
"nonceStr": "string",
"interfaceTypeCode": "string",
"interfaceCode": "string",
"signature": "string",
"data": {
"raw": {
"property1": {},
"property2": {}
},
"config": {
"keyComparator": {},
"ignoreError": true,
"ignoreCase": true,
"dateFormat": "string",
"ignoreNullValue": true,
"transientSupport": true,
"stripTrailingZeros": true,
"checkDuplicate": true,
"writeLongAsString": true,
"order": true
},
"empty": true,
"property1": {},
"property2": {}
}
}curl --location --request POST '/runningErrands/orderCallback' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantAppId": "string",
"timestamp": "string",
"nonceStr": "string",
"interfaceTypeCode": "string",
"interfaceCode": "string",
"signature": "string",
"data": {
"raw": {
"property1": {},
"property2": {}
},
"config": {
"keyComparator": {},
"ignoreError": true,
"ignoreCase": true,
"dateFormat": "string",
"ignoreNullValue": true,
"transientSupport": true,
"stripTrailingZeros": true,
"checkDuplicate": true,
"writeLongAsString": true,
"order": true
},
"empty": true,
"property1": {},
"property2": {}
}
}'{
"code": 0,
"msg": "string",
"data": {}
}