POST api/EER/Insert_LabelOrderInfo

Request Information

URI Parameters

None.

Body Parameters

EERLabelOrderData
NameDescriptionTypeAdditional information
EER_CertID

integer

None.

OrderId

integer

None.

LabelStartNo

integer

None.

LabelQty

integer

None.

LabelEndNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EER_CertID": 1,
  "OrderId": 2,
  "LabelStartNo": 3,
  "LabelQty": 4,
  "LabelEndNo": 5
}

application/xml, text/xml

Sample:
<EERLabelOrderData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EER_CertID>1</EER_CertID>
  <OrderId>2</OrderId>
  <LabelStartNo>3</LabelStartNo>
  <LabelQty>4</LabelQty>
  <LabelEndNo>5</LabelEndNo>
</EERLabelOrderData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>