Update Visitor Info
Description
This API is used to update the custom visitor information for a particular visitor. The object given in the param will be appended to the existing visitor information.
HTTP Method - UPDATE
Query Parameters
customer info : A JSON object containing the visitor information.
Pre-requisite
A valid OAuth Token is mandatory.
URL:
Copied
Example
Copied
Success Response
Copied
Error Codes
1. General Error
This error is sent when you are not able to update the visitor info.code : 2310Error Message : "Unable to update customer info"
2. No Visitor Found
This error is sent if there are no visitors found for the given Email ID.code : 2311Error Message : "No Visitor found "
Error Response - Example
Copied