POST api/Staff/Staffatt
Request Information
URI Parameters
None.
Body Parameters
STAFF_ATTName | Description | Type | Additional information |
---|---|---|---|
STAFF_ID | string |
None. |
|
STAFF_TYPE | string |
None. |
|
NAME | string |
None. |
|
FNAME | string |
None. |
|
ABSENT_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "STAFF_ID": "sample string 1", "STAFF_TYPE": "sample string 2", "NAME": "sample string 3", "FNAME": "sample string 4", "ABSENT_DATE": "2024-11-21T15:29:40.7363277+05:30" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.