POST api/role/createreferralevent
Creates a referral event on the role
Request Information
URI Parameters
None.
Body Parameters
LegalReferralCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Details | string |
None. |
|
| Roleids | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Details": "sample string 1",
"Roleids": [
1,
2
]
}
Response Information
Resource Description
Collection of TaskDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Team | EventTeamDataContract |
None. |
|
| Notes | Collection of EventNoteCommandDataContract |
None. |
|
| Documents | Collection of DocumentDataContract |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DateTime | date |
None. |
|
| EventCategory | EnumDataContract |
None. |
|
| EventType | EnumDataContract |
None. |
|
| EventStatus | EnumDataContract |
None. |
|
| Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
| BranchId | integer |
None. |
|
| OwningTeamId | integer |
None. |
|
| TeamAccessType | string |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.