POST AdminApi/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": "33dbafaa-4f4b-4b9c-83ab-bd2137155251",
"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-12-30 14:07:23",
"LastLogin": "2025-12-30 14:07:23",
"Code": "sample string 7",
"GroupId": "3c202960-02b0-47ec-bafd-9825563b6ff3",
"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": "f40bb666-db37-4f8c-ad7a-ecd23f579cff",
"ClientId": "18989460-3cc9-473c-8fea-9ad4626b0a10",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:07:23",
"UpdateDate": "2025-12-30 14:07:23",
"CreateBy": "55d003ff-43bd-4a2b-8dea-30ee7e990e70",
"UpdateBy": "e0e4ae65-a03d-43c8-bad2-541c214c7c05"
},
"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": "204f5d1f-3de9-4f3d-b80e-135700f6a17f",
"ClientId": "d4ae2dea-446e-44a3-b130-30ba2f91f7ef",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:07:23",
"UpdateDate": "2025-12-30 14:07:23",
"CreateBy": "52d20079-f049-48bf-b702-a1af85b9c1b7",
"UpdateBy": "9a51c4ba-49e6-4c9b-811d-eef0aa4fee9d"
}
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": {}
}