GET api/businessDeclarationForm/getKmsNoByCode?orgCode={orgCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orgCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectItemName | Description | Type | Additional information |
---|---|---|---|
Label | string |
None. |
|
Value | Object |
None. |
|
ParentValue | Object |
None. |
|
IsSelected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "label": "sample string 1", "value": {}, "parentValue": {}, "isSelected": true }, { "label": "sample string 1", "value": {}, "parentValue": {}, "isSelected": true } ]
application/xml, text/xml
Sample:
<ArrayOfSelectItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models.Dto"> <SelectItem> <IsSelected>true</IsSelected> <Label>sample string 1</Label> <ParentValue /> <Value /> </SelectItem> <SelectItem> <IsSelected>true</IsSelected> <Label>sample string 1</Label> <ParentValue /> <Value /> </SelectItem> </ArrayOfSelectItem>