PUT api/beeDocumentCategories/Update
Request Information
URI Parameters
None.
Body Parameters
BEEDocumentCategoryDtoInName | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
|
Id | integer |
Required |
|
IsRequired | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "id": 2, "isRequired": true }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.