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": "698d49f3-a87a-4a20-8648-6ffe67db1cf5",
"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-04-20 09:57:57",
"LastLogin": "2026-04-20 09:57:57",
"Code": "sample string 7",
"GroupId": "c427b222-6b49-4b81-8c1c-de400122e8ac",
"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": "276a13e6-2c82-41d6-bcb7-9c08dab26e34",
"ClientId": "8a31b1ae-16cc-4cfd-ae6a-e1f32b5fb445",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:57:57",
"UpdateDate": "2026-04-20 09:57:57",
"CreateBy": "80ef81c0-d41e-4bb5-8c95-a2d9297e1085",
"UpdateBy": "1b2ca43b-47e1-4e38-b8bd-37cc64822d86"
},
"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": "1b6d6f80-b0cd-4c7e-819f-53c2d40f4bfb",
"ClientId": "6033917f-43f3-4079-a55e-138475117bc8",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:57:57",
"UpdateDate": "2026-04-20 09:57:57",
"CreateBy": "a16fd382-50c7-48e2-90c0-5aa899aa2429",
"UpdateBy": "012fa454-e8b9-44cc-a7ad-69d43c08c298"
}
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": {}
}