PUT api/EventCategory/Update
Request Information
URI Parameters
None.
Body Parameters
EventCategoryUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Category | string |
Required |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"category": "sample string 1",
"id": "ee993f2c-8abd-47fd-a6af-8998eb5df0bf"
}
application/xml, text/xml
Sample:
<EventCategoryUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>ee993f2c-8abd-47fd-a6af-8998eb5df0bf</ID> <Category>sample string 1</Category> </EventCategoryUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Category":"sample string 1","ID":"ee993f2c-8abd-47fd-a6af-8998eb5df0bf"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.