{
"operation": "addnew",
"entityName": "string",
"data": {}
}
curl --location --request POST 'mxoc_qwms/mxoc_pdaPurchasereturn?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operation": "addnew",
"entityName": "string",
"data": {}
}'
{
"data": "string",
"errorCode": "string",
"message": "string",
"status": true,
"success": true
}