POST api/SalesDetail/InsertSalesOrderItems?strOrderId={strOrderId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strOrderId

integer

Required

Body Parameters

Collection of clientSalesOrderItems
NameDescriptionTypeAdditional information
Title

string

None.

Price

decimal number

None.

ProductId

integer

None.

Qty

decimal number

None.

DiscountDetailsId

integer

None.

TaxDetailsId

integer

None.

CouponId

integer

None.

ImageURL

string

None.

Discount

decimal number

None.

Tax

decimal number

None.

CopounCode

string

None.

CopounPercentage

decimal number

None.

CopounAmount

decimal number

None.

VarianceId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Title": "sample string 1",
    "Price": 2.0,
    "ProductId": 3,
    "Qty": 4.0,
    "DiscountDetailsId": 5,
    "TaxDetailsId": 6,
    "CouponId": 7,
    "ImageURL": "sample string 8",
    "Discount": 9.0,
    "Tax": 10.0,
    "CopounCode": "sample string 11",
    "CopounPercentage": 12.0,
    "CopounAmount": 13.0,
    "VarianceId": 14
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.