PUT api/Face/storenumber/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

Sta_FaceRegistery
NameDescriptionTypeAdditional information
id

string

None.

acct

string

None.

acctImage

Collection of byte

None.

featureData

Collection of byte

None.

storeNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "acct": "sample string 2",
  "acctImage": "QEA=",
  "featureData": "QEA=",
  "storeNumber": "sample string 3"
}

application/xml, text/xml

Sample:
<Sta_FaceRegistery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VTShieldDroidWebAPI.Models.Data">
  <acct>sample string 2</acct>
  <acctImage>QEA=</acctImage>
  <featureData>QEA=</featureData>
  <id>sample string 1</id>
  <storeNumber>sample string 3</storeNumber>
</Sta_FaceRegistery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.