Debtor |
AR Invoice |
Dispatch get Method of /api/public/v1/Result/{requestId} returns the status of previous requested task.
The requestId is the id of requested task prior to dispatching of method Result. |
Example of response from Result:
{"RequestId":"t3d45a84-afva-1219-9e89-023afx33euba","Status":"InQueue"}
Example of response that was dispatched with method GetDebotrList, which the Id is the requestId that will be used in method Result to check status and retrieve data.
{
"Id": "t3d45a84-afva-1219-9e89-023afx33euba",
"Name": "GetDebtorList",
"StartTimestamp": "2019-02-26T09:35:30.6022302Z",
"EndTimestamp": "2019-02-26T09:35:30.6022302Z"
}
There are basically 4 status indicates the process state.
However, the persistent of particular status of "InQueue" may indicate that there could be issue in the process:-
1) The dispatch of method Result is too soon.
2) AOTG Client is not updated, or incorrect version is installed
3) Check the AOTG Client service is running on the AutoCount Server.
4) The Cloud AOTG user account status is active.
4 possible responses from process status.
"RequestId": "f5175ac-8d11-4593-96ce-ccd36085d0d1", "Status": "InQueue"
"RequestId": "f5175ac-8d11-4593-96ce-ccd36085d0d1", "Status": "Processing"
"RequestId": "f5175ac-8d11-4593-96ce-ccd36085d0d1", "Status": "Completed"
"RequestId": "f5175ac-8d11-4593-96ce-ccd36085d0d1", "Status": "Failed"
Debtor |
AR Invoice |
Item |
Create |
Update |
GL/AR/AP |
General |
Go to top
|
Resources For AutoCount Software Developers
|