| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Data | form | PayIDDepositData | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Enabled | form | bool | No | |
| ID | form | int | No | |
| form | string | No | ||
| PayID | form | string | No | |
| ContactID | form | string | No | |
| Status | form | string | No | |
| BSB | form | string | No | |
| AccountNumber | form | string | No | |
| AccountName | form | string | No | |
| CanDeposit | form | bool | No | |
| MaximumDepositableAmount | form | decimal | No | |
| NoDepositReason | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/ApiPayIDDepositDataRequest HTTP/1.1
Host: ios-api.betright.com.au
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Data:
{
Enabled: False,
ID: 0,
Email: String,
PayID: String,
ContactID: String,
Status: String,
BSB: String,
AccountNumber: String,
AccountName: String,
CanDeposit: False,
MaximumDepositableAmount: 0,
NoDepositReason: String
}
}