POST api/RiderRegistrationRequest/GetCitiesIndependently
Request Information
URI Parameters
None.
Body Parameters
DTOGetCitiesIndependently| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6b68fcaf-b9e8-4bd0-b998-ab5d178e006d",
"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>6b68fcaf-b9e8-4bd0-b998-ab5d178e006d</Id> <Name>sample string 2</Name> </DTOGetCitiesIndependently>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.