brands
Patches an existing Brand in US with the request data.
Patches an existing brand. Fields omitted from the request body are unchanged. Fields set to null are treated as an explicit request to clear the field; if a field does not support clearing, the request will fail with 400.
patch/v1/projects/{projectId}/us/brands/{brandId}
Path parameters
projectIdstring required
Customer's project id
brandIdstring required
Brand Id
Request body
Example request
{
"displayName": "My End Customer Brand Name",
"legalCompanyName": "Alpha Adventures Corp.",
"dba": "Alpha Adventures",
"registrationCountry": "US",
"registrationState": "California",
"stockMarketSymbol": "SINCH",
"exchange": "NASDAQ",
"website": "https://www.sinch.com",
"companyEmail": "john.doe@sinch.com",
"estimatedAnnualRevenue": "100K-1M USD",
"country": "US",
"street": "129 MacDougal Street, Manhattan",
"street2": "D, 7th floor",
"city": "New York",
"state": "New York",
"stateCode": "NY",
"zip": "10012",
"taxCountry": "US",
"federalTaxId": "123456789",
"duns": "123456789",
"giin": "ABC9EF.A23FF.US.724",
"lei": "549300L4R7HSB20U5D88",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+19176393200",
"phoneNumberExtension": "343",
"mobilePhoneNumber": "+12015550143",
"contactEmail": "john.doe@sinch.com",
"politicalToken": "cv_a1b2c3d4e5f67890a1b2c3d4e5f67890",
"politicalUrl": "https://www.fec.gov/data/committee/C00123456/",
"governmentWebsite": "https://www.fcc.gov",
"governmentTypeOther": "International Port Authority Commission",
"charitableAccreditation": "BBB Wise Giving Alliance",
"scText": "We need 11111, if not available please provide SINCH",
"attachmentInputs": [
{
"fileName": "sender_id_registration_form.docx",
"attachmentType": "COMPANY_BANNER",
"fileUrl": "https://www.files.com/myfile.png"
}
]
}Response
Brand Content OK
Example response
{
"displayName": "My End Customer Brand Name",
"legalCompanyName": "Alpha Adventures Corp.",
"dba": "Alpha Adventures",
"registrationCountry": "US",
"registrationState": "California",
"stockMarketSymbol": "SINCH",
"exchange": "NASDAQ",
"website": "https://www.sinch.com",
"companyEmail": "john.doe@sinch.com",
"estimatedAnnualRevenue": "100K-1M USD",
"country": "US",
"street": "129 MacDougal Street, Manhattan",
"street2": "D, 7th floor",
"city": "New York",
"state": "New York",
"stateCode": "NY",
"zip": "10012",
"taxCountry": "US",
"federalTaxId": "123456789",
"duns": "123456789",
"giin": "ABC9EF.A23FF.US.724",
"lei": "549300L4R7HSB20U5D88",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+19176393200",
"phoneNumberExtension": "343",
"mobilePhoneNumber": "+12015550143",
"contactEmail": "john.doe@sinch.com",
"politicalToken": "cv_a1b2c3d4e5f67890a1b2c3d4e5f67890",
"politicalUrl": "https://www.fec.gov/data/committee/C00123456/",
"governmentWebsite": "https://www.fcc.gov",
"governmentTypeOther": "International Port Authority Commission",
"charitableAccreditation": "BBB Wise Giving Alliance",
"scText": "We need 11111, if not available please provide SINCH",
"brandId": "1234567890",
"status": "ACTIVE",
"contentProvider": true,
"attachments": [
{
"attachmentId": "d1c7ccbf-919d-462f-8587-dec95a1b11ee",
"fileName": "sender_id_registration_form.docx",
"attachmentType": "COMPANY_BANNER",
"mimeType": "application/pdf",
"uploadStatus": "COMPLETED",
"createTime": "2021-11-03T14:30:03Z",
"updateTime": "2021-11-03T14:30:03Z"
}
],
"logs": [
{
"createTime": "2021-11-03T14:30:03Z",
"message": "Please update the attachment connected to your request.",
"brandCurrentState": "ACTIVE"
}
],
"channels": [
"RCS"
],
"createTime": "2023-10-01T12:00:00Z",
"updateTime": "2023-10-01T12:00:00Z"
}