POST adventures/packagetyperesourcegroups

Request Information

URI Parameters

None.

Body Parameters

ResourceGroupDayPOST
NameDescriptionTypeAdditional information
Day

integer

None.

ModifiedBy

string

None.

PackageTypeId

integer

None.

ResourceGroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "day": 1,
  "modifiedBy": "sample string 2",
  "packageTypeId": 3,
  "resourceGroupId": 4
}

application/xml, text/xml

Sample:
<ResourceGroupDayPOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myPortalApi.Models.Adventures">
  <Day>1</Day>
  <ModifiedBy>sample string 2</ModifiedBy>
  <PackageTypeId>3</PackageTypeId>
  <ResourceGroupId>4</ResourceGroupId>
</ResourceGroupDayPOST>

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

Response Information

Resource Description

None.