POST api/App/Permit/GetPermitDashboard

Request Information

URI Parameters

None.

Body Parameters

PermitDashboardRequestModel
NameDescriptionTypeAdditional information
ExpiryThreshold

date

None.

IncludePendingRequests

boolean

None.

SuperPermitId

integer

None.

Skip

integer

None.

Take

integer

None.

SubPermitLogicType

string

None.

PermitStatusIds

Collection of integer

None.

InitialDateFrom

date

None.

InitialDateTo

date

None.

FinalDateFrom

date

None.

FinalDateTo

date

None.

PermitTypeIds

Collection of integer

None.

Plate

string

None.

SortingMode

string

None.

PermitId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ExpiryThreshold": "2026-05-24T20:05:56.713294+02:00",
  "IncludePendingRequests": true,
  "SuperPermitId": 1,
  "Skip": 1,
  "Take": 1,
  "SubPermitLogicType": "sample string 2",
  "PermitStatusIds": [
    1,
    1
  ],
  "InitialDateFrom": "2026-05-24T20:05:56.713294+02:00",
  "InitialDateTo": "2026-05-24T20:05:56.713294+02:00",
  "FinalDateFrom": "2026-05-24T20:05:56.713294+02:00",
  "FinalDateTo": "2026-05-24T20:05:56.713294+02:00",
  "PermitTypeIds": [
    1,
    1
  ],
  "Plate": "sample string 3",
  "SortingMode": "sample string 4",
  "PermitId": 1
}

application/xml, text/xml

Sample:
<PermitDashboardRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Areas.Models">
  <ExpiryThreshold>2026-05-24T20:05:56.713294+02:00</ExpiryThreshold>
  <FinalDateFrom>2026-05-24T20:05:56.713294+02:00</FinalDateFrom>
  <FinalDateTo>2026-05-24T20:05:56.713294+02:00</FinalDateTo>
  <IncludePendingRequests>true</IncludePendingRequests>
  <InitialDateFrom>2026-05-24T20:05:56.713294+02:00</InitialDateFrom>
  <InitialDateTo>2026-05-24T20:05:56.713294+02:00</InitialDateTo>
  <PermitId>1</PermitId>
  <PermitStatusIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </PermitStatusIds>
  <PermitTypeIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </PermitTypeIds>
  <Plate>sample string 3</Plate>
  <Skip>1</Skip>
  <SortingMode>sample string 4</SortingMode>
  <SubPermitLogicType>sample string 2</SubPermitLogicType>
  <SuperPermitId>1</SuperPermitId>
  <Take>1</Take>
</PermitDashboardRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.