GET api/v1/User/GetBspEnabled/{cap}/{citta}
Get BSP availableness by CAP
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| cap | string | string | Required | 
| citta | string | string | Required | 
Body Parameters
None.
Response Information
Resource Description
returns true if the selected cap is bsp enabled
booleanResponse Formats
application/json, text/json, text/plain, application/octet-stream
            Sample:
        true
application/xml, text/xml
            Sample:
        <boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
text/javascript, application/javascript, application/json-p
            Sample:
(true);