POST https://api.legendonlineservices.co.uk/Contacts/Tasks

Creates a task for a contact

Request Parameters

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.
Values
1 - Open
2 - Completed
3 - Cancelled
TaskSubType Int32 Optional.
TaskType Int32 Optional.




{
  "ContactGuid": "6847e39f-38ff-4daf-bba2-5af6af071396",
  "MembershipNumber": "sample string 1",
  "MemberBarcode": "sample string 2",
  "TaskType": 3,
  "TaskSubType": 4,
  "Queue": 1,
  "Salesperson": 1,
  "Notes": "sample string 5",
  "TargetDate": "2025-04-25T14:15:18.4320338+01:00",
  "TaskStatus": 1,
  "LocationGuid": "65e6c385-1cca-4d5b-bd81-f35b973574da",
  "ClubId": 1
}

Response - (Status 200 - OK)

Int32





1

Bundle(s)
Tasks