GET api/Internal/CustomerLastReportURL?CompanyID={CompanyID}&CustomerCode={CustomerCode}&UserIdentificationMethod={UserIdentificationMethod}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
Required |
|
| CustomerCode | string |
Required |
|
| UserIdentificationMethod | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ReportURLResult| Name | Description | Type | Additional information |
|---|---|---|---|
| UniqueReportURL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UniqueReportURL": "sample string 1"
}
application/xml, text/xml
Sample:
<ReportURLResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbyIntegrationAPI"> <UniqueReportURL>sample string 1</UniqueReportURL> </ReportURLResult>