POST api/NTCosCompany/GetPreviewNotification
Request Information
URI Parameters
None.
Body Parameters
PreviewNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationQuestionList | Collection of CompanyQuestionDTO |
None. |
|
| NotificationTypeId | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 10 |
|
| content | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationQuestionList": [
{
"CompanyQuestionId": 1,
"QuestionId": 2,
"QuestionStatus": true,
"QuestionDesc": "sample string 4",
"QuestionCode": "sample string 5",
"Screen": "sample string 6",
"Section": "sample string 7",
"IsNotification": true,
"NotificationTypeId": 1,
"RequiredStatus": true,
"Sequence": 1,
"CosEccRequired": true,
"COSServiceId": 1,
"COSSubServiceId": 1,
"ServiceName": "sample string 9",
"SubServiceName": "sample string 10",
"SectionNo": 1,
"ScreenNo": 1,
"IsDefault": true,
"IsDisabled": true,
"IsTelemedFormRequired": true,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:26:38.1162312-07:00",
"DateUpdated": "2026-08-04T14:26:38.1162312-07:00",
"UserIDCreated": 15,
"UserIDUpdated": 16,
"CompanyCode": "sample string 17",
"IsExcludeDiscount": true
},
{
"CompanyQuestionId": 1,
"QuestionId": 2,
"QuestionStatus": true,
"QuestionDesc": "sample string 4",
"QuestionCode": "sample string 5",
"Screen": "sample string 6",
"Section": "sample string 7",
"IsNotification": true,
"NotificationTypeId": 1,
"RequiredStatus": true,
"Sequence": 1,
"CosEccRequired": true,
"COSServiceId": 1,
"COSSubServiceId": 1,
"ServiceName": "sample string 9",
"SubServiceName": "sample string 10",
"SectionNo": 1,
"ScreenNo": 1,
"IsDefault": true,
"IsDisabled": true,
"IsTelemedFormRequired": true,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:26:38.1162312-07:00",
"DateUpdated": "2026-08-04T14:26:38.1162312-07:00",
"UserIDCreated": 15,
"UserIDUpdated": 16,
"CompanyCode": "sample string 17",
"IsExcludeDiscount": true
}
],
"NotificationTypeId": 1,
"CompanyCode": "sample string 1",
"content": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |