ebs.changeBusinessStatus
Changes an entity’s business status based on the specified business status ID.
HINT When changing an entity business status, we recommend using ebs.changeBusinessStatusByName which is enabled for localization. The current method is provided mostly for backward compatibility.
Syntax
Copy
ebs.changeBusinessStatus(entityName: string, entityId: string, businessStatusId: string, callback: any, errorCallback: any): void
| Parameter | Description |
|---|---|
entityName
|
The name of the entity to which you change the business status. |
|
|
The ID of the new business status. |
Response
void