GET api/CustomerName?CustomerName={CustomerName}&CompId={CompId}&BranchId={BranchId}&FYear={FYear}&ImpExp={ImpExp}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerName

string

Required

CompId

string

Required

BranchId

string

Required

FYear

string

Required

ImpExp

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerName
NameDescriptionTypeAdditional information
Customername

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfCustomerName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpexMobileAPI.Controllers">
  <CustomerName>
    <Customername>sample string 1</Customername>
  </CustomerName>
  <CustomerName>
    <Customername>sample string 1</Customername>
  </CustomerName>
</ArrayOfCustomerName>