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": "fff63804-2293-48a7-a20c-234174007d2a", "NetworkId": "312fce98-d523-4362-8a7a-82cf4af88136", "CompanyId": "6be5b60a-11e6-4d15-8359-74aa246ba74f", "CompanyName": "sample string 3", "CompanyCode": "sample string 4", "MerchantId": "38f05f74-a59a-4400-a298-1d17a9414d0b", "MerchantName": "sample string 5", "MerchantCode": "sample string 6", "Date": "2025-09-13T07:57:53.1091378Z", "DateString": "sample string 8", "RealDate": "2025-09-13T07:57:53.1091378Z", "RealDateString": "sample string 10", "NetworkTimeZone": "sample string 11", "DocumentTypeId": "d3347957-175c-4c99-b02c-80b14726975e", "DocumentTypeCode": "sample string 13", "DocumentDate": "2025-09-13T07:57:53.1091378Z", "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": "c6e777ac-e644-4c67-be91-880f7c4383c1", "IdFile": "238f07c9-32b0-4164-965e-eb3d5757d334", "IdNetwork": "209a4330-5786-4cf7-9f6b-7b66ab173745", "IdCompany": "f3d39710-ce10-40da-9e12-465fefe148d8", "IdMerchant": "bbd23b7e-247b-46a1-9110-52302c35ffdd", "IdEntity": 64, "IdUser": "3e05d5ad-1f10-41f1-b8ef-9a1cf9e34db4", "UploadDate": "2025-09-13T07:57:53.1091378Z", "UploadRealDate": "2025-09-13T07:57:53.1091378Z", "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>6be5b60a-11e6-4d15-8359-74aa246ba74f</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-09-13T07:57:53.1091378Z</Date> <DateString>sample string 8</DateString> <DocumentDate>2025-09-13T07:57:53.1091378Z</DocumentDate> <DocumentDateString>sample string 15</DocumentDateString> <DocumentTypeCode>sample string 13</DocumentTypeCode> <DocumentTypeId>d3347957-175c-4c99-b02c-80b14726975e</DocumentTypeId> <File> <DocumentStatus>Add</DocumentStatus> <FileContent>QEA=</FileContent> <FileExtension>sample string 10</FileExtension> <FileFullUrl>sample string 11</FileFullUrl> <FileName>sample string 9</FileName> <Id>c6e777ac-e644-4c67-be91-880f7c4383c1</Id> <IdCompany>f3d39710-ce10-40da-9e12-465fefe148d8</IdCompany> <IdEntity>64</IdEntity> <IdFile>238f07c9-32b0-4164-965e-eb3d5757d334</IdFile> <IdMerchant>bbd23b7e-247b-46a1-9110-52302c35ffdd</IdMerchant> <IdNetwork>209a4330-5786-4cf7-9f6b-7b66ab173745</IdNetwork> <IdUser>3e05d5ad-1f10-41f1-b8ef-9a1cf9e34db4</IdUser> <NetworkTimeZone>sample string 8</NetworkTimeZone> <UploadDate>2025-09-13T07:57:53.1091378Z</UploadDate> <UploadRealDate>2025-09-13T07:57:53.1091378Z</UploadRealDate> </File> <Id>fff63804-2293-48a7-a20c-234174007d2a</Id> <MerchantCode>sample string 6</MerchantCode> <MerchantId>38f05f74-a59a-4400-a298-1d17a9414d0b</MerchantId> <MerchantName>sample string 5</MerchantName> <NetworkId>312fce98-d523-4362-8a7a-82cf4af88136</NetworkId> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Number>sample string 16</Number> <RealDate>2025-09-13T07:57:53.1091378Z</RealDate> <RealDateString>sample string 10</RealDateString> </ExternalDocumentDto>