Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Designation data that needs to be added
Response
Successful operation
Example:
"Successfull"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/designation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Designation Name",
"hysform": "001",
"emailset_id": 1,
"code": "D001",
"client_id": "1"
}'{
"message": "Successfull"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Designation data that needs to be added
Successful operation
"Successfull"
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/designation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Designation Name",
"hysform": "001",
"emailset_id": 1,
"code": "D001",
"client_id": "1"
}'{
"message": "Successfull"
}