Creates a task for a contact
| From Body | Type | Description | ||||
|---|---|---|---|---|---|---|
| ClubId | Int32 | Optional. | ||||
| ContactGuid | Guid | Optional. | ||||
| LocationGuid | Guid | Optional. | ||||
| MemberBarcode | String | Optional. | ||||
| MembershipNumber | String | Optional. | ||||
| Notes | String | Optional. | ||||
| Queue | Int32 | Optional. | ||||
| Salesperson | Int32 | Optional. | ||||
| TargetDate | DateTime | Optional. | ||||
| TaskStatus | Optional. | |||||
|
||||||
| TaskSubType | Int32 | Optional. | ||||
| TaskType | Int32 | Optional. | ||||
{
"ContactGuid": "fff36cbb-e365-44d8-b1da-772463360273",
"MembershipNumber": "sample string 1",
"MemberBarcode": "sample string 2",
"TaskType": 3,
"TaskSubType": 4,
"Queue": 1,
"Salesperson": 1,
"Notes": "sample string 5",
"TargetDate": "2025-12-19T04:52:09.6448533+00:00",
"TaskStatus": 1,
"LocationGuid": "d91639ab-1783-495a-8c4b-0b7a69d6a2dd",
"ClubId": 1
}
Int32
1
| Bundle(s) |
|---|
| Tasks |