GET api/brusper/get_mob
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of get_mob| Name | Description | Type | Additional information |
|---|---|---|---|
| c_code | string |
None. |
|
| cmob | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"c_code": "sample string 1",
"cmob": "sample string 2"
},
{
"c_code": "sample string 1",
"cmob": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_mob xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_mob>
<c_code>sample string 1</c_code>
<cmob>sample string 2</cmob>
</get_mob>
<get_mob>
<c_code>sample string 1</c_code>
<cmob>sample string 2</cmob>
</get_mob>
</ArrayOfget_mob>