PUT usage/PutUsageOption
Request Information
URI Parameters
None.
Body Parameters
ProjectUsageSearchOptionInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectGuid | globally unique identifier |
None. |
|
| OptionGuid | globally unique identifier |
None. |
|
| OptionSelected | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectGuid": "ce36f25d-3298-4824-aba0-7386009136b7",
"OptionGuid": "063425d4-3c5a-4fcb-975d-05b7954242fd",
"OptionSelected": true
}
application/xml, text/xml
Sample:
<ProjectUsageSearchOptionInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <OptionGuid>063425d4-3c5a-4fcb-975d-05b7954242fd</OptionGuid> <OptionSelected>true</OptionSelected> <ProjectGuid>ce36f25d-3298-4824-aba0-7386009136b7</ProjectGuid> </ProjectUsageSearchOptionInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |