POST api/Values
Request Information
URI Parameters
None.
Body Parameters
UpdateCheckRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Tenant | string |
Required |
|
| AccessKey | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Tenant": "sample string 1",
"AccessKey": "sample string 2"
}
application/xml, text/xml
Sample:
<UpdateCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Update.Controllers"> <AccessKey>sample string 2</AccessKey> <Tenant>sample string 1</Tenant> </UpdateCheckRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
TenantInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
|
| updatefilename | string |
None. |
|
| removedir | string |
None. |
|
| removefile | string |
None. |
|
| version | string |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"tenant": "sample string 1",
"updatefilename": "sample string 2",
"removedir": "sample string 3",
"removefile": "sample string 4",
"version": "sample string 5",
"PartitionKey": "sample string 6",
"RowKey": "sample string 7",
"Timestamp": "2026-09-21T08:56:24.2129283+08:00",
"ETag": "sample string 9"
}
application/xml, text/xml
Sample:
<TenantInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Update.Controllers">
<ETag xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 9</ETag>
<PartitionKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 6</PartitionKey>
<RowKey xmlns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Storage.Table">sample string 7</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-09-21T00:56:24.2129283Z</d2p1:DateTime>
<d2p1:OffsetMinutes>480</d2p1:OffsetMinutes>
</Timestamp>
<removedir>sample string 3</removedir>
<removefile>sample string 4</removefile>
<tenant>sample string 1</tenant>
<updatefilename>sample string 2</updatefilename>
<version>sample string 5</version>
</TenantInfo>