POST api/Taxi/TaxiServicePayment
Request Information
URI Parameters
None.
Body Parameters
TaxiServicePayName | Description | Type | Additional information |
---|---|---|---|
ManufacturerID | string |
None. |
|
CardID | integer |
None. |
|
Route | integer |
None. |
|
Run | integer |
None. |
|
Direction | integer |
None. |
|
DriverID | integer |
None. |
|
dLatitud | decimal number |
None. |
|
dLongitud | decimal number |
None. |
|
Heading | integer |
None. |
|
DeviceID | integer |
None. |
|
DeviceType | integer |
None. |
|
DeviceSeq | integer |
None. |
|
CardType | integer |
None. |
|
vchArchivoOrigen | string |
None. |
|
Paradero | string |
None. |
|
iCodOperacion | integer |
None. |
|
PaymentMethod | integer |
None. |
|
dNumMonto | decimal number |
None. |
|
Fare | decimal number |
None. |
|
ClassID | integer |
None. |
|
iCodEmpresa | integer |
None. |
|
iTaxiServiceID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ManufacturerID": "sample string 1", "CardID": 2, "Route": 3, "Run": 4, "Direction": 5, "DriverID": 6, "dLatitud": 7.1, "dLongitud": 8.1, "Heading": 9, "DeviceID": 10, "DeviceType": 11, "DeviceSeq": 12, "CardType": 13, "vchArchivoOrigen": "sample string 14", "Paradero": "sample string 15", "iCodOperacion": 16, "PaymentMethod": 17, "dNumMonto": 18.0, "Fare": 19.0, "ClassID": 20, "iCodEmpresa": 21, "iTaxiServiceID": 22 }
application/xml, text/xml
Sample:
<TaxiController.TaxiServicePay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers"> <CardID>2</CardID> <CardType>13</CardType> <ClassID>20</ClassID> <DeviceID>10</DeviceID> <DeviceSeq>12</DeviceSeq> <DeviceType>11</DeviceType> <Direction>5</Direction> <DriverID>6</DriverID> <Fare>19</Fare> <Heading>9</Heading> <ManufacturerID>sample string 1</ManufacturerID> <Paradero>sample string 15</Paradero> <PaymentMethod>17</PaymentMethod> <Route>3</Route> <Run>4</Run> <dLatitud>7.1</dLatitud> <dLongitud>8.1</dLongitud> <dNumMonto>18</dNumMonto> <iCodEmpresa>21</iCodEmpresa> <iCodOperacion>16</iCodOperacion> <iTaxiServiceID>22</iTaxiServiceID> <vchArchivoOrigen>sample string 14</vchArchivoOrigen> </TaxiController.TaxiServicePay>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>