Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    ClientKey ClientKey Body ClientKey of the user for which documents are to be uploaded
    Documents Document [] Body Details of documents to be uploaded
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    POST /cm/v1/documents
    Request Body
    {
      "ClientKey": "7m4I|vtYLUnEGg77o9uQhw==",
      "Documents": [
        {
          "Data": "iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4",
          "DocumentType": "TaxSavingAccount",
          "FileName": "TaxSavingAccount.pdf"
        }
      ]
    }