POST Api/Address/Update
Request Information
URI Parameters
None.
Body Parameters
DeliveryAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| Remark | string |
String length: inclusive between 0 and 100 |
|
| Default | boolean |
None. |
|
| MemberId | globally unique identifier |
Required |
|
| Member | Member |
None. |
|
| CountryName | string |
None. |
|
| ProvinceName | string |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 200 |
|
| LastName | string |
Required String length: inclusive between 0 and 200 |
|
| Address | string |
Required String length: inclusive between 0 and 200 |
|
| Address1 | string |
String length: inclusive between 0 and 200 |
|
| Address2 | string |
String length: inclusive between 0 and 200 |
|
| Address3 | string |
String length: inclusive between 0 and 200 |
|
| CountryId | integer |
None. |
|
| ProvinceId | integer |
None. |
|
| City | string |
String length: inclusive between 0 and 100 |
|
| CityId | integer |
None. |
|
| PostalCode | string |
String length: inclusive between 0 and 10 |
|
| Phone | string |
String length: inclusive between 0 and 200 |
|
| Mobile | string |
Required String length: inclusive between 0 and 200 |
|
| Gender | boolean |
None. |
|
| string |
Required String length: inclusive between 0 and 100 |
||
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Remark": "sample string 1",
"Default": true,
"MemberId": "c1cef65f-3ff1-4aa2-9ae9-da4a958d937b",
"Member": {
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Mobile": "sample string 3",
"Language": 0,
"LanguageName": "English",
"Gender": true,
"Remark": "sample string 5",
"OptOutPromotion": true,
"BirthDate": "2026-02-24 14:21:14",
"LastLogin": "2026-02-24 14:21:14",
"Code": "sample string 7",
"GroupId": "0982d974-f925-447d-9c07-ca48e31a452d",
"CurrencyCode": "sample string 9",
"IsApprove": true,
"FullName": "sample string 1 sample string 2",
"MallFun": 11.0,
"ThirdPartyUserId": "sample string 12",
"ThirdPartyType": 1,
"Account": "sample string 13",
"Email": "sample string 14",
"Password": "sample string 15",
"Id": "eeada70d-9e14-4dda-a2c2-274dd25d2ee2",
"ClientId": "31c02403-4c71-42c1-ba94-16e9355f201f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:21:14",
"UpdateDate": "2026-02-24 14:21:14",
"CreateBy": "5087dfc9-489e-4d43-93e9-b7b32cff7144",
"UpdateBy": "9becad4f-5568-4e98-a074-651e539e6113"
},
"CountryName": "sample string 4",
"ProvinceName": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"Address": "sample string 8",
"Address1": "sample string 9",
"Address2": "sample string 10",
"Address3": "sample string 11",
"CountryId": 12,
"ProvinceId": 13,
"City": "sample string 14",
"CityId": 15,
"PostalCode": "sample string 16",
"Phone": "sample string 17",
"Mobile": "sample string 18",
"Gender": true,
"Email": "sample string 19",
"Id": "d7c8aa71-1d2c-4af7-8de8-2ebdd96164b0",
"ClientId": "f666de8c-19c4-4087-80b1-69f75ab4b7f9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:21:14",
"UpdateDate": "2026-02-24 14:21:14",
"CreateBy": "0259e705-a181-40bd-a4a0-b3963cb06740",
"UpdateBy": "6b4a7409-90d5-47f5-8aa4-76c57e9c1f2f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}