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": "6cc72934-4af5-4b56-9ecb-33e209e75c47",
"MembershipNumber": "sample string 1",
"MemberBarcode": "sample string 2",
"TaskType": 3,
"TaskSubType": 4,
"Queue": 1,
"Salesperson": 1,
"Notes": "sample string 5",
"TargetDate": "2026-05-15T13:26:50.4614544+01:00",
"TaskStatus": 1,
"LocationGuid": "899986cc-f478-4ad2-b6c5-9339684c58df",
"ClubId": 1
}
Int32
1
| Bundle(s) |
|---|
| Tasks |