Create profile
POST {{backofficeURL}}/ProfileService/profiles?access_token={{useraccessToken}}
- Using this service, we can create a new profile.
- Check out the profile example json in the body below.
- From the Get all the profile forms response, select any profile form and set the payload according to the form. For every profile form there will be a profileFormID and that will be act as FormID.
Note: FormID is mandatory to create profile.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"FormID"=>"{{profileFormID}}", "Name"=>"Enter name", "National ID"=>"Enter national ID", "Address"=>"", "Country"=>"Enter country name", "Corporate Email"=>"Enter a valid email ID", "Mobile Number"=>"Enter a valid mobile number with country code", "Hierarchy"=>""}