POST api/Customer?AgentCode={AgentCode}&AsignAgentCode={AsignAgentCode}&CustomerName={CustomerName}&Address={Address}&Contact={Contact}&Email={Email}&PinCode={PinCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AgentCode
No documentation available.

Define this parameter in the request URI.

AsignAgentCode
No documentation available.

Define this parameter in the request URI.

CustomerName
No documentation available.

Define this parameter in the request URI.

Address
No documentation available.

Define this parameter in the request URI.

Contact
No documentation available.

Define this parameter in the request URI.

Email
No documentation available.

Define this parameter in the request URI.

PinCode
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

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

text/xml

Sample:
<ArrayOfclsCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsCustomer>
    <Status>sample string 1</Status>
  </clsCustomer>
  <clsCustomer>
    <Status>sample string 1</Status>
  </clsCustomer>
  <clsCustomer>
    <Status>sample string 1</Status>
  </clsCustomer>
</ArrayOfclsCustomer>