POST
/
v1
/
MULTI_APPLICATION_CARD
/
customer
/
{customerId}
{
  "description": "<string>",
  "mainId": "<string>",
  "applications": [
    {
      "id": "<string>",
      "accountId": "<string>"
    }
  ]
}

Path Parameters

customerId
string<biginteger>
required

The customer id of which customer you want to create the card on

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The fields that you want to apply to your newly created card, these values will override the predefined template values

The body is of type object.

Response

201
application/json

Successful creation of the product

The response is of type object.