Last updated: 12/3/2024 3:35:34 AM
![]() |
NoteBusiness role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
|
This API is used to update the specified company profile. The API returns the modified
data in the response for verification.
Request
HTTP Request
[PUT] /LMPI/v3/customers/{customer_id}
Parameters
Name
|
Type
|
Description
|
Validation
|
Required Parameters
|
|||
customer_id
|
string
|
The unique identifier of the customer company requiring updates.
|
GUID format
|
HTTP Request Example
[PUT] https://{lmpi-fqdn}/LMPI/v3/customers/34a159f6-240b-4f81-930b-4075c3f069f7
Request Body
{ "name":"UC61108172909269", "address":"50.Bq8pW15u8OxE V1D8rZcz-LfdmZPFW_QEFOnwtUlftNbEO5y96o74SZmP", "emergency_email":"tm@trendmicro.com;support@trendmicro.com" }
Name
|
Type
|
Description
|
Validation
|
Optional Parameters
|
|||
name
|
string
|
The new name of the customer company.
|
1-128 characters
|
address
|
string
|
The new address of the customer company.
|
0-128 characters
|
city
|
string
|
The new city where customer company is located.
|
1-64 characters
|
state
|
string
|
The new state where customer company is located.
|
1-64 characters
|
postal_code
|
string
|
The new postal code of the customer company.
|
0-10 characters
|
country
|
string
|
The new country where customer company is located.
|
ISO 3166-1 alpha-2 country code
|
note
|
string
|
Additional notes on the customer company.
|
0-500 characters
|
emergency_email
|
string
|
The emergency contact information, using semicolons to separate multiple email addresses.
Trend Micro uses the emergency contact email if any critical issue of service occurs.
|
0-250 characters with email format (limited to letters, numbers, hyphens, periods,
underscores, and "@")
|
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body
with the following structure:
{ "city": "PLS", "name": "UC61108172909269", "country": "US", "note": "", "state": "New York", "postal_code": "", "address": "50.Bq8pW15u8OxE V1D8rZcz-LfdmZPFW_QEFOnwtUlftNbEO5y96o74SZmP", "customer_id": "34a159f6-240b-4f81-930b-4075c3f069f7", "emergency_email":"tm@trendmicro.com;support@trendmicro.com" }
Name
|
Type
|
Description
|
Length
|
customer_id
|
string
|
The unique identifier of the customer company.
|
GUID format
|
name
|
string
|
The modified name of the customer company.
If not updated, this field returns the original data.
|
1-128 characters
|
address
|
string
|
The modified address of the customer company.
If not updated, this field returns the original data.
|
0-128 characters
|
city
|
string
|
The modified city where the customer company is located.
If not updated, this field returns the original data.
|
1-64 characters
|
state
|
string
|
The modified state where the customer company is located.
If not updated, this field returns the original data.
|
1-64 characters
|
postal_code
|
string
|
The modified postal code of the customer company.
If not updated, this field returns the original data.
|
0-10 characters
|
country
|
string
|
The modified country code of the customer company.
If not updated, this field returns the original data.
|
ISO 3166-1 alpha-2 country code
|
note
|
string
|
The modified notes on the customer company.
If not updated, this field returns the original data.
|
0-500 characters
|
emergency_email
|
string
|
The modified emergency contact information, using semicolons to separate multiple
email addresses.
If not updated, this field returns the original data.
|
0-250 characters with email format (limited to letters, numbers, hyphens, periods,
underscores, and "@")
|