GET api/Masters/Getcustoid?mobile={mobile}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobile

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of getcustid
NameDescriptionTypeAdditional information
custid

string

None.

custname

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "custid": "sample string 1",
    "custname": "sample string 2"
  },
  {
    "custid": "sample string 1",
    "custname": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfgetcustid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <getcustid>
    <custid>sample string 1</custid>
    <custname>sample string 2</custname>
  </getcustid>
  <getcustid>
    <custid>sample string 1</custid>
    <custname>sample string 2</custname>
  </getcustid>
</ArrayOfgetcustid>