POST api/report/ProductLabelMPL3CR

Request Information

URI Parameters

None.

Body Parameters

ProductLabelMPL3CR
NameDescriptionTypeAdditional information
Model

string

None.

BoxNo

string

None.

OCNO

string

None.

Watt

string

None.

Voltage

string

None.

CCT

string

None.

SNO

string

None.

QRCode

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "Model": "sample string 1",
  "BoxNo": "sample string 2",
  "OCNO": "sample string 3",
  "Watt": "sample string 4",
  "Voltage": "sample string 5",
  "CCT": "sample string 6",
  "SNO": "sample string 7",
  "QRCode": "QEA="
}

application/xml, text/xml

Sample:
<ProductLabelMPL3CR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOCS.CRAPI.Models">
  <BoxNo>sample string 2</BoxNo>
  <CCT>sample string 6</CCT>
  <Model>sample string 1</Model>
  <OCNO>sample string 3</OCNO>
  <QRCode>QEA=</QRCode>
  <SNO>sample string 7</SNO>
  <Voltage>sample string 5</Voltage>
  <Watt>sample string 4</Watt>
</ProductLabelMPL3CR>

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.