POST EventItem/{id}/AffCodes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
EventItemAffCodeDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EventItemId | integer |
None. |
|
AffCode | string |
None. |
|
ObjectState | ObjectStateEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
- "Id": 1,
- "EventItemId": 2,
- "AffCode": "sample string 3",
- "ObjectState": 0
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1