POST api/RiderRegistrationRequest/GetCitiesIndependently
Request Information
URI Parameters
None.
Body Parameters
DTOGetCitiesIndependentlyName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.