PATCH api/v2/CollectionPointTranslations
Request
URI Parameters
Body Parameters
CollectionPointTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| CollectionPointId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string | ||
| Notes | string |
Request Formats
application/json, text/json
Sample:
{
"CollectionPointId": 1,
"LanguageId": 2,
"Identification": "sample string 3",
"Notes": "sample string 4"
}
text/html
Sample:
{"CollectionPointId":1,"LanguageId":2,"Identification":"sample string 3","Notes":"sample string 4"}
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:35.4104842Z"
}
text/html
Sample:
{"Identification":"sample string 4","Notes":"sample string 5","Id":1,"CollectionPointId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:55:35.4104842Z"}