POST Search/Backup
Request Information
URI Parameters
None.
Body Parameters
SearchBackupRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | TableContinuationToken |
None. |
|
| TableName | string |
None. |
|
| Tenant | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ActivityPrimaryTypeID | integer |
None. |
|
| ClientCode | string |
None. |
|
| IDPH | integer |
None. |
|
| StoreChain | string |
None. |
|
| NIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": {
"version": "2.0",
"type": "Table",
"<NextPartitionKey>k__BackingField": "sample string 1",
"<NextRowKey>k__BackingField": "sample string 2",
"<NextTableName>k__BackingField": "sample string 3",
"<TargetLocation>k__BackingField": 0
},
"TableName": "sample string 1",
"Tenant": "sample string 2",
"StartDate": "2025-12-06T13:59:46.9956042+00:00",
"EndDate": "2025-12-06T13:59:46.9956042+00:00",
"ActivityPrimaryTypeID": 5,
"ClientCode": "sample string 6",
"IDPH": 7,
"StoreChain": "sample string 8",
"NIP": "sample string 9"
}
application/xml, text/xml
Sample:
<SearchBackupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sagra.Services.WebApi.Media.Models.Requests">
<ActivityPrimaryTypeID>5</ActivityPrimaryTypeID>
<ClientCode>sample string 6</ClientCode>
<EndDate>2025-12-06T13:59:46.9956042+00:00</EndDate>
<IDPH>7</IDPH>
<NIP>sample string 9</NIP>
<StartDate>2025-12-06T13:59:46.9956042+00:00</StartDate>
<StoreChain>sample string 8</StoreChain>
<TableName>sample string 1</TableName>
<Tenant>sample string 2</Tenant>
<Token>
<ContinuationToken>
<Version>2.0</Version>
<Type>Table</Type>
<NextPartitionKey>sample string 1</NextPartitionKey>
<NextRowKey>sample string 2</NextRowKey>
<NextTableName>sample string 3</NextTableName>
<TargetLocation>Primary</TargetLocation>
</ContinuationToken>
</Token>
</SearchBackupRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.