N Scan Access Areas

Areas NScan validates access to.

Http Verb Operation
Get ReferenceData/NScanAccessAreas/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of an NScan Access Area by id. To get the resource only if the user has write/edit access, pass filter="writeonly".. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/NScanAccessAreas/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of an NScan Access Area by id. To get the resource only if the user has write/edit access, pass filter="writeonly".. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/NScanAccessAreas?filter={filter}&maintenanceMode={maintenanceMode} Get details of all NScan Access Areas. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: GetAll, URL: ReferenceData/NScanAccessAreas?filter={filter}&maintenanceMode={maintenanceMode} Test

Get details of all NScan Access Areas. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/NScanAccessAreas/Summary Get a summary representation of all NScan Access Areas.
GET Method: GetSummaries, URL: ReferenceData/NScanAccessAreas/Summary Test

Get a summary representation of all NScan Access Areas.

Create ReferenceData/NScanAccessAreas Create a new NScan Access Area.
POST Method: Create, URL: ReferenceData/NScanAccessAreas Test

Create a new NScan Access Area.

Update ReferenceData/NScanAccessAreas/{id} Update an existing NScan Access Area.
PUT Method: Update, URL: ReferenceData/NScanAccessAreas/{id} Test

Update an existing NScan Access Area.

Delete ReferenceData/NScanAccessAreas/{id} Delete an existing NScan Access Area.
DELETE Method: Delete, URL: ReferenceData/NScanAccessAreas/{id} Test

Delete an existing NScan Access Area.