GET api/brusper/getcust?mob={mob}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mob | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of getcust| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_code | string |
None. |
|
| cust_name | string |
None. |
|
| Pre1_pin | string |
None. |
|
| Per2_pin | string |
None. |
|
| pwd | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cust_code": "sample string 1",
"cust_name": "sample string 2",
"Pre1_pin": "sample string 3",
"Per2_pin": "sample string 4",
"pwd": "sample string 5"
},
{
"cust_code": "sample string 1",
"cust_name": "sample string 2",
"Pre1_pin": "sample string 3",
"Per2_pin": "sample string 4",
"pwd": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfgetcust xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<getcust>
<Per2_pin>sample string 4</Per2_pin>
<Pre1_pin>sample string 3</Pre1_pin>
<cust_code>sample string 1</cust_code>
<cust_name>sample string 2</cust_name>
<pwd>sample string 5</pwd>
</getcust>
<getcust>
<Per2_pin>sample string 4</Per2_pin>
<Pre1_pin>sample string 3</Pre1_pin>
<cust_code>sample string 1</cust_code>
<cust_name>sample string 2</cust_name>
<pwd>sample string 5</pwd>
</getcust>
</ArrayOfgetcust>