GET api/MRide/CompleteRideReceivedCashFromCustomer?RideId={RideId}&CustomerId={CustomerId}&BillAmountPayable={BillAmountPayable}&ReceivedCash={ReceivedCash}&CreditInWalletChk={CreditInWalletChk}&CustomerRating={CustomerRating}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RideId | integer |
Required |
|
| CustomerId | integer |
Required |
|
| BillAmountPayable | decimal number |
Required |
|
| ReceivedCash | decimal number |
Required |
|
| CreditInWalletChk | integer |
Required |
|
| CustomerRating | integer |
Default value is 0 |
Body Parameters
None.
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.