POST api/DeliveredStatusChange

Request Information

URI Parameters

None.

Body Parameters

DeliveredStatusChange
NameDescriptionTypeAdditional information
ORDER_ID

string

None.

DELIVERYBOY_ID

string

None.

PAYMENT_TYPE

string

None.

TRANSACTION_AMT

string

None.

TRANSACTION_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ORDER_ID": "sample string 1",
  "DELIVERYBOY_ID": "sample string 2",
  "PAYMENT_TYPE": "sample string 3",
  "TRANSACTION_AMT": "sample string 4",
  "TRANSACTION_ID": "sample string 5"
}

application/xml, text/xml

Sample:
<DeliveredStatusChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDailyRMart.Models">
  <DELIVERYBOY_ID>sample string 2</DELIVERYBOY_ID>
  <ORDER_ID>sample string 1</ORDER_ID>
  <PAYMENT_TYPE>sample string 3</PAYMENT_TYPE>
  <TRANSACTION_AMT>sample string 4</TRANSACTION_AMT>
  <TRANSACTION_ID>sample string 5</TRANSACTION_ID>
</DeliveredStatusChange>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.