GET BillingStatementsExport/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
BillingDocumentExportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| InProcess | boolean |
None. |
|
| Pending | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"InProcess": true,
"Pending": true
}
application/xml, text/xml
Sample:
<BillingDocumentExportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Process"> <InProcess>true</InProcess> <Pending>true</Pending> <Url>sample string 1</Url> </BillingDocumentExportDto>