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": "ccee7152-6837-48cf-b7e6-fcf9b0bf9992",
"NetworkId": "7aec8982-4945-455d-9a10-b61ad1136987",
"CompanyId": "8be03d2e-8e09-4d40-9a0f-183fb8f4fc01",
"CompanyName": "sample string 3",
"CompanyCode": "sample string 4",
"MerchantId": "06321794-47ac-4491-8901-1823eb5d60b1",
"MerchantName": "sample string 5",
"MerchantCode": "sample string 6",
"Date": "2026-08-03T19:15:01.5804258Z",
"DateString": "sample string 8",
"RealDate": "2026-08-03T19:15:01.5804258Z",
"RealDateString": "sample string 10",
"NetworkTimeZone": "sample string 11",
"DocumentTypeId": "4c047fa5-4c76-4da0-8dea-6d98a32780e4",
"DocumentTypeCode": "sample string 13",
"DocumentDate": "2026-08-03T19:15:01.5804258Z",
"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": "8db68446-4ef7-4674-acf7-afb53a0b0a19",
"IdFile": "3c76ad3e-dc5a-472e-9d52-9beb74cd19e3",
"IdNetwork": "dbc3717b-5d7f-4b3e-808a-639a35147c7f",
"IdCompany": "8369316a-38f3-4a10-860e-393b070bb122",
"IdMerchant": "0439f809-c3e6-47e2-9654-d82e0fcb0f68",
"IdEntity": 64,
"IdUser": "f6fbb4b0-4422-4648-a00c-a10e56d4cb2f",
"UploadDate": "2026-08-03T19:15:01.5960502Z",
"UploadRealDate": "2026-08-03T19:15:01.5960502Z",
"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>8be03d2e-8e09-4d40-9a0f-183fb8f4fc01</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-08-03T19:15:01.5804258Z</Date>
<DateString>sample string 8</DateString>
<DocumentDate>2026-08-03T19:15:01.5804258Z</DocumentDate>
<DocumentDateString>sample string 15</DocumentDateString>
<DocumentTypeCode>sample string 13</DocumentTypeCode>
<DocumentTypeId>4c047fa5-4c76-4da0-8dea-6d98a32780e4</DocumentTypeId>
<File>
<DocumentStatus>Add</DocumentStatus>
<FileContent>QEA=</FileContent>
<FileExtension>sample string 10</FileExtension>
<FileFullUrl>sample string 11</FileFullUrl>
<FileName>sample string 9</FileName>
<Id>8db68446-4ef7-4674-acf7-afb53a0b0a19</Id>
<IdCompany>8369316a-38f3-4a10-860e-393b070bb122</IdCompany>
<IdEntity>64</IdEntity>
<IdFile>3c76ad3e-dc5a-472e-9d52-9beb74cd19e3</IdFile>
<IdMerchant>0439f809-c3e6-47e2-9654-d82e0fcb0f68</IdMerchant>
<IdNetwork>dbc3717b-5d7f-4b3e-808a-639a35147c7f</IdNetwork>
<IdUser>f6fbb4b0-4422-4648-a00c-a10e56d4cb2f</IdUser>
<NetworkTimeZone>sample string 8</NetworkTimeZone>
<UploadDate>2026-08-03T19:15:01.5960502Z</UploadDate>
<UploadRealDate>2026-08-03T19:15:01.5960502Z</UploadRealDate>
</File>
<Id>ccee7152-6837-48cf-b7e6-fcf9b0bf9992</Id>
<MerchantCode>sample string 6</MerchantCode>
<MerchantId>06321794-47ac-4491-8901-1823eb5d60b1</MerchantId>
<MerchantName>sample string 5</MerchantName>
<NetworkId>7aec8982-4945-455d-9a10-b61ad1136987</NetworkId>
<NetworkTimeZone>sample string 11</NetworkTimeZone>
<Number>sample string 16</Number>
<RealDate>2026-08-03T19:15:01.5804258Z</RealDate>
<RealDateString>sample string 10</RealDateString>
</ExternalDocumentDto>