curl --location --request POST 'https://unified-dev.digit.org/egov-workflow-v2/egov-wf/process/_transition' \
--header 'Content-Type: application/json' \
--data-raw '{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
},
"ProcessInstances": [
{
"tenantId": "pg",
"businessService": "WaterManegament3",
"businessId": "pgrmnkm001x1iMmmA",
"action": "APPLY",
"comment": null,
"assignee": null,
"previousStatus": null
}
]
}'
{
"ResponseInfo": {},
"ProcessInstances": [
{
"id": "string",
"tenantId": "string",
"businessService": "string",
"businessId": "string",
"action": "string",
"moduleName": "string",
"state": "string",
"comment": "string",
"documents": [
{
"id": "string",
"tenantId": "string",
"documentType": "string",
"fileStoreId": "string",
"documentUid": "string",
"auditDetails": {}
}
],
"assigner": {},
"assignes": [
{}
],
"nextActions": [
"string"
],
"stateSla": 0,
"businesssServiceSla": 0,
"currentStatus": "string",
"previousStatus": "string",
"entity": {},
"rating": 1,
"escalated": true,
"auditDetails": {}
}
],
"totalCount": 0
}