Update profile form

PUT {{backofficeURL}}/ProfileService/profiles/forms/{{profileFormID}}?access_token={{useraccessToken}}

  • Using this service, we can update existing user form by it's user id.
  • Since the profileFormID will be automatically applied in the service, running this service will result in updating a specific profile form.
  • Note : The payload listed below belongs to the profileFormID, which is fetched automatically by the service. To view that specific profile from details, use the service Get a profile form by profile form id.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring

Request Body

{"Form Header"=>[{"Type"=>"Varchar", "Value"=>"Customer registration form", "Label"=>"Form Label"}], "Form Body"=>[{"Type"=>"Varchar", "Value"=>"", "Label"=>"National ID"}, {"Type"=>"Varchar", "Value"=>"", "Label"=>"Name"}, {"Type"=>"List", "Value"=>["Male", "Female"], "Label"=>"Gender"}, {"Type"=>"Branch", "Value"=>"L0", "Label"=>"Hierarchy"}, {"Type"=>"Varchar", "Value"=>"", "Label"=>"Latitude"}, {"Type"=>"Varchar", "Value"=>"", "Label"=>"Longitude"}, {"Type"=>"Phone", "Value"=>"", "Label"=>"Mobile Number"}, {"Type"=>"Date", "Value"=>"", "Label"=>"Date of Birth"}]}