POST api/values/Ordertbl

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dt
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OrderId": "sample string 1",
  "UserID": 1,
  "total": "sample string 2",
  "Boy": "sample string 3",
  "DateTime": "sample string 4",
  "Address": "sample string 5",
  "PaymentId": "sample string 6",
  "boyId": 1,
  "PIN": 1,
  "id": 7
}

application/xml, text/xml

Sample:
<Ordertbl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLinks.Models">
  <Address>sample string 5</Address>
  <Boy>sample string 3</Boy>
  <DateTime>sample string 4</DateTime>
  <OrderId>sample string 1</OrderId>
  <PIN>1</PIN>
  <PaymentId>sample string 6</PaymentId>
  <UserID>1</UserID>
  <boyId>1</boyId>
  <id>7</id>
  <total>sample string 2</total>
</Ordertbl>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Ordertbl'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.