| GET | /POS/UM/POSBookPropEX |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PosID | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<POSBookPropEx> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| pos_id | form | int | No | |
| payment_type | form | int | No | |
| cashm_acc | form | string | No | |
| cash_oper_id | form | string | No | |
| payment_name | form | string | No | |
| OperName | form | string | No | |
| AccWithName | form | string | No | |
| cash_ret_acc | form | string | No | |
| cash_ret_oper_id | form | string | No | |
| RetOperName | form | string | No | |
| RetAccName | form | string | No | |
| cashback_oper_id | form | string | No | |
| cashback_db | form | string | No | |
| cashback_cr | 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.
GET /POS/UM/POSBookPropEX HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
pos_id: 0,
payment_type: 0,
cashm_acc: String,
cash_oper_id: String,
payment_name: String,
OperName: String,
AccWithName: String,
cash_ret_acc: String,
cash_ret_oper_id: String,
RetOperName: String,
RetAccName: String,
cashback_oper_id: String,
cashback_db: String,
cashback_cr: String
}
]
}