💾
💾
💾
💾
api
Search…
⌃K

Brand - Update

Full Url

Arguments

  • token (required)
  • brand_id (required)
  • display name - can be updated at any time
  • company_name- can be updated at any time
  • entity_type - update allowed if brand has no external vet
  • ein - update allowed if brand has no external vet
  • ein_issuing_country - update allowed if brand has no external vet
  • first_name - can be updated at any time
  • last_name - can be updated at any time
  • phone - can be updated at any time
  • street - can be updated at any time
  • city - can be updated at any time
  • state - can be updated at any time
  • postal_code - can be updated at any time
  • country - can be updated at any time
  • email - can be updated at any time
  • stock_symbol - can be updated at any time
  • stock_exchange - can be updated at any time
  • website - can be updated at any time
  • vertical - can be updated at any time
  • ip_address - can be updated at any time
  • brand_relationship - brand relationship can only be updated once every 3 months

Info

This operation allows users to update brand properties in the registry. The update policy applies for each brand property.

Example Success

{
code: 200,
status: "success",
data:{
"entity_type":"PRIVATE_PROFIT",
"csp_id":"SHYHVLW",
"brand_id":"BGPNNCD",
"display_name":"test123",
"company_name":"test123",
"ein":"472502019",
"ein_issuing_country":"US",
"phone":"1111111111",
"street":"test",
"city":"test",
"state":"CA",
"postal_code":"21012",
"country":"US",
"email":"[email protected]",
"brand_relationship":"SMALL_ACCOUNT",
"vertical":"REAL_ESTATE",
"universal_ein":"US_472502019",
"optional_attributes":[
],
"mock":false,
"identity_status":"VERIFIED"
}
}