GET api/GetMobile/SaveEmployee2

Request Information

URI Parameters

None.

Body Parameters

iGuruEmployee
NameDescriptionTypeAdditional 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-07-15T15:07:43.4144661+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}