GET Api/Promotion/GetPrmtHeaderLayouts
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": "cec5ef7c-a74f-42d5-b29e-ea20d7a1cc02",
"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": "2bbbd4ab-55aa-487f-9a79-1380b7ddaac0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:15",
"UpdateDate": "2025-12-30 14:09:15",
"CreateBy": "937c3e79-1935-46a8-8b30-873ea5e436c8",
"UpdateBy": "479a232e-0147-42a3-9e18-48c6360bb6e2"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Key": "sample string 3",
"Value": "sample string 4",
"DescTransId": "cec5ef7c-a74f-42d5-b29e-ea20d7a1cc02",
"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": "2bbbd4ab-55aa-487f-9a79-1380b7ddaac0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:15",
"UpdateDate": "2025-12-30 14:09:15",
"CreateBy": "937c3e79-1935-46a8-8b30-873ea5e436c8",
"UpdateBy": "479a232e-0147-42a3-9e18-48c6360bb6e2"
}
]