POST CustomERP/GetProgressPercent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProgressPercentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | string |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| Status | string |
None. |
|
| TaskProgressPercent | string |
None. |
|
| StageProgressPercent | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": "sample string 1",
"StatusCode": 100,
"Status": "sample string 2",
"TaskProgressPercent": "sample string 3",
"StageProgressPercent": "sample string 4"
}
application/xml, text/xml
Sample:
<ProgressPercentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomERPAPI.Models"> <Error>sample string 1</Error> <StageProgressPercent>sample string 4</StageProgressPercent> <Status>sample string 2</Status> <StatusCode>Continue</StatusCode> <TaskProgressPercent>sample string 3</TaskProgressPercent> </ProgressPercentDetails>