GET ipbs/all/industrysectors
All Industry Sectors
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CRMIndustrySector| Name | Description | Type | Additional information |
|---|---|---|---|
| SectorID | string |
Required Max length: 150 |
|
| Description | string |
Required Max length: 50 |
Response Formats
application/json, text/json
Sample:
{
"SectorID": "sample string 1",
"Description": "sample string 2"
}
text/xml
Sample:
<CRMIndustrySector xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <Description>sample string 2</Description> <SectorID>sample string 1</SectorID> </CRMIndustrySector>