Customer
Replaces the Customer resource.
Replaces the Customer resource.
put/customers/{id}
Path parameters
idstring required
Resource identifier
Request body
Example request
{
"id": "stripe-5050",
"integration": "quickbooks",
"srcId": "50",
"email": "janedoe@email.com",
"name": "Jane Doe",
"givenName": "Jane",
"familyName": "Doe",
"companyName": "Acme Corp.",
"fullyQualifiedName": "Acme Corporation",
"address": "708 Woodland Avenue",
"addressLine2": "Unit 105",
"city": "St Paul",
"postalCode": "99660",
"country": "United States",
"billingAddress": "4348 Candlelight Drive",
"billingAddressLine2": "Apartment 78",
"billingCity": "Panama City",
"billingState": "Florida",
"billingPostalCode": "32417",
"billingCountry": "United States",
"phone": "281-381-4241",
"mobile": "786-258-0182",
"fax": "281-381-4255",
"ddi": "5050",
"balance": 19999,
"currency": "USD",
"taxable": true,
"customerAccountStatus": "Enabled",
"monthlyRecurringRevenue": 4500000,
"netMonthlyRecurringRevenue": 2500000,
"created": "2013-11-18T02:17:40.080Z",
"modified": "2013-11-22T02:17:40.080Z",
"title": "Manager",
"department": "Administrative office",
"customerOwner": "josh_jameson",
"description": "Great customer",
"totalSpent": 76000,
"acceptsMarketing": true,
"username": "jane_doe123",
"taxType": "Global",
"bankAccountName": "Business Bank Account",
"bankAccountNumber": "123654",
"termId": "1d80716b-427e-4cad-80c6-c4b3a18eb23d",
"termType": "DAYSAFTERBILLDATE"
}Response
Customer resource updated
Example response
{
"id": "stripe-5050",
"integration": "quickbooks",
"srcId": "50",
"email": "janedoe@email.com",
"name": "Jane Doe",
"givenName": "Jane",
"familyName": "Doe",
"companyName": "Acme Corp.",
"fullyQualifiedName": "Acme Corporation",
"address": "708 Woodland Avenue",
"addressLine2": "Unit 105",
"city": "St Paul",
"postalCode": "99660",
"country": "United States",
"billingAddress": "4348 Candlelight Drive",
"billingAddressLine2": "Apartment 78",
"billingCity": "Panama City",
"billingState": "Florida",
"billingPostalCode": "32417",
"billingCountry": "United States",
"phone": "281-381-4241",
"mobile": "786-258-0182",
"fax": "281-381-4255",
"ddi": "5050",
"balance": 19999,
"currency": "USD",
"taxable": true,
"customerAccountStatus": "Enabled",
"monthlyRecurringRevenue": 4500000,
"netMonthlyRecurringRevenue": 2500000,
"created": "2013-11-18T02:17:40.080Z",
"modified": "2013-11-22T02:17:40.080Z",
"title": "Manager",
"department": "Administrative office",
"customerOwner": "josh_jameson",
"description": "Great customer",
"totalSpent": 76000,
"acceptsMarketing": true,
"username": "jane_doe123",
"taxType": "Global",
"bankAccountName": "Business Bank Account",
"bankAccountNumber": "123654",
"termId": "1d80716b-427e-4cad-80c6-c4b3a18eb23d",
"termType": "DAYSAFTERBILLDATE"
}