POST api/LGLineOverTime/OTStageDetails

By Rahul, This for ot stage name details.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfOTStageInput
NameDescriptionTypeAdditional information
Data

OTStageInput

None.

Message

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<EnvelopeOfOTStageInputJtOmf38R 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:p_linecode>sample string 1</d2p1:p_linecode>
  </Data>
  <Message>sample string 1</Message>
  <MessageCode>2</MessageCode>
</EnvelopeOfOTStageInputJtOmf38R>

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.