cURL
curl --request POST \ --url https://api.absch.info/api/v1/external/application/permit/{cnaApplicationUniqueNo} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'AbsLinkCode=<string>' \ --form 'SourceAgencyCode=<string>' \ --form 'PermitNo=<string>' \ --form 'Title=<string>' \ --form 'Description=<string>' \ --form DateIssued=2023-11-07T05:31:56Z \ --form DateExpired=2023-11-07T05:31:56Z \ --form PermitFile='@example-file'
{ "type": "https://httpstatuses.io/401", "title": "Unauthorized", "status": 401, "traceId": "00-ccc5b50f398a9aa326376cae4c94f0aa-02446e117618e206-00" }
Adds a permit to an application. This endpoint is used to add a permit to an existing application.
Please insert JWT with Bearer into field
Success