GET api/Sync/GetDocumentFromIdTable?documentId={documentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GosocketDocumentTable| Name | Description | Type | Additional information |
|---|---|---|---|
| GlobalDocumentId | globally unique identifier |
None. |
|
| CountryDocumentId | string |
None. |
|
| CountryId | string |
None. |
|
| Date | date |
None. |
|
| DateNumber | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| DocumentTypeName | string |
None. |
|
| NetAmount | decimal number |
None. |
|
| FreeAmount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| CurrencyType | string |
None. |
|
| SeriesNumber | string |
None. |
|
| Series | string |
None. |
|
| Number | unsigned integer |
None. |
|
| NumberStr | string |
None. |
|
| DocumentSenderCode | string |
None. |
|
| DocumentSenderName | string |
None. |
|
| DocumentReceiverCode | string |
None. |
|
| DocumentReceiverName | string |
None. |
|
| DocumentTimeStamp | date |
None. |
|
| SyncPoint | globally unique identifier |
None. |
|
| GlobalTrackId | globally unique identifier |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GlobalDocumentId": "f821baaf-8d91-4023-a181-c7b219317d27",
"CountryDocumentId": "sample string 2",
"CountryId": "sample string 3",
"Date": "2026-07-30T21:04:09.260535+00:00",
"DateNumber": 5,
"DocumentTypeId": 6,
"DocumentTypeName": "sample string 7",
"NetAmount": 8.1,
"FreeAmount": 9.1,
"TaxAmount": 10.1,
"TotalAmount": 11.1,
"CurrencyType": "sample string 12",
"SeriesNumber": "sample string 13",
"Series": "sample string 14",
"Number": 15,
"NumberStr": "sample string 16",
"DocumentSenderCode": "sample string 17",
"DocumentSenderName": "sample string 18",
"DocumentReceiverCode": "sample string 19",
"DocumentReceiverName": "sample string 20",
"DocumentTimeStamp": "2026-07-30T21:04:09.260535+00:00",
"SyncPoint": "e2ae5dfd-a066-4529-9f4a-57bed3771ff1",
"GlobalTrackId": "3e631cd4-b5bc-46e8-92fb-1671a58f0b5b",
"PartitionKey": "sample string 22",
"RowKey": "sample string 23",
"Timestamp": "2026-07-30T21:04:09.260535+00:00",
"ETag": "sample string 25"
}
application/xml, text/xml
Sample:
<GosocketDocumentTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.Domain.AzureTable">
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 25</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 22</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 23</RowKey>
<Timestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">
<d2p1:DateTime>2026-07-30T21:04:09.260535Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</Timestamp>
<CountryDocumentId>sample string 2</CountryDocumentId>
<CountryId>sample string 3</CountryId>
<CurrencyType>sample string 12</CurrencyType>
<Date>2026-07-30T21:04:09.260535+00:00</Date>
<DateNumber>5</DateNumber>
<DocumentReceiverCode>sample string 19</DocumentReceiverCode>
<DocumentReceiverName>sample string 20</DocumentReceiverName>
<DocumentSenderCode>sample string 17</DocumentSenderCode>
<DocumentSenderName>sample string 18</DocumentSenderName>
<DocumentTimeStamp>2026-07-30T21:04:09.260535+00:00</DocumentTimeStamp>
<DocumentTypeId>6</DocumentTypeId>
<DocumentTypeName>sample string 7</DocumentTypeName>
<FreeAmount>9.1</FreeAmount>
<GlobalDocumentId>f821baaf-8d91-4023-a181-c7b219317d27</GlobalDocumentId>
<GlobalTrackId>3e631cd4-b5bc-46e8-92fb-1671a58f0b5b</GlobalTrackId>
<NetAmount>8.1</NetAmount>
<Number>15</Number>
<NumberStr>sample string 16</NumberStr>
<Series>sample string 14</Series>
<SeriesNumber>sample string 13</SeriesNumber>
<SyncPoint>e2ae5dfd-a066-4529-9f4a-57bed3771ff1</SyncPoint>
<TaxAmount>10.1</TaxAmount>
<TotalAmount>11.1</TotalAmount>
</GosocketDocumentTable>