POST api/ClientMaster/ClientMasterTranslation
Request Information
URI Parameters
None.
Body Parameters
ClientTranslationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| ClientCode | string |
None. |
|
| ClientDescription | string |
None. |
|
| ClientTranslationId | integer |
None. |
|
| ClientTranslationCode | string |
None. |
|
| ClientTranslationName | string |
None. |
|
| ClientTranslationDescription | string |
None. |
|
| ClientGroupName | string |
None. |
|
| LanguageName | string |
None. |
|
| LanguageId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"ClientName": "sample string 2",
"ClientCode": "sample string 3",
"ClientDescription": "sample string 4",
"ClientTranslationId": 5,
"ClientTranslationCode": "sample string 6",
"ClientTranslationName": "sample string 7",
"ClientTranslationDescription": "sample string 8",
"ClientGroupName": "sample string 9",
"LanguageName": "sample string 10",
"LanguageId": 11,
"CreatedDate": "2026-01-08T16:01:07.0253619+05:30",
"CreatedBy": 13,
"CreatedByName": "sample string 14",
"ModifyDate": "2026-01-08T16:01:07.0253619+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 15",
"IpAddress": "sample string 16",
"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.