Skip to main content
POST
/
api
/
v1
/
external
/
application
Add New Application
curl --request POST \
  --url https://api.absch.info/api/v1/external/application \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "absLinkCode": "<string>",
  "sourceAgencyCode": "<string>",
  "sourceAgencyApplicationNumber": "<string>",
  "ecosystem": "<string>",
  "applicationType": "<string>",
  "permitType": "<string>",
  "permiteeFirstName": "<string>",
  "permiteeLastName": "<string>",
  "permiteeMiddleName": "<string>",
  "permiteeEmail": "<string>",
  "permiteePhone": "<string>",
  "permiteeAddress": "<string>",
  "permiteeDateOfBirth": "2023-11-07T05:31:56Z",
  "permiteeAffiliation": "<string>",
  "permiteeGender": "<string>",
  "permiteeOccupation": "<string>",
  "permiteeEmployer": "<string>",
  "permiteeEmployerAddress": "<string>",
  "locations": [
    {
      "region": "<string>",
      "province": "<string>",
      "cityOrMunicipality": "<string>",
      "barangay": "<string>",
      "collectionStart": "2023-11-07T05:31:56Z",
      "collectionEnd": "2023-11-07T05:31:56Z",
      "address": "<string>",
      "latitude": 123,
      "longitude": 123,
      "species": [
        {
          "commonName": "<string>",
          "scientificName": "<string>",
          "geneticName": "<string>",
          "state": "<string>",
          "note": "<string>"
        }
      ]
    }
  ],
  "additionalNotes": "<string>",
  "purpose": "<string>"
}
'
{
  "type": "https://httpstatuses.io/401",
  "title": "Unauthorized",
  "status": 401,
  "traceId": "00-ccc5b50f398a9aa326376cae4c94f0aa-02446e117618e206-00"
}

Authorizations

Authorization
string
header
required

Please insert JWT with Bearer into field

Body

sourceAgencyCode
string | null
sourceAgencyApplicationNumber
string | null
ecosystem
string | null
applicationType
string | null
permitType
string | null
permiteeFirstName
string | null
permiteeLastName
string | null
permiteeMiddleName
string | null
permiteeEmail
string | null
permiteePhone
string | null
permiteeAddress
string | null
permiteeDateOfBirth
string<date-time>
permiteeAffiliation
string | null
permiteeGender
string | null
permiteeOccupation
string | null
permiteeEmployer
string | null
permiteeEmployerAddress
string | null
locations
object[] | null
additionalNotes
string | null
purpose
string | null

Response

Created