Publication Date – May 27, 2020
https://api.bitsighttech.com/ratings/v1/company-life-cycles
Update the vendor life cycle stage of a company or several companies.
Parameters
*Required.
Parameter | Description | Values | |
---|---|---|---|
dataBody |
The stage and its details to be updated. | [Object] | |
next_life_cycle_typeData |
Assign the life cycle stage for the company. | [String] Life cycle stage slug name. See life cycle stages | |
company_guidsData |
Identify companies to update. | [Array] Comma-separated company unique identifiers [entity_guid ]. See GET: Portfolio Details. |
Example Request
curl -X POST --data-ascii '{"next_life_cycle_type":"monitoring","company_guids":[company_guid_a,company_guid_b]}' https://api.bitsighttech.com/ratings/v1/company-life-cycles -u api_token: --header "Content-Type:application/json"