GET api/GetMobile/SaveEmployee
Request Information
URI Parameters
None.
Body Parameters
Collection of iGuruEmployee| Name | 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": "2025-10-27T23:22:45.8545803+00:00"
},
{
"ID": 1,
"Name": "sample string 2",
"Designation": "sample string 3",
"WorkingHours": "sample string 4",
"JoinedOn": "2025-10-27T23:22:45.8545803+00:00"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}