GET adventures/permittypes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PermitTypeGETName | Description | Type | Additional information |
---|---|---|---|
BaseCost | decimal number |
None. |
|
BaseUsers | integer |
None. |
|
DaysValid | integer |
None. |
|
Description | string |
None. |
|
ExtraCost | decimal number |
None. |
|
Id | integer |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
Name | string |
None. |
|
Organisation | OrganisationBasicGET |
None. |
|
Status | Status |
None. |
Response Formats
application/json, text/json
Sample:
{ "baseCost": 1.0, "baseUsers": 2, "daysValid": 3, "description": "sample string 4", "extraCost": 5.0, "id": 6, "modified": "2024-11-28T06:48:48.2664309+00:00", "modifiedBy": null, "name": "sample string 8", "organisation": null, "status": { "id": 1, "name": "sample string 2" } }
application/xml
Sample:
text/xml
Sample: