POST api/AbsCartList/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ConfirmAbsOrder
NameDescriptionTypeAdditional information
EMPLOYEE_ID

string

None.

ORDER_TYPE

string

None.

DISTRIBUTOR_ID

string

None.

CATEGORY_ID

string

None.

ID1

string

None.

TOTAL_QUANTITY

string

None.

TOTAL_PRODUCTS

string

None.

REMARK

string

None.

PHOTO_WITH_STAMP

Collection of byte

None.

DEALER_ID

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMPLOYEE_ID": "sample string 1",
  "ORDER_TYPE": "sample string 2",
  "DISTRIBUTOR_ID": "sample string 3",
  "CATEGORY_ID": "sample string 4",
  "ID1": "sample string 5",
  "TOTAL_QUANTITY": "sample string 6",
  "TOTAL_PRODUCTS": "sample string 7",
  "REMARK": "sample string 8",
  "PHOTO_WITH_STAMP": "QEA=",
  "DEALER_ID": "sample string 9",
  "EXTRA1": "sample string 10",
  "EXTRA2": "sample string 11",
  "EXTRA3": "sample string 12"
}

application/xml, text/xml

Sample:
<ConfirmAbsOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Models">
  <CATEGORY_ID>sample string 4</CATEGORY_ID>
  <DEALER_ID>sample string 9</DEALER_ID>
  <DISTRIBUTOR_ID>sample string 3</DISTRIBUTOR_ID>
  <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID>
  <EXTRA1>sample string 10</EXTRA1>
  <EXTRA2>sample string 11</EXTRA2>
  <EXTRA3>sample string 12</EXTRA3>
  <ID1>sample string 5</ID1>
  <ORDER_TYPE>sample string 2</ORDER_TYPE>
  <PHOTO_WITH_STAMP>QEA=</PHOTO_WITH_STAMP>
  <REMARK>sample string 8</REMARK>
  <TOTAL_PRODUCTS>sample string 7</TOTAL_PRODUCTS>
  <TOTAL_QUANTITY>sample string 6</TOTAL_QUANTITY>
</ConfirmAbsOrder>

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.