POST adventures/packagetyperesourcegroups
Request Information
URI Parameters
None.
Body Parameters
ResourceGroupDayPOSTName | Description | Type | Additional 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:
Response Information
Resource Description
None.