POST apiwba/bataxi/createlinkshare

Request Information

URI Parameters

None.

Body Parameters

SaveShareVehicleTaxiI
NameDescriptionTypeAdditional information
XNCode

integer

None.

StartTime

date

None.

EndTime

date

None.

VehiclePlates

Collection of string

None.

ShareType

byte

None.

ExpiredDate

date

None.

System

string

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "XNCode": 1,
  "StartTime": "2026-04-10T16:19:40.4698987+07:00",
  "EndTime": "2026-04-10T16:19:40.4698987+07:00",
  "VehiclePlates": [
    "sample string 1",
    "sample string 2"
  ],
  "ShareType": 64,
  "ExpiredDate": "2026-04-10T16:19:40.4698987+07:00",
  "System": "sample string 6",
  "Username": "sample string 7",
  "Password": "sample string 8"
}

application/xml, text/xml

Sample:
<SaveShareVehicleTaxiI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 8</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 7</Username>
  <EndTime>2026-04-10T16:19:40.4698987+07:00</EndTime>
  <ExpiredDate>2026-04-10T16:19:40.4698987+07:00</ExpiredDate>
  <ShareType>64</ShareType>
  <StartTime>2026-04-10T16:19:40.4698987+07:00</StartTime>
  <System>sample string 6</System>
  <VehiclePlates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </VehiclePlates>
  <XNCode>1</XNCode>
</SaveShareVehicleTaxiI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SaveShareVehicleO
NameDescriptionTypeAdditional information
Link

string

None.

IsSuccess

boolean

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Link": "sample string 1",
  "IsSuccess": true,
  "Description": "sample string 3"
}

application/xml, text/xml

Sample:
<SaveShareVehicleO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps">
  <Description>sample string 3</Description>
  <IsSuccess>true</IsSuccess>
  <Link>sample string 1</Link>
</SaveShareVehicleO>