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": "7b34db17-32f6-4f0a-ba81-5e8f5b4cb1c3", "NetworkId": "36f1e2e0-51eb-46a6-bdb7-a85df763751f", "CompanyId": "0a1be7a8-0cc6-4dc5-8cec-1f28c26ced58", "CompanyName": "sample string 3", "CompanyCode": "sample string 4", "MerchantId": "fdb28fd6-f692-40aa-9f0f-df76bbdc7482", "MerchantName": "sample string 5", "MerchantCode": "sample string 6", "Date": "2025-04-25T16:26:24.7210164Z", "DateString": "sample string 8", "RealDate": "2025-04-25T16:26:24.7210164Z", "RealDateString": "sample string 10", "NetworkTimeZone": "sample string 11", "DocumentTypeId": "3a450d32-8315-463c-839f-710c22de88f2", "DocumentTypeCode": "sample string 13", "DocumentDate": "2025-04-25T16:26:24.7210164Z", "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": "f57fadba-41be-4018-a6a2-078e80738367", "IdFile": "757052ec-b1c8-4a3d-9db5-d88c2ee7106d", "IdNetwork": "bc0eb31e-e403-4889-9ef3-a7b53192d3e0", "IdCompany": "778ef877-6226-4a22-ba3a-e140c6339dbc", "IdMerchant": "4e3c5790-6b95-4f04-88c4-8237eb25734d", "IdEntity": 64, "IdUser": "d7e62d2e-1660-4d1c-aa77-88915247daf9", "UploadDate": "2025-04-25T16:26:24.7210164Z", "UploadRealDate": "2025-04-25T16:26:24.7210164Z", "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>0a1be7a8-0cc6-4dc5-8cec-1f28c26ced58</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-04-25T16:26:24.7210164Z</Date> <DateString>sample string 8</DateString> <DocumentDate>2025-04-25T16:26:24.7210164Z</DocumentDate> <DocumentDateString>sample string 15</DocumentDateString> <DocumentTypeCode>sample string 13</DocumentTypeCode> <DocumentTypeId>3a450d32-8315-463c-839f-710c22de88f2</DocumentTypeId> <File> <DocumentStatus>Add</DocumentStatus> <FileContent>QEA=</FileContent> <FileExtension>sample string 10</FileExtension> <FileFullUrl>sample string 11</FileFullUrl> <FileName>sample string 9</FileName> <Id>f57fadba-41be-4018-a6a2-078e80738367</Id> <IdCompany>778ef877-6226-4a22-ba3a-e140c6339dbc</IdCompany> <IdEntity>64</IdEntity> <IdFile>757052ec-b1c8-4a3d-9db5-d88c2ee7106d</IdFile> <IdMerchant>4e3c5790-6b95-4f04-88c4-8237eb25734d</IdMerchant> <IdNetwork>bc0eb31e-e403-4889-9ef3-a7b53192d3e0</IdNetwork> <IdUser>d7e62d2e-1660-4d1c-aa77-88915247daf9</IdUser> <NetworkTimeZone>sample string 8</NetworkTimeZone> <UploadDate>2025-04-25T16:26:24.7210164Z</UploadDate> <UploadRealDate>2025-04-25T16:26:24.7210164Z</UploadRealDate> </File> <Id>7b34db17-32f6-4f0a-ba81-5e8f5b4cb1c3</Id> <MerchantCode>sample string 6</MerchantCode> <MerchantId>fdb28fd6-f692-40aa-9f0f-df76bbdc7482</MerchantId> <MerchantName>sample string 5</MerchantName> <NetworkId>36f1e2e0-51eb-46a6-bdb7-a85df763751f</NetworkId> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Number>sample string 16</Number> <RealDate>2025-04-25T16:26:24.7210164Z</RealDate> <RealDateString>sample string 10</RealDateString> </ExternalDocumentDto>