POST api/Books/delbookstu
Request Information
URI Parameters
None.
Body Parameters
SA_BOOK_STUDENTSName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
CLASS_N | string |
None. |
|
SECTION_N | string |
None. |
|
COMP_ID | integer |
None. |
|
ADMIN_NO | string |
None. |
|
C_ROLL_NO | integer |
None. |
|
SNAME | string |
None. |
|
AB_DATE | date |
None. |
|
STAFF_ID | string |
None. |
|
SESSION_N | string |
None. |
|
BOOK_STATUS | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "CLASS_N": "sample string 2", "SECTION_N": "sample string 3", "COMP_ID": 4, "ADMIN_NO": "sample string 5", "C_ROLL_NO": 6, "SNAME": "sample string 7", "AB_DATE": "2025-09-19T12:48:08.3476762+05:30", "STAFF_ID": "sample string 8", "SESSION_N": "sample string 9", "BOOK_STATUS": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.