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": "e8fb147f-b66a-48ea-a9c6-4c83ef7e3e65",
"MembershipNumber": "sample string 1",
"MemberBarcode": "sample string 2",
"TaskType": 3,
"TaskSubType": 4,
"Queue": 1,
"Salesperson": 1,
"Notes": "sample string 5",
"TargetDate": "2026-08-14T13:53:28.1131652+01:00",
"TaskStatus": 1,
"LocationGuid": "f0f3ef15-eb70-4135-af79-046056e6d738",
"ClubId": 1
}
Int32
1
| Bundle(s) |
|---|
| Tasks |