GET ExternalDocument/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ExternalDocumentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NetworkId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| CompanyCode | string |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| MerchantName | string |
None. |
|
| MerchantCode | string |
None. |
|
| Date | date |
None. |
|
| DateString | string |
None. |
|
| RealDate | date |
None. |
|
| RealDateString | string |
None. |
|
| NetworkTimeZone | string |
None. |
|
| DocumentTypeId | globally unique identifier |
None. |
|
| DocumentTypeCode | string |
None. |
|
| DocumentDate | date |
None. |
|
| DocumentDateString | string |
None. |
|
| Number | string |
None. |
|
| Data | Dictionary of string [key] and string [value] |
None. |
|
| Amount | decimal number |
None. |
|
| File | FileStorageDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "bdc1e949-30e4-47a6-b244-2aa248d05d9d",
"NetworkId": "82b4780f-91f9-46b4-bfa8-947812116c22",
"CompanyId": "e0ddae08-383a-417e-aa61-fd951d51dd6d",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "b1223e3c-56b1-4e0d-89b5-236583fff801",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-07-27T07:17:03.6911928Z",
"DateString": "sample string 8",
"RealDate": "2026-07-27T07:17:03.6911928Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "eff38fa1-9903-4611-9e60-ea39765618db",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-07-27T07:17:03.6911928Z",
"DocumentDateString": "sample string 15",
"Number": "sample string 16",
"Data": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Amount": 1.0,
"File": {
"Id": "2160e773-40e3-4eb7-a9be-c61270b51e5e",
"IdFile": "2b5d5632-ede0-489e-be75-a33549f4dccc",
"IdNetwork": "4e01d777-8738-45d3-a2e6-1da6156dd1d7",
"IdCompany": "12044917-1788-4c35-a5c3-af9c30969734",
"IdMerchant": "8845f4c5-6b98-4de0-a170-f14666b564d9",
"IdEntity": 64,
"IdUser": "4e7f9e78-afa9-4d0a-b50b-e936f9925957",
"UploadDate": "2026-07-27T07:17:03.6911928Z",
"UploadRealDate": "2026-07-27T07:17:03.6911928Z",
"NetworkTimeZone": "sample string 8",
"FileName": "sample string 9",
"FileExtension": "sample string 10",
"FileFullUrl": "sample string 11",
"FileContent": "QEA=",
"DocumentStatus": 0
}
}
application/xml, text/xml
Sample:
<ExternalDocumentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<Amount>1</Amount>
<CompanyCode>sample string 4</CompanyCode>
<CompanyId>e0ddae08-383a-417e-aa61-fd951d51dd6d</CompanyId>
<CompanyName>sample string 3</CompanyName>
<Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Data>
<Date>2026-07-27T07:17:03.6911928Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-07-27T07:17:03.6911928Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>eff38fa1-9903-4611-9e60-ea39765618db</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>2160e773-40e3-4eb7-a9be-c61270b51e5e</Id>
<IdCompany>12044917-1788-4c35-a5c3-af9c30969734</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>2b5d5632-ede0-489e-be75-a33549f4dccc</IdFile>
<IdMerchant>8845f4c5-6b98-4de0-a170-f14666b564d9</IdMerchant>
<IdNetwork>4e01d777-8738-45d3-a2e6-1da6156dd1d7</IdNetwork>
<IdUser>4e7f9e78-afa9-4d0a-b50b-e936f9925957</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-07-27T07:17:03.6911928Z</UploadDate>
<UploadRealDate>2026-07-27T07:17:03.6911928Z</UploadRealDate>
</File>
<Id>bdc1e949-30e4-47a6-b244-2aa248d05d9d</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>b1223e3c-56b1-4e0d-89b5-236583fff801</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>82b4780f-91f9-46b4-bfa8-947812116c22</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-07-27T07:17:03.6911928Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>