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": "28f19bf3-665d-45dc-83b8-445f56ac0e01",
"NetworkId": "9ba47df8-eda0-4484-97f5-d0394c298b95",
"CompanyId": "a28b577b-bfa2-4887-b205-6fb26f9cb969",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "3b62387e-e63d-4f6c-816e-d03efb4d8d1c",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-04-27T21:33:25.3492929Z",
"DateString": "sample string 8",
"RealDate": "2026-04-27T21:33:25.3492929Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "1e41a060-48f8-4412-87c4-2df061370b9a",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-04-27T21:33:25.3492929Z",
"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": "36721cbd-ec5c-4bb5-81bd-f8dae89a3e2a",
"IdFile": "ffb74077-30e0-44a6-9831-653c638fc7e1",
"IdNetwork": "d8b9d6b4-6c27-488a-af35-13d0af22ea13",
"IdCompany": "bf3387f6-1a5b-4dca-a14c-52351e9eb861",
"IdMerchant": "302a5052-2145-4bdc-93ea-8eda5385f20f",
"IdEntity": 64,
"IdUser": "eea033b9-cebd-4861-b5e3-81377f51b126",
"UploadDate": "2026-04-27T21:33:25.3492929Z",
"UploadRealDate": "2026-04-27T21:33:25.3492929Z",
"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>a28b577b-bfa2-4887-b205-6fb26f9cb969</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-04-27T21:33:25.3492929Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-04-27T21:33:25.3492929Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>1e41a060-48f8-4412-87c4-2df061370b9a</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>36721cbd-ec5c-4bb5-81bd-f8dae89a3e2a</Id>
<IdCompany>bf3387f6-1a5b-4dca-a14c-52351e9eb861</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>ffb74077-30e0-44a6-9831-653c638fc7e1</IdFile>
<IdMerchant>302a5052-2145-4bdc-93ea-8eda5385f20f</IdMerchant>
<IdNetwork>d8b9d6b4-6c27-488a-af35-13d0af22ea13</IdNetwork>
<IdUser>eea033b9-cebd-4861-b5e3-81377f51b126</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-04-27T21:33:25.3492929Z</UploadDate>
<UploadRealDate>2026-04-27T21:33:25.3492929Z</UploadRealDate>
</File>
<Id>28f19bf3-665d-45dc-83b8-445f56ac0e01</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>3b62387e-e63d-4f6c-816e-d03efb4d8d1c</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>9ba47df8-eda0-4484-97f5-d0394c298b95</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-04-27T21:33:25.3492929Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>