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
Host: 
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
Host: 
Accept: */*
{
  "content": [
    {
      "templateDisplayTypeID": 1,
      "displayTypeCode": "text",
      "displaySubTypeCode": "text"
    }
  ]
}

Last updated

Was this helpful?