Skip to main content
BluINFO

RemoveVisitorRequest

Overview 

Deletes a single VisitorRequest that is already in the system. Returns Success/Error code.

Request Information


Method

POST - api/Visitor/RemoveVisitorRequest/{VisitorRequestId}

URI Parameters

Name Description Type Additional information
VisitorRequestId

 

globally unique identifier

Required

Body Parameters

None.

Response Information 


Resource Description

Result

Name Description Type Additional information
ResultCode

Represents the result code

integer

None.

Description

Represents a description of the result code

string

None.

Response Formats 

JSON

{
  "ResultCode": 1,
  "Description": "sample string 2"
}

XML

<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BluSKYWebAPI.Controllers">
  <Description>sample string 2</Description>
  <ResultCode>1</ResultCode>
</Result>
  • Was this article helpful?