{
"address": "地址",
"canTransport": false,
"email": "em@111.com",
"name": "公司",
"primaryContact": "cc",
"primaryPhone": "13822211111",
"attendanceShow": "1",
"onDutyList": [
{
"attendanceTime": "06:00"
}
],
"offDutyList": [
{
"attendanceTime": "17:30"
},
{
"attendanceTime": "17:50"
}
]
}
curl --location --request POST '/enterprise' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "地址",
"canTransport": false,
"email": "em@111.com",
"name": "公司",
"primaryContact": "cc",
"primaryPhone": "13822211111",
"attendanceShow": "1",
"onDutyList": [
{
"attendanceTime": "06:00"
}
],
"offDutyList": [
{
"attendanceTime": "17:30"
},
{
"attendanceTime": "17:50"
}
]
}'
{
"property1": {},
"property2": {}
}