POST api/TimeSheetMaster/InternalClientMaster

Request Information

URI Parameters

None.

Body Parameters

InternalClientViewModel
NameDescriptionTypeAdditional information
InternalClientId

integer

None.

InternalClientGroupId

integer

None.

InternalClientCountryId

byte

None.

CountryName

string

None.

InternalClientGroupName

string

None.

ClientId

integer

None.

ClientGroupId

integer

None.

ClientName

string

None.

Code

string

None.

Name

string

None.

Description

string

None.

IsDisplayInternalClientLogo

boolean

None.

InternalClientLogoFile

string

None.

DateFormat

string

None.

PrimaryHrid

integer

None.

PrimaryHr

string

None.

SecondaryHrid

integer

None.

SecondaryHr

string

None.

ThirdHrid

integer

None.

ThirdHr

string

None.

IsMihiUsed

boolean

None.

Exbit

integer

None.

DayHours

decimal number

None.

IsShiftWiseLeaveApplicable

boolean

None.

DisplayOrder

byte

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

CreatedByName

string

None.

ModifyDate

date

None.

ModifyBy

integer

None.

ModifyByName

string

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalClientId": 1,
  "InternalClientGroupId": 2,
  "InternalClientCountryId": 64,
  "CountryName": "sample string 4",
  "InternalClientGroupName": "sample string 5",
  "ClientId": 1,
  "ClientGroupId": 6,
  "ClientName": "sample string 7",
  "Code": "sample string 8",
  "Name": "sample string 9",
  "Description": "sample string 10",
  "IsDisplayInternalClientLogo": true,
  "InternalClientLogoFile": "sample string 11",
  "DateFormat": "sample string 12",
  "PrimaryHrid": 13,
  "PrimaryHr": "sample string 14",
  "SecondaryHrid": 1,
  "SecondaryHr": "sample string 15",
  "ThirdHrid": 1,
  "ThirdHr": "sample string 16",
  "IsMihiUsed": true,
  "Exbit": 1,
  "DayHours": 17.0,
  "IsShiftWiseLeaveApplicable": true,
  "DisplayOrder": 64,
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:13:06.1770008+05:30",
  "CreatedBy": 20,
  "CreatedByName": "sample string 21",
  "ModifyDate": "2026-01-07T07:13:06.1770008+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 22",
  "IpAddress": "sample string 23",
  "LocalIpAddress": "sample string 24",
  "DbUserAccount": "sample string 25",
  "RequestType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.