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": "7e5d61aa-d6ec-46ac-9113-b45dc3bf831e",
"NetworkId": "de24392f-7982-49eb-854a-5d204d3e4d72",
"CompanyId": "7f0f712d-9c16-4331-9518-48a316b5afa1",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "392c7834-e92f-4ba4-b219-8ee3000a217b",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2025-10-29T05:40:18.2036111Z",
"DateString": "sample string 8",
"RealDate": "2025-10-29T05:40:18.2036111Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "327e16f7-2914-4740-a173-c630bfe0aa18",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2025-10-29T05:40:18.2036111Z",
"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": "1f4bd744-a5c4-4deb-8441-7db30f6d665d",
"IdFile": "5cfc3fb9-d99a-4922-bc1c-7190ad46adcb",
"IdNetwork": "fed1193e-63e2-4cf8-a068-e813f6d9c82e",
"IdCompany": "aea0077d-f96d-4419-a65f-ff0abac879c4",
"IdMerchant": "12c8e1a8-5389-45f8-9e2d-ec8f7f210b10",
"IdEntity": 64,
"IdUser": "accf381b-52ca-440e-ae69-495afb6f09d9",
"UploadDate": "2025-10-29T05:40:18.2036111Z",
"UploadRealDate": "2025-10-29T05:40:18.2036111Z",
"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>7f0f712d-9c16-4331-9518-48a316b5afa1</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>2025-10-29T05:40:18.2036111Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2025-10-29T05:40:18.2036111Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>327e16f7-2914-4740-a173-c630bfe0aa18</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>1f4bd744-a5c4-4deb-8441-7db30f6d665d</Id>
<IdCompany>aea0077d-f96d-4419-a65f-ff0abac879c4</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>5cfc3fb9-d99a-4922-bc1c-7190ad46adcb</IdFile>
<IdMerchant>12c8e1a8-5389-45f8-9e2d-ec8f7f210b10</IdMerchant>
<IdNetwork>fed1193e-63e2-4cf8-a068-e813f6d9c82e</IdNetwork>
<IdUser>accf381b-52ca-440e-ae69-495afb6f09d9</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2025-10-29T05:40:18.2036111Z</UploadDate>
<UploadRealDate>2025-10-29T05:40:18.2036111Z</UploadRealDate>
</File>
<Id>7e5d61aa-d6ec-46ac-9113-b45dc3bf831e</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>392c7834-e92f-4ba4-b219-8ee3000a217b</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>de24392f-7982-49eb-854a-5d204d3e4d72</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2025-10-29T05:40:18.2036111Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>