PUT api/UpdateCastingCallRole

Request Information

URI Parameters

None.

Body Parameters

UpdateCastingCallRoleRequest
NameDescriptionTypeAdditional information
id

integer

None.

role_name

string

None.

display_order

integer

None.

is_active

boolean

None.

updated_by

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "role_name": "sample string 2",
  "display_order": 3,
  "is_active": true,
  "updated_by": "sample string 5"
}

application/xml, text/xml

Sample:
<UpdateCastingCallRoleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dbTubecast.Models">
  <display_order>3</display_order>
  <id>1</id>
  <is_active>true</is_active>
  <role_name>sample string 2</role_name>
  <updated_by>sample string 5</updated_by>
</UpdateCastingCallRoleRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateCastingCallRoleRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.