POST AffiliationTypes
Create an affiliation code type
Request Information
URI Parameters
None.
Body Parameters
AffCodeTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AffCodeTypeID | integer |
None. |
|
| AffCodeType | string |
None. |
|
| Descr | string |
None. |
|
| AssignedTo | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateChanged | date |
None. |
|
| ChangedBy | string |
None. |
|
| ObjectState | ObjectStateEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
- "AffCodeTypeID": 1,
- "AffCodeType": "sample string 2",
- "Descr": "sample string 3",
- "AssignedTo": 1,
- "DateCreated": "2025-11-01T18:27:43.069028Z",
- "DateChanged": "2025-11-01T18:27:43.069028Z",
- "ChangedBy": "sample string 4",
- "ObjectState": 0
Response Information
Resource Description
None.