POST services/api/v1/pos/Get_RidersList
Request Information
URI Parameters
None.
Body Parameters
EcoBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of POS_Riders| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| RiderType | string |
None. |
|
| LocId | integer |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Password": "sample string 3",
"RiderType": "sample string 4",
"LocId": 5,
"ExtraField1": "sample string 6",
"ExtraField2": "sample string 7"
},
{
"Id": 1,
"Name": "sample string 2",
"Password": "sample string 3",
"RiderType": "sample string 4",
"LocId": 5,
"ExtraField1": "sample string 6",
"ExtraField2": "sample string 7"
}
]