Investor Onboarding
CAMS Integration
Push Data to CAMS API
5min
this api is used to push data in cams api for a particular merchant of a customer and if you want to change the field values in cams eipv input, then you can pass the changed value with the appropriate json field names according to this in "camsjson" block of the input json body data push to cams has to be done by the amc only once the data push is completed and you received camsresponse as “successful”, in the api response, get a confirmation from the cams team that the same data have been pushed or not at their end sending requests for sending requests the hostname and protocol will be the same as given in the authentication docid\ eh9zz1kpurwnfb nnniud section send a post request to /api/callcams with data as below headers property value content type application/json authorization authorization header as per the login request request body { "customerid" " customerid ", "merchantid" " merchantid ", "camsuserid" " camsuserid ", "camspassword" " camspassword ", "camsjson" { "app doc pan" " app doc pan ", "app place declaration" " app place declaration ", "app doc cancelled chq" " app doc cancelled chq " } } the below table describes all the properties available in the request body property accepted values/format description customerid string customerid of that customer merchantid string merchantid of the investor camspassword string password to be used in the cams api integration camsuserid string userid to be used in the cams api integration camsjson <>object it passes those values that you want to replace with new values before submitting it to cams expected response json { "merchantid" " merchantid ", "customerid" " customerid ", "camsjson" { "app pan" " app pan " }, "camspassword" " camspassword ", "camsuserid" " camsuserid ", "id" " id ", "camsresponse" { " camsresponse " } } getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com