GET api/HistoryApi/GetUsers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of usp_GetBrandNames_Result
NameDescriptionTypeAdditional information
LoginId

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LoginId": 1,
    "Name": "sample string 1"
  },
  {
    "LoginId": 1,
    "Name": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfusp_GetBrandNames_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <usp_GetBrandNames_Result>
    <LoginId>1</LoginId>
    <Name>sample string 1</Name>
  </usp_GetBrandNames_Result>
  <usp_GetBrandNames_Result>
    <LoginId>1</LoginId>
    <Name>sample string 1</Name>
  </usp_GetBrandNames_Result>
</ArrayOfusp_GetBrandNames_Result>