POST tab/UpdateAboutMasterDetail
Request Information
URI Parameters
None.
Body Parameters
iUpdateAboutMasterDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| aboutMasterId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
|
| aboutDesc | string |
None. |
|
| createdId | string |
None. |
|
| detail | Collection of iAddAboutDetail |
None. |
|
| userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"aboutMasterId": "a8a6598d-88d4-497a-be8f-d5711073c4d3",
"userId": "3cf4a91b-50a9-45b1-8fe8-97f2da58690c",
"aboutDesc": "sample string 3",
"createdId": "sample string 4",
"detail": [
{
"detailSeq": 1,
"detailTitle": "sample string 2",
"detailValue": "sample string 3",
"detailSts": 4
},
{
"detailSeq": 1,
"detailTitle": "sample string 2",
"detailValue": "sample string 3",
"detailSts": 4
}
],
"userRole": 5
}
Response Information
Resource Description
oResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
|
| lang | string |
None. |
|
| RefNo | string |
None. |
|
| Records | Collection of Object |
None. |
|
| userMenu | Collection of Object |
None. |
|
| MasterData | Collection of Object |
None. |
|
| DetailData | Collection of Object |
None. |
|
| InfoData | Collection of Object |
None. |
|
| DownloadDashboard | Collection of Object |
None. |
|
| ScanDashboard | Collection of Object |
None. |
|
| SocialLinkDashboard | Collection of Object |
None. |
|
| DownloadGraph | Collection of Object |
None. |
|
| ScanGraph | Collection of Object |
None. |
|
| SocialLinkGraph | Collection of Object |
None. |
|
| SumDetailDashboard | Collection of Object |
None. |
|
| Title | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": true,
"Message": "sample string 2",
"lang": "sample string 3",
"RefNo": "sample string 4",
"Records": [
{},
{}
],
"userMenu": [
{},
{}
],
"MasterData": [
{},
{}
],
"DetailData": [
{},
{}
],
"InfoData": [
{},
{}
],
"DownloadDashboard": [
{},
{}
],
"ScanDashboard": [
{},
{}
],
"SocialLinkDashboard": [
{},
{}
],
"DownloadGraph": [
{},
{}
],
"ScanGraph": [
{},
{}
],
"SocialLinkGraph": [
{},
{}
],
"SumDetailDashboard": [
{},
{}
],
"Title": [
{},
{}
]
}