API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Adds members to support scheme with given name list based on payload

Sample Request:

POST /api/v2.0/supportschemes/SP1000000004/members

Example Payload:
{           
    "memberList" : [
        "Michael Brown", "Jennifer Green", ...
    ]
}

This endpoint requires all data to be in the body of the request

Requirements
"memberList"         At least a member name must be given and A member can be added for one time.

Required Permission(s): SupportPlans.EditSupportSchemes

Log in to see full request history
Path Params
string
required

Reference of the Support Scheme.

Body Params

Member list of the Support Scheme.

memberList
array of strings
required
memberList*
Responses
201

On Success

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json