POST v1/user/regions
MOBILE - DRIVER REGION LIST
Request Information
URI Parameters
None.
Body Parameters
UserRegionListRequestModelName | Description | Type | Additional information |
---|---|---|---|
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "user_id": "sample string 1", "user_signature": "sample string 2" }
Response Information
Resource Description
MOBILE - DRIVER REGION LIST
BaseMetaResultModelOfListOfUserRegionListResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | Collection of UserRegionListResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": [ { "region_id": 1, "region_name": "sample string 2" }, { "region_id": 1, "region_name": "sample string 2" } ], "meta": { "status_code": 1, "status_message": "sample string 2" } }