POST api/Interaction
Request Information
URI Parameters
None.
Body Parameters
InteractionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| Editable | boolean |
None. |
|
| Name | string |
Required Max length: 100 |
|
| Details | string |
Required |
|
| Location | string |
Max length: 250 |
|
| InteractionDateTime | date |
None. |
|
| DeadlineDateTime | date |
None. |
|
| InteractionType | ListItemDto |
None. |
|
| Contacts | Collection of InteractionContactDto |
None. |
|
| AdditionalContacts | string |
None. |
|
| UdfCollection | UdfCollectionDto |
None. |
|
| Tags | Collection of TagCollectionItemDto |
None. |
|
| Status | InteractionStatusListItemDto |
None. |
|
| GlobalCategory | ListItemDto |
None. |
|
| Direction | Direction |
None. |
|
| Owner | ListItemDto |
None. |
|
| OwnerModifiedBy | ListItemDto |
None. |
|
| OwnerModified | date |
None. |
|
| SendNotificationToOwner | boolean |
None. |
|
| EnquiryTypes | Collection of InteractionInteractionEnquiryTypeDto |
None. |
|
| Sentiment | InteractionSentiment |
None. |
|
| Parent | ListItemDto |
None. |
|
| InternalContact | InteractionContactListItemDto |
None. |
|
| InternalMemo | string |
None. |
|
| InternalResponseTime | ListItemDto |
None. |
|
| Response | string |
None. |
|
| ResponseDateTime | date |
None. |
|
| Responder | ListItemDto |
None. |
|
| ResponseMethod | ListItemDto |
None. |
|
| Outcome | ListItemDto |
None. |
|
| Releases | Collection of InteractionReleaseDto |
None. |
|
| Subjects | Collection of InteractionSubjectDto |
None. |
|
| ReasonForChange | string |
None. |
|
| Team | ListItemDto |
None. |
|
| DisplayOnCalendar | boolean |
None. |
|
| Colour | string |
None. |
|
| PrePublished | boolean |
None. |
|
| VisibilityUserIds | Collection of integer |
None. |
|
| Id | integer |
None. |
|
| Visibility | RestrictedVisibility |
None. |
|
| VisibilityUserId | integer |
None. |
|
| VisibilityClientId | integer |
None. |
|
| VisibilityUserGroupIds | Collection of integer |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| CreatedUser | ListItemDto |
None. |
|
| ModifiedUser | ListItemDto |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.