POST api/SaveBarcodeNew

Request Information

URI Parameters

None.

Body Parameters

BarcodeDetails
NameDescriptionTypeAdditional information
AuthenticationToken

string

None.

StudentCode

string

None.

Date

string

None.

Barcode

string

None.

UserType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthenticationToken": "sample string 1",
  "StudentCode": "sample string 2",
  "Date": "sample string 3",
  "Barcode": "sample string 4",
  "UserType": "sample string 5"
}

application/xml, text/xml

Sample:
<BarcodeController.BarcodeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SitsLiveVGSMobileAPI.Controllers">
  <AuthenticationToken>sample string 1</AuthenticationToken>
  <Barcode>sample string 4</Barcode>
  <Date>sample string 3</Date>
  <StudentCode>sample string 2</StudentCode>
  <UserType>sample string 5</UserType>
</BarcodeController.BarcodeDetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BarcodeDetails'.

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.