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": "8fb7a8a8-a4f2-4566-810c-7e082f5a4bb4",
"MembershipNumber": "sample string 1",
"MemberBarcode": "sample string 2",
"TaskType": 3,
"TaskSubType": 4,
"Queue": 1,
"Salesperson": 1,
"Notes": "sample string 5",
"TargetDate": "2026-03-26T23:42:51.2211493+00:00",
"TaskStatus": 1,
"LocationGuid": "c50dd28f-3ec6-4f6f-817d-65cfef180bae",
"ClubId": 1
}
Int32
1
| Bundle(s) |
|---|
| Tasks |