For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reference

Get pay in month values

get

Retrieve the list of Pay In Month values.

Responses
200

Success

application/json
get/api/pricing/v2/Reference/PayInMonth
GET /api/pricing/v2/Reference/PayInMonth HTTP/1.1
Accept: */*
{
  "content": [
    {
      "id": 1,
      "description": "text"
    }
  ]
}

Get display type codes

get

Retrieve the list of Display Type Codes.

Responses
200

Success

application/json
get/api/pricing/v2/Reference/DisplayTypeCode
GET /api/pricing/v2/Reference/DisplayTypeCode HTTP/1.1
Accept: */*
{
  "content": [
    {
      "templateDisplayTypeID": 1,
      "displayTypeCode": "text",
      "displaySubTypeCode": "text"
    }
  ]
}

Last updated

Was this helpful?