GET promotion/get_open_type
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OpenTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| open_type_id | integer |
None. |
|
| open_type_name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"open_type_id": 1,
"open_type_name": "sample string 2"
},
{
"open_type_id": 1,
"open_type_name": "sample string 2"
}
]