POST UPdateOrderRowFdsAPI

Request Information

URI Parameters

None.

Body Parameters

UPdateOrderRowFdsAPI_BO
NameDescriptionTypeAdditional information
PoId

integer

None.

PayMode

string

None.

DeliveryPerson

string

None.

DeliveryRemark

string

None.

PaymentRemark

string

None.

User

string

None.

Sessid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PoId": 1,
  "PayMode": "sample string 2",
  "DeliveryPerson": "sample string 3",
  "DeliveryRemark": "sample string 4",
  "PaymentRemark": "sample string 5",
  "User": "sample string 6",
  "Sessid": "sample string 7"
}

application/xml, text/xml

Sample:
<UPdateOrderRowFdsAPI_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnnamfoodApi.Controllers">
  <DeliveryPerson>sample string 3</DeliveryPerson>
  <DeliveryRemark>sample string 4</DeliveryRemark>
  <PayMode>sample string 2</PayMode>
  <PaymentRemark>sample string 5</PaymentRemark>
  <PoId>1</PoId>
  <Sessid>sample string 7</Sessid>
  <User>sample string 6</User>
</UPdateOrderRowFdsAPI_BO>

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.