GET api/NTCosCompany/GetCompanyQuestionForCase?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfECCCompanyQuestionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of ECCCompanyQuestionDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"CompanyCode": "sample string 1",
"QuestionCode": "sample string 2",
"Section": "sample string 3",
"COSServiceId": 1,
"COSSubServiceId": 1,
"SectionNo": 1,
"ScreenNo": 1,
"RequiredStatus": true,
"QuestionStatus": true,
"ValidFlag": true
},
{
"CompanyCode": "sample string 1",
"QuestionCode": "sample string 2",
"Section": "sample string 3",
"COSServiceId": 1,
"COSSubServiceId": 1,
"SectionNo": 1,
"ScreenNo": 1,
"RequiredStatus": true,
"QuestionStatus": true,
"ValidFlag": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfECCCompanyQuestionDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<d2p1:ECCCompanyQuestionDTO>
<d2p1:COSServiceId>1</d2p1:COSServiceId>
<d2p1:COSSubServiceId>1</d2p1:COSSubServiceId>
<d2p1:CompanyCode>sample string 1</d2p1:CompanyCode>
<d2p1:QuestionCode>sample string 2</d2p1:QuestionCode>
<d2p1:QuestionStatus>true</d2p1:QuestionStatus>
<d2p1:RequiredStatus>true</d2p1:RequiredStatus>
<d2p1:ScreenNo>1</d2p1:ScreenNo>
<d2p1:Section>sample string 3</d2p1:Section>
<d2p1:SectionNo>1</d2p1:SectionNo>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</d2p1:ECCCompanyQuestionDTO>
<d2p1:ECCCompanyQuestionDTO>
<d2p1:COSServiceId>1</d2p1:COSServiceId>
<d2p1:COSSubServiceId>1</d2p1:COSSubServiceId>
<d2p1:CompanyCode>sample string 1</d2p1:CompanyCode>
<d2p1:QuestionCode>sample string 2</d2p1:QuestionCode>
<d2p1:QuestionStatus>true</d2p1:QuestionStatus>
<d2p1:RequiredStatus>true</d2p1:RequiredStatus>
<d2p1:ScreenNo>1</d2p1:ScreenNo>
<d2p1:Section>sample string 3</d2p1:Section>
<d2p1:SectionNo>1</d2p1:SectionNo>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
</d2p1:ECCCompanyQuestionDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfECCCompanyQuestionDTO3NYuOdgi>