# Link account snapshot to an SDD collection application Links an account snapshot to the SDD collection application specified in the request URL. Endpoint: PUT /v1/persons/{person_id}/sdd_collection_applications/{sdd_collection_application_id}/account_snapshot Version: 1.0 ## Path parameters: - `person_id` (string, required) - `sdd_collection_application_id` (string, required) ## Request fields (application/json): - `account_snapshot_id` (string, required) ID of the account snapshot to attach to the SDD collection application ## Response 403 fields (application/json): - `errors` (array) Example: [{"id":"7aaf4dfb-b7cd-4a50-a1d2-fad0e19624ef","status":403,"code":"unauthorized_action","title":"Unauthorized Action","detail":"Unauthorized action is not allowed."}] - `errors.id` (string) Error identifier - `errors.status` (integer) Error status - `errors.code` (string) Error code - `errors.title` (string) Error title - `errors.detail` (string) Error detail ## Response 404 fields (application/json): - `errors` (array) Example: [{"id":"93537ebd-c038-4a56-aa1b-17e540f57c3a","status":404,"code":"model_not_found","title":"Model Not Found","detail":"Couldn't find 'XXX' for id."}] - `errors.id` (string) Error identifier - `errors.status` (integer) Error status - `errors.code` (string) Error code - `errors.title` (string) Error title - `errors.detail` (string) Error detail