POST api/Customer/{Id}?AgentCode={AgentCode}&CustomerId={CustomerId}&ApplicationNo={ApplicationNo}&Comments={Comments}&PolicyPlan={PolicyPlan}&PaymentMode={PaymentMode}&Amount={Amount}&AddressId={AddressId}&AgeId={AgeId}&ChequeNo={ChequeNo}&ImageName={ImageName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AgentCode
No documentation available.

Define this parameter in the request URI.

CustomerId
No documentation available.

Define this parameter in the request URI.

ApplicationNo
No documentation available.

Define this parameter in the request URI.

Comments
No documentation available.

Define this parameter in the request URI.

PolicyPlan
No documentation available.

Define this parameter in the request URI.

PaymentMode
No documentation available.

Define this parameter in the request URI.

Amount
No documentation available.

Define this parameter in the request URI.

AddressId
No documentation available.

Define this parameter in the request URI.

AgeId
No documentation available.

Define this parameter in the request URI.

Id
No documentation available.

Define this parameter in the request URI.

ChequeNo
No documentation available.

Define this parameter in the request URI.

ImageName
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:
<ArrayOfclsInterested xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsInterested>
    <Status>sample string 1</Status>
  </clsInterested>
  <clsInterested>
    <Status>sample string 1</Status>
  </clsInterested>
  <clsInterested>
    <Status>sample string 1</Status>
  </clsInterested>
</ArrayOfclsInterested>