GET api/GetMobile/SaveEmployee2
Request Information
URI Parameters
None.
Body Parameters
iGuruEmployeeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
Required |
|
Name | string |
Required Max length: 8 |
|
Designation | string |
Required Max length: 10 |
|
WorkingHours | string |
None. |
|
JoinedOn | date |
Data type: Date |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "Designation": "sample string 3", "WorkingHours": "sample string 4", "JoinedOn": "2024-12-23T15:13:39.1883173+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}