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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
JobNo

string

Required

CompId

string

Required

BranchId

string

Required

FYear

string

Required

ImpExp

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of JobCustomerName
NameDescriptionTypeAdditional information
Jobcustomername

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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