POST api/BootstrapItalia/Permit/FileExportSubAbbo
Request Information
URI Parameters
None.
Body Parameters
FileExportSubAbboRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SuperPermitId | integer |
None. |
|
| OnlyActive | boolean |
None. |
|
| Plate | string |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SuperPermitId": 1,
"OnlyActive": true,
"Plate": "sample string 1",
"ValidFrom": "2026-05-24T20:01:19.123315+02:00",
"ValidTo": "2026-05-24T20:01:19.123315+02:00"
}
application/xml, text/xml
Sample:
<FileExportSubAbboRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.WebApi.Areas.Models"> <OnlyActive>true</OnlyActive> <Plate>sample string 1</Plate> <SuperPermitId>1</SuperPermitId> <ValidFrom>2026-05-24T20:01:19.123315+02:00</ValidFrom> <ValidTo>2026-05-24T20:01:19.123315+02:00</ValidTo> </FileExportSubAbboRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.