GET request/industrysection/siccode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IndustrySectionSICCodeView| Name | Description | Type | Additional information |
|---|---|---|---|
| IndustrySectionId | integer |
None. |
|
| SectionCode | string |
None. |
|
| SectionDescription | string |
None. |
|
| siccodes | Collection of SICCodeView |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"industrySectionId": 1,
"sectionCode": "sample string 2",
"sectionDescription": "sample string 3",
"siccodes": [
{
"sicCodeId": 1,
"sicCode": 2,
"sicCodeDescription": "sample string 3",
"industrySectionId": 4
},
{
"sicCodeId": 1,
"sicCode": 2,
"sicCodeDescription": "sample string 3",
"industrySectionId": 4
}
]
},
{
"industrySectionId": 1,
"sectionCode": "sample string 2",
"sectionDescription": "sample string 3",
"siccodes": [
{
"sicCodeId": 1,
"sicCode": 2,
"sicCodeDescription": "sample string 3",
"industrySectionId": 4
},
{
"sicCodeId": 1,
"sicCode": 2,
"sicCodeDescription": "sample string 3",
"industrySectionId": 4
}
]
}
]
text/html
Sample:
[{"industrySectionId":1,"sectionCode":"sample string 2","sectionDescription":"sample string 3","siccodes":[{"sicCodeId":1,"sicCode":2,"sicCodeDescription":"sample string 3","industrySectionId":4},{"sicCodeId":1,"sicCode":2,"sicCodeDescription":"sample string 3","industrySectionId":4}]},{"industrySectionId":1,"sectionCode":"sample string 2","sectionDescription":"sample string 3","siccodes":[{"sicCodeId":1,"sicCode":2,"sicCodeDescription":"sample string 3","industrySectionId":4},{"sicCodeId":1,"sicCode":2,"sicCodeDescription":"sample string 3","industrySectionId":4}]}]
application/xml, text/xml
Sample:
<ArrayOfIndustrySectionSICCodeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.Default">
<IndustrySectionSICCodeView>
<IndustrySectionId>1</IndustrySectionId>
<SectionCode>sample string 2</SectionCode>
<SectionDescription>sample string 3</SectionDescription>
<siccodes>
<SICCodeView>
<IndustrySectionId>4</IndustrySectionId>
<SICCode>2</SICCode>
<SICCodeDescription>sample string 3</SICCodeDescription>
<SICCodeId>1</SICCodeId>
</SICCodeView>
<SICCodeView>
<IndustrySectionId>4</IndustrySectionId>
<SICCode>2</SICCode>
<SICCodeDescription>sample string 3</SICCodeDescription>
<SICCodeId>1</SICCodeId>
</SICCodeView>
</siccodes>
</IndustrySectionSICCodeView>
<IndustrySectionSICCodeView>
<IndustrySectionId>1</IndustrySectionId>
<SectionCode>sample string 2</SectionCode>
<SectionDescription>sample string 3</SectionDescription>
<siccodes>
<SICCodeView>
<IndustrySectionId>4</IndustrySectionId>
<SICCode>2</SICCode>
<SICCodeDescription>sample string 3</SICCodeDescription>
<SICCodeId>1</SICCodeId>
</SICCodeView>
<SICCodeView>
<IndustrySectionId>4</IndustrySectionId>
<SICCode>2</SICCode>
<SICCodeDescription>sample string 3</SICCodeDescription>
<SICCodeId>1</SICCodeId>
</SICCodeView>
</siccodes>
</IndustrySectionSICCodeView>
</ArrayOfIndustrySectionSICCodeView>