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": "6c8634cc-b59c-4b10-9e7c-66f1f25db5c9",
"NetworkId": "d5c9bf21-d176-45bc-ba1c-ddda23fa73a2",
"CompanyId": "37114259-da6c-436c-b52a-1221029e6b53",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "60da8d23-1d79-443d-a19b-568efe86539b",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-04-27T22:42:55.477308Z",
"DateString": "sample string 8",
"RealDate": "2026-04-27T22:42:55.477308Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "edbdfa0c-0482-47e7-9dd0-32f88a5b1745",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-04-27T22:42:55.477308Z",
"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": "a1989f64-b750-4450-a715-7e9c9618e2b9",
"IdFile": "7149f2d1-8295-4ee1-984d-fe8d0c2ba4a7",
"IdNetwork": "7a539caa-55e9-4c7d-828a-63be658a7e9b",
"IdCompany": "fe488c9c-9b79-4fb7-ae82-78653c715e3d",
"IdMerchant": "01d361b8-a64e-4cbd-94db-be10e437371c",
"IdEntity": 64,
"IdUser": "eb0e50bd-0b07-410a-9612-86c3733186ea",
"UploadDate": "2026-04-27T22:42:55.477308Z",
"UploadRealDate": "2026-04-27T22:42:55.477308Z",
"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>37114259-da6c-436c-b52a-1221029e6b53</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-27T22:42:55.477308Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-04-27T22:42:55.477308Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>edbdfa0c-0482-47e7-9dd0-32f88a5b1745</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>a1989f64-b750-4450-a715-7e9c9618e2b9</Id>
<IdCompany>fe488c9c-9b79-4fb7-ae82-78653c715e3d</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>7149f2d1-8295-4ee1-984d-fe8d0c2ba4a7</IdFile>
<IdMerchant>01d361b8-a64e-4cbd-94db-be10e437371c</IdMerchant>
<IdNetwork>7a539caa-55e9-4c7d-828a-63be658a7e9b</IdNetwork>
<IdUser>eb0e50bd-0b07-410a-9612-86c3733186ea</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-04-27T22:42:55.477308Z</UploadDate>
<UploadRealDate>2026-04-27T22:42:55.477308Z</UploadRealDate>
</File>
<Id>6c8634cc-b59c-4b10-9e7c-66f1f25db5c9</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>60da8d23-1d79-443d-a19b-568efe86539b</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>d5c9bf21-d176-45bc-ba1c-ddda23fa73a2</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-04-27T22:42:55.477308Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>