GET api/UserProfiles/CompanyUsers/Sales
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ValueTextModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": "sample string 1",
"Text": "sample string 2"
},
{
"Value": "sample string 1",
"Text": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfComponentViewModels.ValueTextModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO">
<ComponentViewModels.ValueTextModel>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</ComponentViewModels.ValueTextModel>
<ComponentViewModels.ValueTextModel>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</ComponentViewModels.ValueTextModel>
</ArrayOfComponentViewModels.ValueTextModel>