POST DeliveryReceiptBillUpdateAPI

Request Information

URI Parameters

None.

Body Parameters

DeliveryReceiptBillUpdate
NameDescriptionTypeAdditional information
Dhid

integer

None.

SeqId

integer

None.

Paymode

string

None.

TransactionNo

string

None.

PaidAmount

decimal number

None.

DeliveryTimeRemark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Dhid": 1,
  "SeqId": 2,
  "Paymode": "sample string 3",
  "TransactionNo": "sample string 4",
  "PaidAmount": 5.0,
  "DeliveryTimeRemark": "sample string 6"
}

application/xml, text/xml

Sample:
<DeliveryReceiptBillUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnnamfoodApi.Controllers">
  <DeliveryTimeRemark>sample string 6</DeliveryTimeRemark>
  <Dhid>1</Dhid>
  <PaidAmount>5</PaidAmount>
  <Paymode>sample string 3</Paymode>
  <SeqId>2</SeqId>
  <TransactionNo>sample string 4</TransactionNo>
</DeliveryReceiptBillUpdate>

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.