POST api/Customer?CompanyName={CompanyName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CompanyName
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

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

text/xml

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