v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Add Documents

post/v1/agent-hub/apply/add-documents

Headers

Acceptstring

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

MerchantCodestring required

Use MerchantCode that was returned when adding a Lead

Response

200

MerchantCodestring

Example response

{
  "MerchantCode": "r8yplgbppde03wdn",
  "MerchantDocuments": [
    {
      "DocumentCode": "b9d6woe3by73jz0q"
    }
  ]
}