POST api/Customer?AgentCode={AgentCode}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
AgentCode | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "CustomerId": "sample string 1", "CustomerName": "sample string 2", "Address": "sample string 3", "Contact": "sample string 4", "Status": "sample string 5" }, { "CustomerId": "sample string 1", "CustomerName": "sample string 2", "Address": "sample string 3", "Contact": "sample string 4", "Status": "sample string 5" }, { "CustomerId": "sample string 1", "CustomerName": "sample string 2", "Address": "sample string 3", "Contact": "sample string 4", "Status": "sample string 5" } ]
text/xml
Sample:
<ArrayOfclsFlowupList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models"> <clsFlowupList> <Address>sample string 3</Address> <Contact>sample string 4</Contact> <CustomerId>sample string 1</CustomerId> <CustomerName>sample string 2</CustomerName> <Status>sample string 5</Status> </clsFlowupList> <clsFlowupList> <Address>sample string 3</Address> <Contact>sample string 4</Contact> <CustomerId>sample string 1</CustomerId> <CustomerName>sample string 2</CustomerName> <Status>sample string 5</Status> </clsFlowupList> <clsFlowupList> <Address>sample string 3</Address> <Contact>sample string 4</Contact> <CustomerId>sample string 1</CustomerId> <CustomerName>sample string 2</CustomerName> <Status>sample string 5</Status> </clsFlowupList> </ArrayOfclsFlowupList>