POST v1/admin/companies/param-card/change-status
WEB - Param card change status
Request Information
URI Parameters
None.
Body Parameters
ParamCardChangeStatusRequestModelName | Description | Type | Additional information |
---|---|---|---|
card_guid | string |
None. |
|
approved_status |
1 - Onaylanmış 2 - Reddedilmiş 3 - İptal |
integer |
None. |
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:
{ "card_guid": "sample string 1", "approved_status": 2, "user_company_id": "sample string 3", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
WEB - Param card change status
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" } }