PUT adventures/resourcegroups

Request Information

URI Parameters

None.

Body Parameters

ResourceGroupPUT
NameDescriptionTypeAdditional information
Description

string

None.

Id

integer

None.

ModifiedBy

string

None.

Name

string

None.

StatusId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "description": "sample string 1",
  "id": 2,
  "modifiedBy": "sample string 3",
  "name": "sample string 4",
  "statusId": 1
}

application/xml, text/xml

Sample:
<ResourceGroupPUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Adventures">
  <Description>sample string 1</Description>
  <Id>2</Id>
  <ModifiedBy>sample string 3</ModifiedBy>
  <Name>sample string 4</Name>
  <StatusId>1</StatusId>
</ResourceGroupPUT>

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 'ResourceGroupPUT'.

Response Information

Resource Description

None.