POST api/RiderRegistrationRequest/GetCitiesIndependently

Request Information

URI Parameters

None.

Body Parameters

DTOGetCitiesIndependently
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "739b321e-de55-4aad-8997-ef29f2770ea7",
  "Name": "sample string 2"
}

application/xml, text/xml

Sample:
<DTOGetCitiesIndependently xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
  <Id>739b321e-de55-4aad-8997-ef29f2770ea7</Id>
  <Name>sample string 2</Name>
</DTOGetCitiesIndependently>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOGetCitiesIndependently'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.