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": "df898ae9-2640-4472-a2c7-48dd4ccab7e0",
"NetworkId": "6e67cbde-f4aa-4a50-8702-62b69b88ed21",
"CompanyId": "b25f4f96-6d78-40e0-a882-4a13d99651e1",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "61d0dd1d-6965-4dd4-a4c1-c2cc1d79ee08",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2025-12-15T13:00:45.9637028Z",
"DateString": "sample string 8",
"RealDate": "2025-12-15T13:00:45.9637028Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "b6dbff2c-5133-409b-bb3c-6de4a56b866c",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2025-12-15T13:00:45.9637028Z",
"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": "07a96ff8-60eb-4e4b-bf73-860aa135c2fa",
"IdFile": "8eb1aa05-641a-4e97-af4f-e47f4ef64ad3",
"IdNetwork": "c594c559-52ee-437f-aca9-53ae3ea66795",
"IdCompany": "033afd04-08ef-48b2-9bc2-95a0d185bfcd",
"IdMerchant": "0e405fb4-1a10-4a7b-bc9a-61fd5fd4371b",
"IdEntity": 64,
"IdUser": "94abc66d-6d28-46bc-b7a8-26eac6491494",
"UploadDate": "2025-12-15T13:00:45.9637028Z",
"UploadRealDate": "2025-12-15T13:00:45.9637028Z",
"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>b25f4f96-6d78-40e0-a882-4a13d99651e1</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-12-15T13:00:45.9637028Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2025-12-15T13:00:45.9637028Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>b6dbff2c-5133-409b-bb3c-6de4a56b866c</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>07a96ff8-60eb-4e4b-bf73-860aa135c2fa</Id>
<IdCompany>033afd04-08ef-48b2-9bc2-95a0d185bfcd</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>8eb1aa05-641a-4e97-af4f-e47f4ef64ad3</IdFile>
<IdMerchant>0e405fb4-1a10-4a7b-bc9a-61fd5fd4371b</IdMerchant>
<IdNetwork>c594c559-52ee-437f-aca9-53ae3ea66795</IdNetwork>
<IdUser>94abc66d-6d28-46bc-b7a8-26eac6491494</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2025-12-15T13:00:45.9637028Z</UploadDate>
<UploadRealDate>2025-12-15T13:00:45.9637028Z</UploadRealDate>
</File>
<Id>df898ae9-2640-4472-a2c7-48dd4ccab7e0</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>61d0dd1d-6965-4dd4-a4c1-c2cc1d79ee08</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>6e67cbde-f4aa-4a50-8702-62b69b88ed21</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2025-12-15T13:00:45.9637028Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>