POST api/TwoMen/RequestService
Request Information
URI Parameters
None.
Body Parameters
RequestServiceClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RideID | integer |
None. |
|
| Array | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RideID": 1,
"Array": "sample string 2"
}
application/xml, text/xml
Sample:
<TwoMenController.RequestServiceClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRide_API.Controllers"> <Array>sample string 2</Array> <RideID>1</RideID> </TwoMenController.RequestServiceClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.