Skip to main content
POST
/
account_number_reservation
create account-number-reservation
curl --request POST \
  --url https://api.treasuryprime.com/account_number_reservation \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_product_id": "<string>"
}
'
{
  "account_number": "<string>",
  "account_product_id": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The account-number-reservation to create

account_product_id
string
required

Response

200 - application/json

The account-number-reservation created

account_number
string
account_product_id
string
id
string