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": "09dc2458-8f7c-4bd5-b715-2ff8bf45bbe0",
"NetworkId": "7d30a875-ba0a-497a-a4df-a331a2f6c1b4",
"CompanyId": "7ee0ddc5-d92c-422c-945d-510d08462696",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "5460252d-0519-4bd9-b65c-2c4f746fbaeb",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-03-13T12:26:08.2115227Z",
"DateString": "sample string 8",
"RealDate": "2026-03-13T12:26:08.2115227Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "da8ac96e-7131-4f1a-8f7f-f449fed042c9",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-03-13T12:26:08.2115227Z",
"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": "fb0b5f0e-d746-42d1-8f3c-0de19365ad79",
"IdFile": "b4e964a5-4533-4caf-b43e-237a1d16d0e6",
"IdNetwork": "9b14d9fc-3bfe-4334-8452-5b6e7b1f1e44",
"IdCompany": "ca8e6b5a-d859-4964-92e6-8b59dbe446ea",
"IdMerchant": "527c84a2-a40e-4749-bbe6-cd8f1e7e9547",
"IdEntity": 64,
"IdUser": "1cd6db87-c888-4c3a-ad8d-afe403becd26",
"UploadDate": "2026-03-13T12:26:08.2115227Z",
"UploadRealDate": "2026-03-13T12:26:08.2115227Z",
"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>7ee0ddc5-d92c-422c-945d-510d08462696</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-03-13T12:26:08.2115227Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-03-13T12:26:08.2115227Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>da8ac96e-7131-4f1a-8f7f-f449fed042c9</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>fb0b5f0e-d746-42d1-8f3c-0de19365ad79</Id>
<IdCompany>ca8e6b5a-d859-4964-92e6-8b59dbe446ea</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>b4e964a5-4533-4caf-b43e-237a1d16d0e6</IdFile>
<IdMerchant>527c84a2-a40e-4749-bbe6-cd8f1e7e9547</IdMerchant>
<IdNetwork>9b14d9fc-3bfe-4334-8452-5b6e7b1f1e44</IdNetwork>
<IdUser>1cd6db87-c888-4c3a-ad8d-afe403becd26</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-03-13T12:26:08.2115227Z</UploadDate>
<UploadRealDate>2026-03-13T12:26:08.2115227Z</UploadRealDate>
</File>
<Id>09dc2458-8f7c-4bd5-b715-2ff8bf45bbe0</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>5460252d-0519-4bd9-b65c-2c4f746fbaeb</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>7d30a875-ba0a-497a-a4df-a331a2f6c1b4</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-03-13T12:26:08.2115227Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>