POST v1/user/company/confirmation
MOBILE - COMPANY APPROVED REQUEST
Request Information
URI Parameters
None.
Body Parameters
UserCompanyConfirmationRequestModelName | Description | Type | Additional information |
---|---|---|---|
company_driver_id | integer |
None. |
|
is_approved | boolean |
None. |
|
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:
{ "company_driver_id": 1, "is_approved": true, "user_id": "sample string 3", "user_signature": "sample string 4" }
Response Information
Resource Description
MOBILE - COMPANY APPROVED REQUEST
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }