Update profile
PUT {{backofficeURL}}/ProfileService/profiles/{{profileID}}?access_token={{useraccessToken}}
- Using this service, we can update existing profile details.
- Since the profileID will be automatically applied in the service, running this service will result in updating a specific profile details.
- Mention the profile body in the payload and make the necessary changes.
- Note : The payload listed below belongs to the profileID, which is fetched automatically by the service. To view that specific profile details, use the service Get profile by profileid.
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"=>""}