POST api/CashAdvance/deleteByID
Request Information
URI Parameters
None.
Body Parameters
tbl_CashAdvances| Name | Description | Type | Additional information |
|---|---|---|---|
| CashAdvanceID | integer |
None. |
|
| SystemUserID | integer |
None. |
|
| StaffID | integer |
None. |
|
| CashAdvanceValue | decimal number |
None. |
|
| NumberOfMonths | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| MonthlyPayment | decimal number |
None. |
|
| Note | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>