POST api/LGLineCaptureManpower/EmployeeBarCodeDetail

By Rahul, This for employee barcode details.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfEmployeeBarCodeInput
NameDescriptionTypeAdditional information
Data

EmployeeBarCodeInput

None.

Message

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Data": {
    "EmployeeBarCode": "sample string 1"
  },
  "Message": "sample string 1",
  "MessageCode": 2
}

application/xml, text/xml

Sample:
<EnvelopeOfEmployeeBarCodeInputJtOmf38R xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LGLineModelData.Models">
    <d2p1:EmployeeBarCode>sample string 1</d2p1:EmployeeBarCode>
  </Data>
  <Message>sample string 1</Message>
  <MessageCode>2</MessageCode>
</EnvelopeOfEmployeeBarCodeInputJtOmf38R>

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.