POST api/applicant/professional-association/create
Request Information
URI Parameters
None.
Body Parameters
RecProfessionalAssociationDTOW| Name | Description | Type | Additional information |
|---|---|---|---|
| association_name | string |
Required Max length: 200 |
|
| role | string |
Required Max length: 100 |
|
| date_joined | date |
Required |
|
| exit_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"association_name": "sample string 1",
"role": "sample string 2",
"date_joined": "2026-03-21T22:16:24.628604+00:00",
"exit_date": "2026-03-21T22:16:24.628604+00:00"
}
application/xml, text/xml
Sample:
<RecProfessionalAssociationDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <association_name>sample string 1</association_name> <date_joined>2026-03-21T22:16:24.628604+00:00</date_joined> <exit_date>2026-03-21T22:16:24.628604+00:00</exit_date> <role>sample string 2</role> </RecProfessionalAssociationDTOW>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.