POST api/TimeSheetMaster/InternalClientMasterTranslation

Request Information

URI Parameters

None.

Body Parameters

InternalClientTranslationViewModel
NameDescriptionTypeAdditional information
InternalClientTranslationId

integer

None.

InternalClientId

integer

None.

LanguageId

integer

None.

Code

string

None.

Name

string

None.

Description

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DBUserAccount

string

None.

InternalClientTranslationName

string

None.

InternalClientTranslationDescription

string

None.

InternalClientGroupName

string

None.

LanguageName

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalClientTranslationId": 1,
  "InternalClientId": 2,
  "LanguageId": 3,
  "Code": "sample string 4",
  "Name": "sample string 5",
  "Description": "sample string 6",
  "CreatedDate": "2026-01-08T22:10:53.1372545+05:30",
  "CreatedBy": 8,
  "ModifyDate": "2026-01-08T22:10:53.1372545+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 9",
  "LocalIpAddress": "sample string 10",
  "DBUserAccount": "sample string 11",
  "InternalClientTranslationName": "sample string 12",
  "InternalClientTranslationDescription": "sample string 13",
  "InternalClientGroupName": "sample string 14",
  "LanguageName": "sample string 15",
  "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.