POST apiwba/all/allowtransfertcdb
Request Information
URI Parameters
None.
Body Parameters
AllowTransferTcdbInput| Name | Description | Type | Additional information |
|---|---|---|---|
| XNCode | integer |
None. |
|
| VehiclePlate | string |
None. |
|
| TransportTypeID | integer |
None. |
|
| IsBGTForward | boolean |
None. |
|
| IsBGTForwardImage | boolean |
None. |
|
| Payload | integer |
None. |
|
| Seat | integer |
None. |
|
| InsertedUser | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"TransportTypeID": 3,
"IsBGTForward": true,
"IsBGTForwardImage": true,
"Payload": 6,
"Seat": 7,
"InsertedUser": "fe30ba06-8c0c-421d-917a-0fd49a69e2c6",
"Username": "sample string 8",
"Password": "sample string 9"
}
application/xml, text/xml
Sample:
<AllowTransferTcdbInput 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 9</Password> <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 8</Username> <InsertedUser>fe30ba06-8c0c-421d-917a-0fd49a69e2c6</InsertedUser> <IsBGTForward>true</IsBGTForward> <IsBGTForwardImage>true</IsBGTForwardImage> <Payload>6</Payload> <Seat>7</Seat> <TransportTypeID>3</TransportTypeID> <VehiclePlate>sample string 2</VehiclePlate> <XNCode>1</XNCode> </AllowTransferTcdbInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AllowTransferTcdbResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
None. |
|
| ProcessErrorType | integer |
None. |
|
| ProcessErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": true,
"ProcessErrorType": 2,
"ProcessErrorDescription": "sample string 3"
}
application/xml, text/xml
Sample:
<AllowTransferTcdbResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <ProcessErrorDescription xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</ProcessErrorDescription> <ProcessErrorType xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">2</ProcessErrorType> <Data>true</Data> </AllowTransferTcdbResult>