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": "d95b81cb-25b6-44bd-8539-21a7d44bdc6e",
"Member": {
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Mobile": "sample string 3",
"Language": 0,
"LanguageName": "英文",
"Gender": true,
"Remark": "sample string 5",
"OptOutPromotion": true,
"BirthDate": "2025-10-28 19:02:51",
"LastLogin": "2025-10-28 19:02:51",
"Code": "sample string 7",
"GroupId": "c442185f-7980-4f90-a580-35e76d136d88",
"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": "0310dcdd-208e-4eb7-9ffa-015cc730f2eb",
"ClientId": "941d8175-b7dd-4067-9af6-a66de9732e01",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:51",
"UpdateDate": "2025-10-28 19:02:51",
"CreateBy": "6bb7828c-4b83-43c0-aa5d-f928aa61f755",
"UpdateBy": "31743d6e-c713-4531-a75f-2150e24e991d"
},
"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": "bb5b889a-adf1-4e08-be95-3f48a8b595cc",
"ClientId": "2bfee654-b3b0-4845-8dfb-2c8c475295b9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:51",
"UpdateDate": "2025-10-28 19:02:51",
"CreateBy": "167af087-331a-40fe-895a-fe883c217dbf",
"UpdateBy": "09d8436e-33ac-4ded-bef7-486c86560eee"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}