POST api/Customer?CustomerId={CustomerId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
CustomerId | 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:
<ArrayOfclsCustomerFlowUpDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models"> <clsCustomerFlowUpDetails> <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> </clsCustomerFlowUpDetails> <clsCustomerFlowUpDetails> <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> </clsCustomerFlowUpDetails> <clsCustomerFlowUpDetails> <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> </clsCustomerFlowUpDetails> </ArrayOfclsCustomerFlowUpDetails>