POST Api/Address/Add
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": "63a07ac7-6f44-466e-ad75-43fcd914b4f2",
"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:00:22",
"LastLogin": "2025-10-28 19:00:22",
"Code": "sample string 7",
"GroupId": "82b7562c-ab0e-4629-b933-66198c3893d2",
"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": "bb76bc0d-c987-438f-94e9-880c2fff56a8",
"ClientId": "b51154b8-24d0-4465-8efc-4c2cb2bbfe02",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:22",
"UpdateDate": "2025-10-28 19:00:22",
"CreateBy": "b7ae1d65-6776-4260-a0dd-9bafcfb0406b",
"UpdateBy": "c4a633fb-b20f-4fb9-a35d-bac605156387"
},
"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": "01a39da6-eb71-465c-8c00-5906ebfa38bc",
"ClientId": "98d50b4f-15bd-45d6-a7e6-4c25b9a45277",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:22",
"UpdateDate": "2025-10-28 19:00:22",
"CreateBy": "525335c7-cef8-4187-81e5-cad632a1e479",
"UpdateBy": "724ecf02-bfbe-4c16-ad99-acd821da64a0"
}
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": {}
}