POST api/SYGetIsModuleLicensed

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "SalesforceModuleCode": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "HasActiveLicense": true
}