updateCustomer

Purpose

Updates a customer record using data from the URL parameters. For private cloud users, the user credentials for the user making this request must stored on the Master server. The output parameter is optional.

HTTP Method

POST

URL Parameters

sessionId

The session ID obtained from the body of the response when calling login.

id

The ID of the Customer record.

useIds

Boolean value: if true, use numeric IDs for lookup and picklist values, otherwise use integration codes and record names.

field1;[field2; ...]

Parameter's name - integration name of field to set; parameter's value - value of field to set. Same for other fields.

output

Optional parameter specifying the output format, one of: xml (default) or json.

Permissions Required

Edit permission for the Customer type.

Response

None

Example

Single create input example:

id=8330&companyName=API+Test+2&timeZone=EST