PUT api/TimeSheetMaster/BillingTypeMasterTranslation

Request Information

URI Parameters

None.

Body Parameters

BillingTypeMasterTranslationViewModel
NameDescriptionTypeAdditional information
BillingTypeTranslationId

integer

None.

BillingTypeId

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.

BillingTypeTranslationName

string

None.

BillingTypeTranslationDescription

string

None.

BillingTypeName

string

None.

LanguageName

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "BillingTypeTranslationId": 1,
  "BillingTypeId": 2,
  "LanguageId": 3,
  "Code": "sample string 4",
  "Name": "sample string 5",
  "Description": "sample string 6",
  "CreatedDate": "2026-01-07T07:13:56.9473569+05:30",
  "CreatedBy": 8,
  "ModifyDate": "2026-01-07T07:13:56.9473569+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 9",
  "LocalIpAddress": "sample string 10",
  "DBUserAccount": "sample string 11",
  "BillingTypeTranslationName": "sample string 12",
  "BillingTypeTranslationDescription": "sample string 13",
  "BillingTypeName": "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.