Skip to content

Get list of Card Delivery Types

This method returns list of Card Delivery Types

URL test:

https://dev.lightcms.io/cms/v1/enumeration/deliverytypes

URL live:

https://fat.lightcms.io/cms/v1/enumeration/deliverytypes

Method:

GET

Path items:

/enumeration (Method name)

/deliverytypes (Type of enumeration)

Parameters:

No parameters

Example:

curl -X 'GET' \
  'https://dev.lightcms.io/cms/v1/enumeration/deliverytypes' \
  -H 'accept: */*'

Responses:

200 - OK

Status Code: 200 OK

[
{
    "code": "BRANCH",
    "description": "Bank branch"
},
{
    "code": "POST",
    "description": "Post"
},
{
    "code": "INSTANT",
    "description": "Instant (electronically)"
}
]

Parameter Type Example Description
code string POST
description string Post
500 - Internal error

Status Code: 500 Internal error