Get the subtypes for a transaction type

GET /api/v1/static/transaction-sub-types/{transactionType}

Path parameters

  • transactionType string Required

Responses

  • 404 application/json
    Hide response attribute Show response attribute object
    • message string
GET /api/v1/static/transaction-sub-types/{transactionType}
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/static/transaction-sub-types/architecto' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "message": ""
}