35.1.1.1 Response JSON Parameters

This section provides the list of parameters in the JSON Response.

Table 35-2 GET JSON Response

Name Type Description
message code STRING

The API Status code.

  • DIA0000
  • DIA0001
  • DIA0007
  • DIA0008
message body STRING
  • fileName: The zip file name uploaded to ERP
  • docId: The document ID generated at ERP for the submitted zip file
  • erpJobId: Scheduled ESS job ID
  • status: PMF Process status
    • Completed
    • Failed
    • Running
    • Cancelled

Table 35-3 Possible Status Codes

Status Code Description
DIA0000 API call is success, refer to message body for details
DIA0001 Invalid Process Instance ID
DIA0007 Process execution details not found
DIA0008 Service not found for the specified version

Response JSON Sample

{"msgcode": "DIA0000","msgbody":
        {"fileName":"XlaTransaction_PASSTHROUGH_18-Jan-2023-12-56-43.zip","docId":"1203265","erpJobId":"1488049","status":"COMPLETED"}}