POST api/v3/Settings/Variables/Archive
Request Information
URI Parameters
None.
Body Parameters
VariablesArchiveRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| pkId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"pkId": "sample string 2"
}
text/html
Sample:
{"type":"sample string 1","pkId":"sample string 2"}
application/xml, text/xml
Sample:
<VariablesArchiveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC_Web_API_V3.Models"> <Type>sample string 1</Type> <pkId>sample string 2</pkId> </VariablesArchiveRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |