GET Api/Promotion/GetPrmtBorderLayouts
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": "e2f7b480-0d23-4bf8-a9a0-727eeb4a3671",
"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": "3b7c329f-e6bb-4f5d-a5ce-d998fb0971bf",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:19",
"UpdateDate": "2025-12-30 14:10:19",
"CreateBy": "e7ab4a2c-e0ba-4be7-a4ee-a4b3488d701e",
"UpdateBy": "aa62b44f-9c2c-44e9-9517-2c25a185dfc9"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "e2f7b480-0d23-4bf8-a9a0-727eeb4a3671",
"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": "3b7c329f-e6bb-4f5d-a5ce-d998fb0971bf",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:19",
"UpdateDate": "2025-12-30 14:10:19",
"CreateBy": "e7ab4a2c-e0ba-4be7-a4ee-a4b3488d701e",
"UpdateBy": "aa62b44f-9c2c-44e9-9517-2c25a185dfc9"
}
]