POST api/Bill/AddGenerateBill

Request Information

URI Parameters

None.

Body Parameters

GenerateBill
NameDescriptionTypeAdditional information
Id

integer

None.

BillId

integer

None.

CustomerID

integer

None.

ProductId

integer

None.

Amount

decimal number

None.

Qty

integer

None.

Rate

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BillId": 2,
  "CustomerID": 3,
  "ProductId": 4,
  "Amount": 5.0,
  "Qty": 6,
  "Rate": 7.0
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"BillId":2,"CustomerID":3,"ProductId":4,"Amount":5.0,"Qty":6,"Rate":7.0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.