PUT api/tblOrds/ChangeOrderData

Request Information

URI Parameters

None.

Body Parameters

ChangeDataOrder
NameDescriptionTypeAdditional information
Sts

integer

None.

EmpId

integer

None.

sNote

string

None.

OrdId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Sts": 1,
  "EmpId": 2,
  "sNote": "sample string 3",
  "OrdId": 4
}

application/xml, text/xml

Sample:
<ChangeDataOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <EmpId>2</EmpId>
  <OrdId>4</OrdId>
  <Sts>1</Sts>
  <sNote>sample string 3</sNote>
</ChangeDataOrder>

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.