V1 Add or Remove Group Contacts

Adds or removes contacts in a contact group.

Path Params
string
required

The unique identifier of the contact group. This ID was returned in the response when the contact group was created.

Query Params
string
required

Whether to add or remove the contact. Possible values are add and remove.

Body Params
string

References the entity ID of the contact. This is the unique identifier that is associated to the business/ borrower contact.

string

Indicates the type of contact. Possible values are Business and Borrower.

string

The full name of the contact.

string

The location of the contact in encompass. Example: /v1/borrowerContacts/78135c8c-0dfa-496f-9b7a-ab0fa8ef229f

Headers
string
required

Bearer token

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
LoadingLoading…