Get list of Card Delivery Types
This method returns list of Card Delivery Types
URL test:
URL live:
Method:
GET
Path items:
/enumeration (Method name)
/deliverytypes (Type of enumeration)
Parameters:
No parameters
Example:
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