PUT api/v2/CollectionPointTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
CollectionPointTranslationUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string | ||
| Notes | string |
Request Formats
application/json, text/json
Sample:
{
"Identification": "sample string 1",
"Notes": "sample string 2"
}
text/html
Sample:
{"Identification":"sample string 1","Notes":"sample string 2"}
Response
CollectionPointTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| CollectionPointId | integer | ||
| LanguageId | integer | ||
| Identification | string | ||
| Notes | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Notes": "sample string 5",
"Id": 1,
"CollectionPointId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:55:33.9204111Z"
}
text/html
Sample:
{"Identification":"sample string 4","Notes":"sample string 5","Id":1,"CollectionPointId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:55:33.9204111Z"}