POST api/v2/PreservationTranslations
Request
URI Parameters
Body Parameters
PreservationTranslationInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| PreservationId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Description | string | ||
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"PreservationId": 1,
"LanguageId": 2,
"Description": "sample string 3",
"Identification": "sample string 4"
}
text/html
Sample:
{"PreservationId":1,"LanguageId":2,"Description":"sample string 3","Identification":"sample string 4"}
Response
PreservationTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| PreservationId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"PreservationId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:12:20.4468791Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"PreservationId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:12:20.4468791Z"}