Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Allows the client to add an attachment to a Legal Identity application.
POST /Agent/Legal/AddIdAttachment
{ "keyId": Required(Str(PKeyId)), "legalId": Required(Str(PLegalId)), "nonce": Required(Str(PNonce)), "keySignature": Required(Str(PKeySignature)), "requestSignature": Required(Str(PRequestSignature)), "attachmentBase64": Required(Str(PAttachmentBase64)), "attachmentFileName": Required(Str(PAttachmentFileName)), "attachmentContentType": Required(Str(PAttachmentContentType)) }
{ "Identity": Required(PIdentity) }