POST Affiliations
Create affiliations
Request Information
URI Parameters
None.
Body Parameters
AffiliationCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AffCodeTypeId | integer |
None. |
|
| AffCode | string |
None. |
|
| Descr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
- "AffCodeTypeId": 1,
- "AffCode": "sample string 2",
- "Descr": "sample string 3"
Response Information
Resource Description
None.