POST api/Crm/GetAccessCheck

CrmGetAccessCheck

Request Information

URI Parameters

None.

Body Parameters

crm_GetAccessCheck
NameDescriptionTypeAdditional information
CurrentProc

string

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

CountryID

integer

None.

View

boolean

None.

Edit

boolean

None.

Config

boolean

None.

Reject

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentProc": "sample string 1",
  "AddressPublic": "sample string 2",
  "AddressLocal": "sample string 3",
  "SiteUUID": "c1a45295-f4fe-427b-95a9-38e8faa76245",
  "Token": "dc129b90-5321-473e-a65e-c59142434090",
  "CountryID": 1,
  "View": true,
  "Edit": true,
  "Config": true,
  "Reject": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}