| GET,POST | /LDividendType | Lookup data - DividendType | Gets Divicend Types look up data |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Items | form | List<DtoLDividendType> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DividendTypeCode | form | string | No | |
| DividendTypeDesc | form | string | No | |
| DividendGroup | form | string | No | |
| FixedPriceRequired | form | bool | No | |
| PLCDividendTypeCode | form | string | No | |
| PLCDividendType | form | DtoLDividendType | 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 /LDividendType HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Items:
[
{
DividendTypeCode: String,
DividendTypeDesc: String,
DividendGroup: String,
FixedPriceRequired: False,
PLCDividendTypeCode: String,
PLCDividendType:
{
DividendTypeCode: String,
DividendTypeDesc: String,
DividendGroup: String,
FixedPriceRequired: False,
PLCDividendTypeCode: String,
PLCDividendType:
{
DividendTypeCode: String,
DividendTypeDesc: String,
DividendGroup: String,
FixedPriceRequired: False,
PLCDividendTypeCode: String
}
}
}
]
}