GET ExternalDocument/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ExternalDocumentDtoName | 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": "3e6ce92d-68e6-478b-9fc1-2c7074f10a17", "NetworkId": "8397838d-ea6a-489f-b42b-e48710f1f000", "CompanyId": "d2e7d775-2da2-4ad0-814b-0cc7eba14785", "CompanyName": "sample string 3", "CompanyCode": "sample string 4", "MerchantId": "74e4b1da-4889-4b4f-a04e-3d36a49fa12b", "MerchantName": "sample string 5", "MerchantCode": "sample string 6", "Date": "2025-06-12T08:08:25.4100129Z", "DateString": "sample string 8", "RealDate": "2025-06-12T08:08:25.4100129Z", "RealDateString": "sample string 10", "NetworkTimeZone": "sample string 11", "DocumentTypeId": "7ff2f950-4f89-446b-9372-43d853fa1c04", "DocumentTypeCode": "sample string 13", "DocumentDate": "2025-06-12T08:08:25.4100129Z", "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": "b3b3cb59-0cee-455d-9709-02731b9ea5e3", "IdFile": "a413cb42-ac85-46a1-a67e-cb6d29a7f3e4", "IdNetwork": "a9623ff5-3570-4b46-8324-c36e2a7f8b63", "IdCompany": "4f277eba-323b-4132-9105-9bb6abebdd84", "IdMerchant": "6be0ef1b-376b-4518-acb7-1ae06b80d1b3", "IdEntity": 64, "IdUser": "6996a760-badf-4635-897d-a46a240c5697", "UploadDate": "2025-06-12T08:08:25.4100129Z", "UploadRealDate": "2025-06-12T08:08:25.4100129Z", "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>d2e7d775-2da2-4ad0-814b-0cc7eba14785</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-06-12T08:08:25.4100129Z</Date> <DateString>sample string 8</DateString> <DocumentDate>2025-06-12T08:08:25.4100129Z</DocumentDate> <DocumentDateString>sample string 15</DocumentDateString> <DocumentTypeCode>sample string 13</DocumentTypeCode> <DocumentTypeId>7ff2f950-4f89-446b-9372-43d853fa1c04</DocumentTypeId> <File> <DocumentStatus>Add</DocumentStatus> <FileContent>QEA=</FileContent> <FileExtension>sample string 10</FileExtension> <FileFullUrl>sample string 11</FileFullUrl> <FileName>sample string 9</FileName> <Id>b3b3cb59-0cee-455d-9709-02731b9ea5e3</Id> <IdCompany>4f277eba-323b-4132-9105-9bb6abebdd84</IdCompany> <IdEntity>64</IdEntity> <IdFile>a413cb42-ac85-46a1-a67e-cb6d29a7f3e4</IdFile> <IdMerchant>6be0ef1b-376b-4518-acb7-1ae06b80d1b3</IdMerchant> <IdNetwork>a9623ff5-3570-4b46-8324-c36e2a7f8b63</IdNetwork> <IdUser>6996a760-badf-4635-897d-a46a240c5697</IdUser> <NetworkTimeZone>sample string 8</NetworkTimeZone> <UploadDate>2025-06-12T08:08:25.4100129Z</UploadDate> <UploadRealDate>2025-06-12T08:08:25.4100129Z</UploadRealDate> </File> <Id>3e6ce92d-68e6-478b-9fc1-2c7074f10a17</Id> <MerchantCode>sample string 6</MerchantCode> <MerchantId>74e4b1da-4889-4b4f-a04e-3d36a49fa12b</MerchantId> <MerchantName>sample string 5</MerchantName> <NetworkId>8397838d-ea6a-489f-b42b-e48710f1f000</NetworkId> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Number>sample string 16</Number> <RealDate>2025-06-12T08:08:25.4100129Z</RealDate> <RealDateString>sample string 10</RealDateString> </ExternalDocumentDto>