PUT api/TemplateCategories/Update?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
CategoryBindingModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| TypeId | byte |
None. |
|
| IsLock | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"typeId": 64,
"isLock": true
}
application/xml, text/xml
Sample:
<CategoryBindingModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Template"> <IsLock>true</IsLock> <Name>sample string 1</Name> <TypeId>64</TypeId> </CategoryBindingModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.