Reference
Retrieve the list of Pay In Month values.
Responses
200
Success
application/json
404
Not Found
application/json
500
Server Error
get
/api/pricing/v2/Reference/PayInMonthGET /api/pricing/v2/Reference/PayInMonth HTTP/1.1
Host:
Accept: */*
{
"content": [
{
"id": 1,
"description": "text"
}
]
}Retrieve the list of Display Type Codes.
Responses
200
Success
application/json
404
Not Found
application/json
500
Server Error
get
/api/pricing/v2/Reference/DisplayTypeCodeGET /api/pricing/v2/Reference/DisplayTypeCode HTTP/1.1
Host:
Accept: */*
{
"content": [
{
"templateDisplayTypeID": 1,
"displayTypeCode": "text",
"displaySubTypeCode": "text"
}
]
}Last updated
Was this helpful?

