POST v1/admin/companies/vehicle-user-relation/check-vehicle-status
ADMIN - Company vehicle relation check startdate-enddate.
Request Information
URI Parameters
None.
Body Parameters
AdminCheckStatusUserCompanyVehicleRelationRequestModelName | Description | Type | Additional information |
---|---|---|---|
vehicle_id | integer |
Required |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
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:
{ "vehicle_id": 1, "user_company_id": "sample string 2", "user_id": "sample string 3", "user_signature": "sample string 4" }
Response Information
Resource Description
ADMIN - Company vehicle relation check startdate-enddate.
BaseMetaResultModelOfStringName | Description | Type | Additional information |
---|---|---|---|
response | string |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": "sample string 1", "meta": { "status_code": 1, "status_message": "sample string 2" } }