GET api/v1/User/GetBspEnabled/{cap}/{citta}

Get BSP availableness by CAP

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

boolean

Response 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);