Latest Legacy

Update an existing compliance document

This API updates compliance document fields.

API Endpoint

POST https://api.plivo.com/v1/Account/{auth_id}/ComplianceDocument/{ID}/

Arguments

aliasstring

Friendly name for the document.

end_user_idstring

Unique identifier for the end user associated with this compliance document.

document_type_idstringRequired

Unique identifier of the compliance document type this document is an instance of.

Informationstring

List of relevant information as defined by the compliance document type object.

proof file

Scanned proof supporting the provided information.

Response

{
   "api_id": "a75ab7a6-e571-11ec-8e0a-0242ac110003",
   "message": "changed"
}

Example Request

1
1
1
1
1
1
1
1