POST api/AvailablePlan?PlanCompanyName={PlanCompanyName}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
PlanCompanyName
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "product_name": "sample string 1",
    "link": "sample string 2"
  },
  {
    "product_name": "sample string 1",
    "link": "sample string 2"
  },
  {
    "product_name": "sample string 1",
    "link": "sample string 2"
  }
]

text/xml

Sample:
<ArrayOfclsAvailablePlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsAvailablePlan>
    <link>sample string 2</link>
    <product_name>sample string 1</product_name>
  </clsAvailablePlan>
  <clsAvailablePlan>
    <link>sample string 2</link>
    <product_name>sample string 1</product_name>
  </clsAvailablePlan>
  <clsAvailablePlan>
    <link>sample string 2</link>
    <product_name>sample string 1</product_name>
  </clsAvailablePlan>
</ArrayOfclsAvailablePlan>