address book

Add shared profile

This function is an API endpoint that adds a shared profile to an address book. It is tagged with "address book" for OpenAPI documentation.

Parameters

  • request: A JSON object containing the shared profile to be added.

Returns

If successful, this function returns a Json<AbSharedProfilesResponse> object containing the shared profiles in the address book. <br>

post/api/ab/shared/add

Request body

namestring required
notestring nullable

Response

errorstring nullable
totalinteger required

Changes

Changed in 2 of the 11 revisions of this API.11