POST api/Discounts/deleteByID

Request Information

URI Parameters

None.

Body Parameters

tbl_Discounts
NameDescriptionTypeAdditional information
DiscountID

integer

None.

SystemUserID

integer

None.

CashAdvanceID

integer

None.

StaffID

integer

None.

DiscountTypeID

integer

None.

DiscountType

string

None.

DiscountValue

decimal number

None.

Year

integer

None.

Month

integer

None.

Note

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

DelaysDate

date

None.

CreationDate

date

None.

ModifiedDate

date

None.

PermissionType

integer

None.

tbl_DiscountTypes

tbl_DiscountTypes

None.

tbl_Staffs

tbl_Staffs

None.

tbl_SystemUsers

tbl_SystemUsers

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>