GET api/CustomerFeedbackApi?loginId={loginId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
loginId

integer

Required

Body Parameters

None.

Response Information

Resource Description

FeedbackMobileNo
NameDescriptionTypeAdditional information
Id

integer

None.

LoginId

integer

None.

MoibleNos

string

None.

BrandName

string

None.

Message

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

BrandNameList

Collection of BrandName

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LoginId": 2,
  "MoibleNos": "sample string 3",
  "BrandName": "sample string 4",
  "Message": "sample string 5",
  "CreatedDate": "2026-03-14T19:45:53.9129592+05:00",
  "UpdatedDate": "2026-03-14T19:45:53.9129592+05:00",
  "BrandNameList": [
    {
      "Id": 1,
      "LoginId": 1,
      "Name": "sample string 2",
      "IsActive": true,
      "CreatedDate": "2026-03-14T19:45:53.9139325+05:00",
      "CreatedBy": "sample string 3",
      "UpdatedDate": "2026-03-14T19:45:53.9139325+05:00",
      "UpdateBy": "sample string 4"
    },
    {
      "Id": 1,
      "LoginId": 1,
      "Name": "sample string 2",
      "IsActive": true,
      "CreatedDate": "2026-03-14T19:45:53.9139325+05:00",
      "CreatedBy": "sample string 3",
      "UpdatedDate": "2026-03-14T19:45:53.9139325+05:00",
      "UpdateBy": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<FeedbackMobileNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <BrandName>sample string 4</BrandName>
  <BrandNameList>
    <BrandName>
      <CreatedBy>sample string 3</CreatedBy>
      <CreatedDate>2026-03-14T19:45:53.9139325+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:45:53.9139325+05:00</UpdatedDate>
    </BrandName>
    <BrandName>
      <CreatedBy>sample string 3</CreatedBy>
      <CreatedDate>2026-03-14T19:45:53.9139325+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:45:53.9139325+05:00</UpdatedDate>
    </BrandName>
  </BrandNameList>
  <CreatedDate>2026-03-14T19:45:53.9129592+05:00</CreatedDate>
  <Id>1</Id>
  <LoginId>2</LoginId>
  <Message>sample string 5</Message>
  <MoibleNos>sample string 3</MoibleNos>
  <UpdatedDate>2026-03-14T19:45:53.9129592+05:00</UpdatedDate>
</FeedbackMobileNo>