# Update a check **PUT /api/v1/account/{account_uuid}/check/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **account_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **provider** (string) The name of the provider that ran the check. - **type** (string) | The type of check, possible values are aml, smartdoc and fraud | Value | Description | | ----- | ----------- | |aml|Aml| |smartdoc|Smartdoc| |fraud|Fraud| - **provider_reference** (string) The provider's unique identifier for the check. - **status** (string) | The check's status at the current time, possible values are abandoned, active, archive, complete, expired, failed, lock, pending and processing | Value | Description | | ----- | ----------- | |abandoned|Abandoned| |active|Active| |archive|Archive| |complete|Complete| |expired|Expired| |failed|Failed| |lock|Lock| |pending|Pending| |processing|Processing| - **outcome** (string) | The check's outcome at the current time, possible values are pass, refer, fail, high_risk, medium_risk and low_risk | Value | Description | | ----- | ----------- | |pass|Pass| |refer|Refer| |fail|Fail| |high_risk|High Risk| |medium_risk|Medium Risk| |low_risk|Low Risk| - **via_integration** (boolean) Did this check originate via an integration or was it manually added. - **originally_ran_at** (string(date)) The date that the check was originally ran ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **last_webhook_at** (string) If via an integration, when was data last pulled through? - **originally_ran_at** (string) The date that the check was originally ran - **provider** (string) The name of the provider that ran the check. - **type** (string) The type of check, possible values are aml, smartdoc and fraud - **provider_reference** (string) The provider's unique identifier for the check. - **status** (string) The check's status at the current time, possible values are abandoned, active, archive, complete, expired, failed, lock, pending and processing - **outcome** (string) The check's outcome at the current time, possible values are pass, refer, fail, high_risk, medium_risk and low_risk - **via_integration** (boolean) Did this check originate via an integration or was it manually added. - **last_error** (string) The last error received on a failed check - **account** (object) Account this check belongs to - **firm** (object) Firm this check belongs to - **folder** (object) Folder this check has stored files in [Powered by Bump.sh](https://bump.sh)