{
"body": {
"enterpriseCode": "CUST-HW-001",
"enterpriseType": "CUSTOMER",
"code": "ADDR-HW-SH-001",
"callingCode": "86",
"contacts": "张伟(物流总监)",
"addressId": 321520,
"enterpriseId": 523210,
"countryCode": 156,
"provinceCode": 310000,
"cityCode": 310100,
"districtCode": 310115,
"detail": "上海市浦东新区张江高科技园区祖冲之路2288号",
"mobile": "139-1234-5678",
"phone": "021-50801234",
"fax": "021-50805678"
}
}
curl --location --request POST '/api/open/v2/enterprise/address/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"enterpriseCode": "CUST-HW-001",
"enterpriseType": "CUSTOMER",
"code": "ADDR-HW-SH-001",
"callingCode": "86",
"contacts": "张伟(物流总监)",
"addressId": 321520,
"enterpriseId": 523210,
"countryCode": 156,
"provinceCode": 310000,
"cityCode": 310100,
"districtCode": 310115,
"detail": "上海市浦东新区张江高科技园区祖冲之路2288号",
"mobile": "139-1234-5678",
"phone": "021-50801234",
"fax": "021-50805678"
}
}'
{
"code": 0,
"message": ""
}