POST Method

The POST method creates a new resource on the backend (server). The request body carries the data we want to the server. It is neither a safe nor idempotent method. We don't expect to get the same result every time we send a POST request.


Create an Account Item

/api/customers/accounts


Creates an Account Item using the provided Customer ID and Account ID

/api/customers/123/accounts/111/account-items