POST api/TimeSheetMaster/ProjectMasterTranslation
Request Information
URI Parameters
None.
Body Parameters
ProjectMasterTranslationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectTranslationId | integer |
None. |
|
| ProjectId | byte |
None. |
|
| LanguageId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| ProjectTranslationCode | string |
None. |
|
| ProjectTranslationName | string |
None. |
|
| ProjectTranslationDescription | string |
None. |
|
| ProjectName | string |
None. |
|
| LanguageName | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectTranslationId": 1,
"ProjectId": 64,
"LanguageId": 3,
"Code": "sample string 4",
"Name": "sample string 5",
"Description": "sample string 6",
"CreatedDate": "2026-01-07T07:13:03.24096+05:30",
"CreatedByName": "sample string 8",
"ModifyDate": "2026-01-07T07:13:03.2565865+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 9",
"IpAddress": "sample string 10",
"ProjectTranslationCode": "sample string 11",
"ProjectTranslationName": "sample string 12",
"ProjectTranslationDescription": "sample string 13",
"ProjectName": "sample string 14",
"LanguageName": "sample string 15",
"RequestType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.