POST PostCashOutRequest

Request Information

URI Parameters

None.

Body Parameters

CashOutRequest
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

BankAccount

string

None.

BranchCode

string

None.

AccountType

string

None.

AccountHolder

string

None.

AccountReference

string

None.

Processed

boolean

None.

TransactionReference

string

None.

BatchName

string

None.

ProcessedDate

date

None.

Client

boolean

None.

Owner

boolean

None.

Marshal

boolean

None.

Association

boolean

None.

Driver

boolean

None.

TransactionFee

decimal number

None.

CashOutAmount

decimal number

None.

Amount

decimal number

None.

BankName

string

None.

Reject

boolean

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:36:43.7869639+02:00",
  "BankAccount": "sample string 3",
  "BranchCode": "sample string 4",
  "AccountType": "sample string 5",
  "AccountHolder": "sample string 6",
  "AccountReference": "sample string 7",
  "Processed": true,
  "TransactionReference": "sample string 8",
  "BatchName": "sample string 9",
  "ProcessedDate": "2025-12-12T08:36:43.7869639+02:00",
  "Client": true,
  "Owner": true,
  "Marshal": true,
  "Association": true,
  "Driver": true,
  "TransactionFee": 16.1,
  "CashOutAmount": 17.1,
  "Amount": 18.1,
  "BankName": "sample string 19",
  "Reject": true,
  "ClientId": "sample string 21"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CashOutRequest
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

BankAccount

string

None.

BranchCode

string

None.

AccountType

string

None.

AccountHolder

string

None.

AccountReference

string

None.

Processed

boolean

None.

TransactionReference

string

None.

BatchName

string

None.

ProcessedDate

date

None.

Client

boolean

None.

Owner

boolean

None.

Marshal

boolean

None.

Association

boolean

None.

Driver

boolean

None.

TransactionFee

decimal number

None.

CashOutAmount

decimal number

None.

Amount

decimal number

None.

BankName

string

None.

Reject

boolean

None.

ClientId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:36:43.7869639+02:00",
  "BankAccount": "sample string 3",
  "BranchCode": "sample string 4",
  "AccountType": "sample string 5",
  "AccountHolder": "sample string 6",
  "AccountReference": "sample string 7",
  "Processed": true,
  "TransactionReference": "sample string 8",
  "BatchName": "sample string 9",
  "ProcessedDate": "2025-12-12T08:36:43.7869639+02:00",
  "Client": true,
  "Owner": true,
  "Marshal": true,
  "Association": true,
  "Driver": true,
  "TransactionFee": 16.1,
  "CashOutAmount": 17.1,
  "Amount": 18.1,
  "BankName": "sample string 19",
  "Reject": true,
  "ClientId": "sample string 21"
}