PATCH api/v2/WorkFlowStepTranslations
Request
URI Parameters
Body Parameters
WorkFlowStepTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkFlowStepId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"WorkFlowStepId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"WorkFlowStepId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
WorkFlowStepTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| WorkFlowStepId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"WorkFlowStepId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:08:34.3818051Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"WorkFlowStepId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:08:34.3818051Z"}