{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"name": "string",
"icon": "string",
"position": "string",
"timeNumberLimit": 922337203685477600,
"isEnable": 0,
"configs": [
{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"reservationProjectId": 922337203685477600,
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"reservationProjectIds": [
0
]
}
],
"deviceIds": "string"
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/reservationProject' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"name": "string",
"icon": "string",
"position": "string",
"timeNumberLimit": 922337203685477600,
"isEnable": 0,
"configs": [
{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"reservationProjectId": 922337203685477600,
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"reservationProjectIds": [
0
]
}
],
"deviceIds": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}