POST tab/AddTestimonialDetail
Request Information
URI Parameters
None.
Body Parameters
iAddTestimonialDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| testimonialMasterId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
|
| testimonialImage | string |
None. |
|
| testimonialImageName | string |
None. |
|
| testimonialTitle | string |
None. |
|
| testimonialSubTitle | string |
None. |
|
| testimonialDesc | string |
None. |
|
| createdId | string |
None. |
|
| userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"testimonialMasterId": "17046da9-076b-431d-afa3-7004d659d144",
"userId": "02fe38e2-916d-4ecb-a9ce-db2691d7361c",
"testimonialImage": "sample string 3",
"testimonialImageName": "sample string 4",
"testimonialTitle": "sample string 5",
"testimonialSubTitle": "sample string 6",
"testimonialDesc": "sample string 7",
"createdId": "sample string 8",
"userRole": 9
}
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": [
{},
{}
]
}