POST api/v2/AccountAddressTranslations
Request
URI Parameters
Body Parameters
AccountAddressTranslationInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountAddressId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Notes | string |
Request Formats
application/json, text/json
Sample:
{
"AccountAddressId": 1,
"LanguageId": 2,
"Notes": "sample string 3"
}
text/html
Sample:
{"AccountAddressId":1,"LanguageId":2,"Notes":"sample string 3"}
Response
AccountAddressTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| AccountAddressId | integer | ||
| LanguageId | integer | ||
| Notes | string |
Response Format
application/json, text/json
Sample:
{
"Notes": "sample string 4",
"Id": 1,
"AccountAddressId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:57:28.729024Z"
}
text/html
Sample:
{"Notes":"sample string 4","Id":1,"AccountAddressId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:57:28.729024Z"}