Description (Deactivate the Company)
Deactivate the selected Company by Fixed Code API. Only allowed by Owner. (POST)
End Point
https://api.yedpay.com/v1/fixedcode/companies/{{company_id}}/deactivate
Variable
# | Name | Type | Description |
---|---|---|---|
1 | company_id | String | Company's ID |
Request Header
# | Key | Value | Description |
---|---|---|---|
1 | Authorization | Bearer {{access_token}} | Login Token |
Body
# | Name | Type | Description |
---|
Response
# | Name | Type | Description |
---|---|---|---|
1 | success | string | status of the response true/false |
2 | message | string | message of the response |
Example Success Response
{ "success": true, "message": "Success", }
Example Error Response
{ "success": false, "message": "Unauthenticated.", "status": 500 }
v1.61.15-20230523 © The Payment Cards Group Limited. All rights reserved.