PUT api/v2/Priorities/{priorityId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priorityId | integer |
Required |
Body Parameters
PriorityUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"Active": true
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Active":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.