POST api/Translation/AddTranslation
添加修改外文翻译
Request Information
URI Parameters
None.
Body Parameters
Translation| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | integer |
None. |
|
| language | string |
None. |
|
| text | string |
None. |
|
| code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pid": 1,
"language": "sample string 2",
"text": "sample string 3",
"code": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |