Activity log
post
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this guest.
Body
idstring · uuidRead-onlyRequired
assigned_userstring · uuidWrite-onlyOptional
legacy_idstring | nullableOptional
nextgen_legacy_idstring | nullableOptional
created_atstring · date-time | nullableOptional
updated_atstring · date-timeRead-onlyRequired
salutationstring | nullableOptional
first_namestring · max: 100Required
last_namestring · max: 100Required
full_namestring | nullableRead-onlyRequired
emailstring · email | nullableOptional
phonestring | nullableOptional
call_timeone of | nullableOptional
string · enumOptionalPossible values:
morning
- Morning (9AM-12PM)evening
- Evening (5PM-8PM)afternoon
- Afternoon (1PM-4PM)others
- Other (Anytime between 9AM-8PM)
undefined · enumOptionalPossible values:
undefined · enumOptionalPossible values:
genderone of | nullableOptional
string · enumOptionalPossible values:
male
- Malefemale
- Female
undefined · enumOptionalPossible values:
undefined · enumOptionalPossible values:
address_1string | nullableOptional
address_2string | nullableOptional
citystring | nullableOptional
statestring | nullableOptional
zipstring | nullableOptional
requeststring | nullableOptional
invite_typestring | nullableOptional
birth_datestring · date | nullableOptional
age_groupstring | nullableOptional
statusstring | nullableOptional
activity_logany | nullableOptional
churchstring · uuidRequired
inviterstring · uuid | nullableOptional
userstring · uuid | nullableOptional
Responses
200Success
application/json
post
POST /api/users/follow-up/{id}/activity-log HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 621
{
"assigned_user": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:35:04.603Z",
"salutation": "text",
"first_name": "text",
"last_name": "text",
"email": "[email protected]",
"phone": "text",
"call_time": "morning",
"gender": "male",
"address_1": "text",
"address_2": "text",
"city": "text",
"state": "text",
"zip": "text",
"request": "text",
"invite_type": "text",
"birth_date": "2025-07-23",
"age_group": "text",
"status": "text",
"activity_log": null,
"church": "123e4567-e89b-12d3-a456-426614174000",
"inviter": "123e4567-e89b-12d3-a456-426614174000",
"user": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:35:04.603Z",
"updated_at": "2025-07-23T12:35:04.603Z",
"salutation": "text",
"first_name": "text",
"last_name": "text",
"full_name": "text",
"email": "[email protected]",
"phone": "text",
"call_time": "morning",
"gender": "male",
"address_1": "text",
"address_2": "text",
"city": "text",
"state": "text",
"zip": "text",
"request": "text",
"invite_type": "text",
"birth_date": "2025-07-23",
"age_group": "text",
"status": "text",
"activity_log": null,
"church": "123e4567-e89b-12d3-a456-426614174000",
"inviter": "123e4567-e89b-12d3-a456-426614174000",
"user": "123e4567-e89b-12d3-a456-426614174000"
}