GET AdminApi/Promotion/GetPrmtCoverLayouts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CodeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Module | string |
String length: inclusive between 0 and 20 |
|
| Function | string |
String length: inclusive between 0 and 20 |
|
| Key | string |
String length: inclusive between 0 and 20 |
|
| Value | string |
Required String length: inclusive between 0 and 200 |
|
| DescTransId | globally unique identifier |
None. |
|
| Remark | string |
None. |
|
| Description | string |
None. |
|
| Descriptions | Collection of MutiLanguage |
None. |
|
| Id | integer |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "b7dc433d-6c7d-4643-8e23-3523b483e0d2",
"Remark": "sample string 6",
"Description": "sample string 7",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": 8,
"ClientId": "2b6b1647-b226-41b5-a574-abf63bf02c57",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:48",
"UpdateDate": "2026-08-17 02:06:48",
"CreateBy": "e46d1514-ad79-46d1-a121-0f1e7f2a865f",
"UpdateBy": "f5ffa32f-9d47-485e-b9be-c9946e01ec2b"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "b7dc433d-6c7d-4643-8e23-3523b483e0d2",
"Remark": "sample string 6",
"Description": "sample string 7",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": 8,
"ClientId": "2b6b1647-b226-41b5-a574-abf63bf02c57",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:48",
"UpdateDate": "2026-08-17 02:06:48",
"CreateBy": "e46d1514-ad79-46d1-a121-0f1e7f2a865f",
"UpdateBy": "f5ffa32f-9d47-485e-b9be-c9946e01ec2b"
}
]