> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Document signed

Fired when a document within a package has been **signed by the next signer**.

* Download the current document (in Sequential signing will not contain all signatures unless last signer) and add it to your system
* Update the state of the document for the signer within your system

## Example

```json Payload theme={null}
{
	"packageId": "24428e41-8b96-40cc-96e6-b74c7c539fcb",
	"documentId": "73f34799-c3a2-49e3-aa5f-33b0c2c1f111",
	"revisionId": "ecaac2dc-8fe2-48fd-b3d5-74646435b1d2",
	"signerId": "d5397c13-5dcf-4574-b94b-5addf95c91df",
	"nextSignerId": "f700fdfa-b493-467e-b30d-7eb17e2bb769",
	"externalId": null,
	"action": "document_signed",
	"eventId": "f3a27f18-b892-4c4d-8ffa-81f2f459017f",
	"eventOwnerOrganizationId": "24261ee6-5f66-4692-ba49-533c9b58999b",
	"eventOwnerMemberId": "3e09a4ce-577c-492c-ba7c-c1ebf825f9b5",
	"eventTime": "2022-02-23T20:19:56.8208742Z"
}
```
