GET api/Progress/GetProgressInfo?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

ReportSyncRecordTypeEnum

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfObject
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseResultOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data />
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfanyType>