PUT api/ShowCase/Update
Request Information
URI Parameters
None.
Body Parameters
ShowCaseUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Category | string |
None. |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"category": "sample string 1",
"id": "7d201afb-a991-4f6c-90df-fb9e33316c85"
}
application/xml, text/xml
Sample:
<ShowCaseUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>7d201afb-a991-4f6c-90df-fb9e33316c85</ID> <Category>sample string 1</Category> </ShowCaseUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Category":"sample string 1","ID":"7d201afb-a991-4f6c-90df-fb9e33316c85"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.