ZWeb.API.MIS.ProfilesController (Portico/Z v0.1.0)

API endpoint for Profile CRUD in the MIS system

See Z.MIS for details

Link to this section Summary

Functions

List all profiles in the MIS system

Get a single profile from the MIS

Create/update a profile in the MIS system

Link to this section Functions

Link to this function

index(conn, params)

List all profiles in the MIS system

Link to this function

show(conn, map)

Get a single profile from the MIS

Link to this function

update(conn, params)

Create/update a profile in the MIS system

Returns HTML status 404 (not found) on error.

Required parameters:

  • identifier - The MIS ID and/or Portico Contact ID of the profile to update

See Z.MIS.create_or_update_profile/2 for more details.