POST api/QrCode/DeleteCodeScan

Request Information

URI Parameters

None.

Body Parameters

DeleteCodeScanRequestVM
NameDescriptionTypeAdditional information
SubAccountId

string

Required

UserId

string

Required

CodeScanId

string

Required

BatchId

string

None.

GroupId

string

None.

QrId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SubAccountId": "sample string 1",
  "UserId": "sample string 2",
  "CodeScanId": "sample string 3",
  "BatchId": "sample string 4",
  "GroupId": "sample string 5",
  "QrId": "sample string 6"
}

application/xml, text/xml

Sample:
<DeleteCodeScanRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.QrCodes">
  <BatchId>sample string 4</BatchId>
  <CodeScanId>sample string 3</CodeScanId>
  <GroupId>sample string 5</GroupId>
  <QrId>sample string 6</QrId>
  <SubAccountId>sample string 1</SubAccountId>
  <UserId>sample string 2</UserId>
</DeleteCodeScanRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.