GET eco/permittypes/expanded

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PermitTypeExpanded
NameDescriptionTypeAdditional information
Organisation

PermitTypeOrganisation

None.

Status

Status

None.

SiteId

integer

None.

SiteName

string

None.

BaseCost

decimal number

None.

BaseUsers

integer

None.

DaysValid

integer

None.

Description

string

None.

ExtraCost

decimal number

None.

Id

integer

None.

Modified

date

None.

ModifiedBy

integer

None.

Name

string

None.

OrganisationId

integer

None.

StatusId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "organisation": null,
    "status": {
      "id": 1,
      "name": "sample string 2"
    },
    "siteId": 1,
    "siteName": "sample string 2",
    "baseCost": 3.0,
    "baseUsers": 4,
    "daysValid": 5,
    "description": "sample string 6",
    "extraCost": 7.0,
    "id": 8,
    "modified": "2024-11-20T21:09:05.258325+00:00",
    "modifiedBy": 10,
    "name": "sample string 11",
    "organisationId": 12,
    "statusId": 13
  },
  {
    "organisation": null,
    "status": {
      "id": 1,
      "name": "sample string 2"
    },
    "siteId": 1,
    "siteName": "sample string 2",
    "baseCost": 3.0,
    "baseUsers": 4,
    "daysValid": 5,
    "description": "sample string 6",
    "extraCost": 7.0,
    "id": 8,
    "modified": "2024-11-20T21:09:05.258325+00:00",
    "modifiedBy": 10,
    "name": "sample string 11",
    "organisationId": 12,
    "statusId": 13
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.