NamePrefix
A name prefix is one of Mr., Mrs., etc.
{
"type": "NamePrefix",
"id": "1",
"attributes": {
"value": "string"
},
"relationships": {}
}
| Name |
Type |
Description |
id |
primary_key |
|
value |
string |
|
| Parameter |
Value |
Type |
Description |
| order |
value |
string |
prefix with a hyphen (-value) to reverse the order
|
| Name |
Parameter |
Type |
Description |
Example |
| value |
where[value] |
string |
Query on a specific value
|
?where[value]=string |
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25)
|
| offset |
offset |
integer |
get results from given offset
|
| HTTP Method |
Endpoint |
| GET |
/people/v2/name_prefixes |
Reading
| HTTP Method |
Endpoint |
| GET |
/people/v2/name_prefixes/{id} |
Creating
| HTTP Method |
Endpoint |
Assignable Attributes |
| POST |
/people/v2/name_prefixes |
|
Updating
| HTTP Method |
Endpoint |
Assignable Attributes |
| PATCH |
/people/v2/name_prefixes/{id} |
|
Deleting
| HTTP Method |
Endpoint |
| DELETE |
/people/v2/name_prefixes/{id} |
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/people/v2/name_prefixes |
Organization
|
|
|
| GET |
https://api.planningcenteronline.com/people/v2/people/{person_id}/name_prefix |
Person
|
|
|