POST api/SalesReturn/SaveMany/SalesReturnPost

Request Information

URI Parameters

None.

Body Parameters

SalesReturn
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

BillId

globally unique identifier

None.

BillDetailId

globally unique identifier

None.

Quantity

integer

None.

Price

decimal number

None.

Tax

decimal number

None.

DiscountId

globally unique identifier

None.

ReturnDate

date

None.

PatientId

string

None.

AccountId

string

None.

Details

Collection of SalesReturnDetail

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Modified

Member

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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.