GET api/QuickMessage/GetBrandNames?loginId={loginId}&isFoundconcatenate={isFoundconcatenate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginId

integer

Required

isFoundconcatenate

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BrandName
NameDescriptionTypeAdditional information
Id

integer

None.

LoginId

integer

None.

Name

string

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdateBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "LoginId": 1,
    "Name": "sample string 2",
    "IsActive": true,
    "CreatedDate": "2026-03-14T19:50:29.3768276+05:00",
    "CreatedBy": "sample string 3",
    "UpdatedDate": "2026-03-14T19:50:29.3768276+05:00",
    "UpdateBy": "sample string 4"
  },
  {
    "Id": 1,
    "LoginId": 1,
    "Name": "sample string 2",
    "IsActive": true,
    "CreatedDate": "2026-03-14T19:50:29.3768276+05:00",
    "CreatedBy": "sample string 3",
    "UpdatedDate": "2026-03-14T19:50:29.3768276+05:00",
    "UpdateBy": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBrandName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <BrandName>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDate>2026-03-14T19:50:29.3768276+05:00</CreatedDate>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <LoginId>1</LoginId>
    <Name>sample string 2</Name>
    <UpdateBy>sample string 4</UpdateBy>
    <UpdatedDate>2026-03-14T19:50:29.3768276+05:00</UpdatedDate>
  </BrandName>
  <BrandName>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDate>2026-03-14T19:50:29.3768276+05:00</CreatedDate>
    <Id>1</Id>
    <IsActive>true</IsActive>
    <LoginId>1</LoginId>
    <Name>sample string 2</Name>
    <UpdateBy>sample string 4</UpdateBy>
    <UpdatedDate>2026-03-14T19:50:29.3768276+05:00</UpdatedDate>
  </BrandName>
</ArrayOfBrandName>