GET api/Masters/GetAsyncCustoerm

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Customer
NameDescriptionTypeAdditional information
Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1"
  },
  {
    "Name": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <Customer>
    <Name>sample string 1</Name>
  </Customer>
  <Customer>
    <Name>sample string 1</Name>
  </Customer>
</ArrayOfCustomer>