POST api/driver/Finish?hireId={hireId}×tamp={timestamp}&totalDistance={totalDistance}&totalWaitTime={totalWaitTime}&totalFare={totalFare}&totalWaitFee={totalWaitFee}&promoCode={promoCode}&discountValue={discountValue}&voucherNo={voucherNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hireId | integer |
Required |
|
| timestamp | decimal number |
Required |
|
| totalDistance | string |
Required |
|
| totalWaitTime | string |
Required |
|
| totalFare | string |
Required |
|
| totalWaitFee | string |
Default value is 0 |
|
| promoCode | string |
Default value is |
|
| discountValue | string |
Default value is 0 |
|
| voucherNo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.