POST api/CustomNavigation/CheckIfRegistered

Documentation for 'CheckIfRegistered'.

Request Information

Parameters

NameDescriptionAdditional information
cr
Documentation for 'cr'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "depId": "sample string 1",
  "domain": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "bRegisted": true,
  "guid": "sample string 2",
  "exceptionMsg": "sample string 3"
}