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": "ffae58a6-60b4-4693-b510-f77862ba71ee",
"NetworkId": "1e8628cb-6ac8-4b5c-964d-ace45360bb0f",
"CompanyId": "f6f0a353-e76c-4fb2-b0cf-21016957d3e9",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "2bfd57d5-775a-4835-891f-dd624d497793",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-06-12T01:26:38.6449784Z",
"DateString": "sample string 8",
"RealDate": "2026-06-12T01:26:38.6449784Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "d9e5e4a1-1aa5-458d-9d8f-7086356568e1",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-06-12T01:26:38.6449784Z",
"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": "24fb911e-a0d5-444a-91b0-6aa9f573d7ed",
"IdFile": "5123e585-6f76-4663-9a9c-aa6993657703",
"IdNetwork": "c957a8d9-90bf-4183-8342-1206c082fc88",
"IdCompany": "abda8bb3-1da8-49fd-a758-e43068ac668f",
"IdMerchant": "3f8e4ae1-509f-4964-a3db-1d090a085ee9",
"IdEntity": 64,
"IdUser": "3da1ae9d-7eb6-45cf-8476-9563af4c1849",
"UploadDate": "2026-06-12T01:26:38.6449784Z",
"UploadRealDate": "2026-06-12T01:26:38.6449784Z",
"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>f6f0a353-e76c-4fb2-b0cf-21016957d3e9</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-06-12T01:26:38.6449784Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-06-12T01:26:38.6449784Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>d9e5e4a1-1aa5-458d-9d8f-7086356568e1</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>24fb911e-a0d5-444a-91b0-6aa9f573d7ed</Id>
<IdCompany>abda8bb3-1da8-49fd-a758-e43068ac668f</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>5123e585-6f76-4663-9a9c-aa6993657703</IdFile>
<IdMerchant>3f8e4ae1-509f-4964-a3db-1d090a085ee9</IdMerchant>
<IdNetwork>c957a8d9-90bf-4183-8342-1206c082fc88</IdNetwork>
<IdUser>3da1ae9d-7eb6-45cf-8476-9563af4c1849</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-06-12T01:26:38.6449784Z</UploadDate>
<UploadRealDate>2026-06-12T01:26:38.6449784Z</UploadRealDate>
</File>
<Id>ffae58a6-60b4-4693-b510-f77862ba71ee</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>2bfd57d5-775a-4835-891f-dd624d497793</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>1e8628cb-6ac8-4b5c-964d-ace45360bb0f</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-06-12T01:26:38.6449784Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>