{
"body": {
"enterpriseCode": "CUST-HW-001",
"enterpriseType": "CUSTOMER",
"code": "ADDR-HW-SH-002",
"callingCode": "86",
"contacts": "王芳(供应链经理)",
"addressId": 10002345,
"enterpriseId": 880001,
"countryCode": 156,
"provinceCode": 310000,
"cityCode": 310100,
"districtCode": 310115,
"detail": "上海市浦东新区张江高科技园区盛夏路5001号",
"mobile": "139-1122-3344",
"phone": "021-50809999",
"fax": "021-50809998"
}
}
curl --location --request POST '/api/open/v2/enterprise/address/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"enterpriseCode": "CUST-HW-001",
"enterpriseType": "CUSTOMER",
"code": "ADDR-HW-SH-002",
"callingCode": "86",
"contacts": "王芳(供应链经理)",
"addressId": 10002345,
"enterpriseId": 880001,
"countryCode": 156,
"provinceCode": 310000,
"cityCode": 310100,
"districtCode": 310115,
"detail": "上海市浦东新区张江高科技园区盛夏路5001号",
"mobile": "139-1122-3344",
"phone": "021-50809999",
"fax": "021-50809998"
}
}'
{
"code": 0,
"message": ""
}