GET api/values/GetServices?type={type}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| type | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"SId": 1,
"Type": "sample string 2",
"Name": "sample string 3",
"PhoneNumber": "sample string 4",
"Area": "sample string 5",
"Photo": "sample string 6",
"Description": "sample string 7"
},
{
"SId": 1,
"Type": "sample string 2",
"Name": "sample string 3",
"PhoneNumber": "sample string 4",
"Area": "sample string 5",
"Photo": "sample string 6",
"Description": "sample string 7"
},
{
"SId": 1,
"Type": "sample string 2",
"Name": "sample string 3",
"PhoneNumber": "sample string 4",
"Area": "sample string 5",
"Photo": "sample string 6",
"Description": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfServicetbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models">
<Servicetbl>
<Area>sample string 5</Area>
<Description>sample string 7</Description>
<Name>sample string 3</Name>
<PhoneNumber>sample string 4</PhoneNumber>
<Photo>sample string 6</Photo>
<SId>1</SId>
<Type>sample string 2</Type>
</Servicetbl>
<Servicetbl>
<Area>sample string 5</Area>
<Description>sample string 7</Description>
<Name>sample string 3</Name>
<PhoneNumber>sample string 4</PhoneNumber>
<Photo>sample string 6</Photo>
<SId>1</SId>
<Type>sample string 2</Type>
</Servicetbl>
<Servicetbl>
<Area>sample string 5</Area>
<Description>sample string 7</Description>
<Name>sample string 3</Name>
<PhoneNumber>sample string 4</PhoneNumber>
<Photo>sample string 6</Photo>
<SId>1</SId>
<Type>sample string 2</Type>
</Servicetbl>
</ArrayOfServicetbl>