POST apiwba/gps/allowtransferlisttcdb

Request Information

URI Parameters

None.

Body Parameters

AllowTransferListTcdbI
NameDescriptionTypeAdditional information
ClientSource

byte

None.

Data

Collection of AllowTransferListTcdbItem

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientSource": 64,
  "Data": [
    {
      "VehicleID": 1,
      "TransportTypeID": 2,
      "BranchID": 3,
      "Seat": 4,
      "Payload": 5,
      "IsBGTManagement": true,
      "IsProvided": true,
      "IsUrbanArea": true,
      "IsBGTForward": true,
      "IsBGTForwardImage": true,
      "ActionByUser": "60551f45-d271-46cf-a9fb-34ea2f301338",
      "BGTNotTransferReason": "sample string 12",
      "ClientSource": 64,
      "BgtProvinceID": 14,
      "XNCode": 15,
      "ClientPage": 64,
      "IsVerified": 17
    },
    {
      "VehicleID": 1,
      "TransportTypeID": 2,
      "BranchID": 3,
      "Seat": 4,
      "Payload": 5,
      "IsBGTManagement": true,
      "IsProvided": true,
      "IsUrbanArea": true,
      "IsBGTForward": true,
      "IsBGTForwardImage": true,
      "ActionByUser": "60551f45-d271-46cf-a9fb-34ea2f301338",
      "BGTNotTransferReason": "sample string 12",
      "ClientSource": 64,
      "BgtProvinceID": 14,
      "XNCode": 15,
      "ClientPage": 64,
      "IsVerified": 17
    }
  ],
  "Username": "sample string 2",
  "Password": "sample string 3"
}

application/xml, text/xml

Sample:
<AllowTransferListTcdbI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</Username>
  <ClientSource>64</ClientSource>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Entities.Common">
    <d2p1:AllowTransferListTcdbItem>
      <d2p1:ActionByUser>60551f45-d271-46cf-a9fb-34ea2f301338</d2p1:ActionByUser>
      <d2p1:BGTNotTransferReason>sample string 12</d2p1:BGTNotTransferReason>
      <d2p1:BgtProvinceID>14</d2p1:BgtProvinceID>
      <d2p1:BranchID>3</d2p1:BranchID>
      <d2p1:ClientPage>64</d2p1:ClientPage>
      <d2p1:ClientSource>64</d2p1:ClientSource>
      <d2p1:IsBGTForward>true</d2p1:IsBGTForward>
      <d2p1:IsBGTForwardImage>true</d2p1:IsBGTForwardImage>
      <d2p1:IsBGTManagement>true</d2p1:IsBGTManagement>
      <d2p1:IsProvided>true</d2p1:IsProvided>
      <d2p1:IsUrbanArea>true</d2p1:IsUrbanArea>
      <d2p1:IsVerified>17</d2p1:IsVerified>
      <d2p1:Payload>5</d2p1:Payload>
      <d2p1:Seat>4</d2p1:Seat>
      <d2p1:TransportTypeID>2</d2p1:TransportTypeID>
      <d2p1:VehicleID>1</d2p1:VehicleID>
      <d2p1:XNCode>15</d2p1:XNCode>
    </d2p1:AllowTransferListTcdbItem>
    <d2p1:AllowTransferListTcdbItem>
      <d2p1:ActionByUser>60551f45-d271-46cf-a9fb-34ea2f301338</d2p1:ActionByUser>
      <d2p1:BGTNotTransferReason>sample string 12</d2p1:BGTNotTransferReason>
      <d2p1:BgtProvinceID>14</d2p1:BgtProvinceID>
      <d2p1:BranchID>3</d2p1:BranchID>
      <d2p1:ClientPage>64</d2p1:ClientPage>
      <d2p1:ClientSource>64</d2p1:ClientSource>
      <d2p1:IsBGTForward>true</d2p1:IsBGTForward>
      <d2p1:IsBGTForwardImage>true</d2p1:IsBGTForwardImage>
      <d2p1:IsBGTManagement>true</d2p1:IsBGTManagement>
      <d2p1:IsProvided>true</d2p1:IsProvided>
      <d2p1:IsUrbanArea>true</d2p1:IsUrbanArea>
      <d2p1:IsVerified>17</d2p1:IsVerified>
      <d2p1:Payload>5</d2p1:Payload>
      <d2p1:Seat>4</d2p1:Seat>
      <d2p1:TransportTypeID>2</d2p1:TransportTypeID>
      <d2p1:VehicleID>1</d2p1:VehicleID>
      <d2p1:XNCode>15</d2p1:XNCode>
    </d2p1:AllowTransferListTcdbItem>
  </Data>
</AllowTransferListTcdbI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AllowTransferListTcdbO
NameDescriptionTypeAdditional information
MessageResult

string

None.

IsSucceed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageResult": "sample string 1",
  "IsSucceed": true
}

application/xml, text/xml

Sample:
<AllowTransferListTcdbO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <IsSucceed>true</IsSucceed>
  <MessageResult>sample string 1</MessageResult>
</AllowTransferListTcdbO>