registerEvChargerLead
Register an EV Charger lead to Zoho.
Arguments
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-ES-7802: The request to Chipiron was not fulfilled correctly.
- KT-ES-7803: The request to Chipiron was incomplete or malformed.
- KT-ES-7804: The request to Chipiron caused a conflict - might you be trying to create a duplicate?
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation RegisterEvChargerLead($lead: EVChargerLeadZohoType) {
registerEvChargerLead(lead: $lead) {
success
}
}
Variables
{
"lead": EVChargerLeadZohoType
}
Response
{
"data": {
"registerEvChargerLead": {
"success": true
}
}
}