GET api/NTSetting/GetComponentResult?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMEComponentResultDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of MEComponentResultDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "Id": 1, "Name": "sample string 2", "ComponentId": 3, "Type": 4, "FormTypeId": 1, "TypeName": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:32:10.8315739-08:00", "DateUpdated": "2024-11-21T00:32:10.8315739-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true }, { "Id": 1, "Name": "sample string 2", "ComponentId": 3, "Type": 4, "FormTypeId": 1, "TypeName": "sample string 5", "ValidFlag": true, "DateCreated": "2024-11-21T00:32:10.8315739-08:00", "DateUpdated": "2024-11-21T00:32:10.8315739-08:00", "UserIDCreated": 9, "UserIDUpdated": 10, "CompanyCode": "sample string 11", "IsExcludeDiscount": true } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfMEComponentResultDTOzIntITI8 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.DTO.MedicalExam"> <d2p1:MEComponentResultDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:10.8315739-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:10.8315739-08:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:ComponentId>3</d2p1:ComponentId> <d2p1:FormTypeId>1</d2p1:FormTypeId> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:Type>4</d2p1:Type> <d2p1:TypeName>sample string 5</d2p1:TypeName> </d2p1:MEComponentResultDTO> <d2p1:MEComponentResultDTO> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 11</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:10.8315739-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:32:10.8315739-08:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">9</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:ComponentId>3</d2p1:ComponentId> <d2p1:FormTypeId>1</d2p1:FormTypeId> <d2p1:Id>1</d2p1:Id> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:Type>4</d2p1:Type> <d2p1:TypeName>sample string 5</d2p1:TypeName> </d2p1:MEComponentResultDTO> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfMEComponentResultDTOzIntITI8>