{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"contactName": "string",
"contactSex": 0,
"contactTel": "string",
"address": "string",
"customer": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"username": "string",
"authorities": [
{
"name": "string"
}
]
}
}
curl --location --request POST '/api/addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"contactName": "string",
"contactSex": 0,
"contactTel": "string",
"address": "string",
"customer": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"username": "string",
"authorities": [
{
"name": "string"
}
]
}
}'
{
"success": true,
"code": "string",
"data": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"contactName": "string",
"contactSex": 0,
"contactTel": "string",
"address": "string",
"customer": {
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": 0,
"updater": 0,
"deleted": true,
"username": "string",
"authorities": [
{
"name": "string"
}
]
}
},
"message": "string"
}