| GET | /dlms/transactions/jobstatus | Returns job status for a queued 947I generation request |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | Guid | Yes | The UserID that authorizes the caller to complete the request. |
| JobId | query | string | Yes | The job identifier returned when the async request was queued. |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| JobId | body | string | No | |
| Status | body | string | No | |
| Completed | body | string | No | |
| Error | body | string | No | |
| Warnings | body | List<string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetJobStatus HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: application/json
Content-Length: length
{"UserID":"String","JobId":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"JobId":"String","Status":"String","Completed":"String","Error":"String","Warnings":["String"]}