childId | string Example: childId=hogehoge childId to filter by |
since | string Example: since=2020-01-31 since date to filter by |
until | string Example: until=2020-01-31 until date to filter by |
[- {
- "id": "0cbb29a8-e10f-4794-9458-298fde2973ab",
- "officeId": "saitoh-lab",
- "child": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "サイトウ"
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "date": "2020-01-31",
- "isUseOutward": true,
- "outwardSince": "07:00",
- "outwardUntil": "08:00",
- "isUseReturn": true,
- "returnSince": "17:00",
- "returnUntil": "20:00",
- "fixedOutwardTime": "07:15",
- "fixedReturnTime": "19:20",
- "outwardSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}, - "returnSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}
]
Created reservation dates
childId required | string |
required | Array of objects (CreateReservationDateBody) |
{- "childId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "reservations": [
- {
- "date": "2020-01-31",
- "isUseOutward": true,
- "outwardSince": "07:00",
- "outwardUntil": "08:00",
- "isUseReturn": true,
- "returnSince": "17:00",
- "returnUntil": "20:00",
- "outwardSpotId": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "returnSpotId": "16a522a9-a4fb-495c-ab13-cea3dc83a725"
}
]
}
[- {
- "id": "0cbb29a8-e10f-4794-9458-298fde2973ab",
- "officeId": "saitoh-lab",
- "child": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "サイトウ"
}, - "date": "2020-01-31",
- "isUseOutward": true,
- "outwardSince": "07:00",
- "outwardUntil": "08:00",
- "isUseReturn": true,
- "returnSince": "17:00",
- "returnUntil": "20:00",
- "fixedOutwardTime": "07:15",
- "fixedReturnTime": "19:20",
- "outwardSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}, - "returnSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}
]
reservationId required | string Example: 0cbb29a8-e10f-4794-9458-298fde2973ab The id to filter by |
Updated reservation date
date required | string |
isUseOutward required | boolean |
outwardSince required | string <time> |
outwardUntil required | string <time> |
isUseReturn required | boolean |
returnSince required | string <time> |
returnUntil required | string <time> |
outwardSpotId | string |
returnSpotId | string |
{- "date": "2020-01-31",
- "isUseOutward": true,
- "outwardSince": "07:00",
- "outwardUntil": "08:00",
- "isUseReturn": true,
- "returnSince": "17:00",
- "returnUntil": "20:00",
- "outwardSpotId": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "returnSpotId": "16a522a9-a4fb-495c-ab13-cea3dc83a725"
}
{- "id": "0cbb29a8-e10f-4794-9458-298fde2973ab",
- "officeId": "saitoh-lab",
- "child": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "サイトウ"
}, - "date": "2020-01-31",
- "isUseOutward": true,
- "outwardSince": "07:00",
- "outwardUntil": "08:00",
- "isUseReturn": true,
- "returnSince": "17:00",
- "returnUntil": "20:00",
- "fixedOutwardTime": "07:15",
- "fixedReturnTime": "19:20",
- "outwardSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}, - "returnSpot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}
date required | string Example: 2023-01-31 The date to filter by |
{- "outward": [
- {
- "carId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "startAt": "07:00",
- "schedules": [
- {
- "childId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "childName": "Mike",
- "child": {
- "id": "5a8d0cf2-a6c7-42ed-b266-4a7b391d74f2",
- "name": "サイトウジュニア",
- "school": {
- "id": "A1234",
- "name": "西岡中学校",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spots": [
- {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
]
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}, - "time": "07:00"
}
]
}
], - "return": [
- {
- "carId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "startAt": "07:00",
- "schedules": [
- {
- "childId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "childName": "Mike",
- "child": {
- "id": "5a8d0cf2-a6c7-42ed-b266-4a7b391d74f2",
- "name": "サイトウジュニア",
- "school": {
- "id": "A1234",
- "name": "西岡中学校",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spots": [
- {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
]
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}, - "time": "07:00"
}
]
}
]
}
date required | string Example: 2020-01-31 since date to filter by |
Updated pick up schedules
Array of objects (UpdateSchedulesCar) | |
Array of objects (UpdateSchedulesCar) |
{- "outward": [
- {
- "carId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "startAt": "07:00",
- "schedules": [
- {
- "childId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "childName": "Mike",
- "spotId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "time": "07:00"
}
]
}
], - "return": [
- {
- "carId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "startAt": "07:00",
- "schedules": [
- {
- "childId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "childName": "Mike",
- "spotId": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "time": "07:00"
}
]
}
]
}
{- "schedules": {
- "success": true
}
}
addresses required | Array of strings |
spotIds required | Array of strings |
{- "addresses": [
- "2105a369-44bf-4352-8c4d-f1e44cd6e345",
- "00d95f00-4261-4dd1-90ef-6369203b1a1d",
- "56d760da-54b8-4d26-a10d-11686bf7c551"
], - "spotIds": [
- "2105a369-44bf-4352-8c4d-f1e44cd6e345",
- "00d95f00-4261-4dd1-90ef-6369203b1a1d",
- "56d760da-54b8-4d26-a10d-11686bf7c551"
]
}
{- "costs": [
- 5,
- 8,
- 12
]
}
{- "id": "0e2a1fbb-623c-41d8-81ba-177872671007",
- "name": "つばさ学園",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}
Created employee
name required | string |
email required | string <email> |
{- "name": "サイトウ",
- "email": "saitoh@gmail.com"
}
{- "employee": {
- "id": "0cbb29a8-e10f-4794-9458-298fde2973ab",
- "name": "サイトウ",
- "email": "saitho@gmail.com",
- "password": "!Lov3MyPiano"
}
}
id required | string Example: dfb50988-88ff-4dd1-bac0-c860fe70befc The id to filter by |
Updated employee
name required | string |
{- "name": "サイトウ"
}
{- "success": true
}
Created vehicle
name required | string |
capacity required | integer |
plate required | string |
{- "name": "ハイエース",
- "capacity": 8,
- "plate": "1234"
}
{- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "ハイエース",
- "capacity": 8,
- "plate": "1234"
}
id required | string Example: 0cbb29a8-e10f-4794-9458-298fde2973ab The id to filter by |
Updated vehicle
name required | string |
capacity required | integer |
plate required | string |
{- "name": "ハイエース",
- "capacity": 8,
- "plate": "1234"
}
{- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "ハイエース",
- "capacity": 8,
- "plate": "1234"
}
[- {
- "id": "5a8d0cf2-a6c7-42ed-b266-4a7b391d74f2",
- "name": "サイトウジュニア",
- "school": {
- "id": "A1234",
- "name": "西岡中学校",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spots": [
- {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
]
}
]
name required | string |
school required | string |
spotName required | string |
spotAddress required | string |
[- {
- "name": "田中太郎",
- "school": "西岡中学校",
- "spotName": "田中太郎宅",
- "spotAddress": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
]
id required | string Example: 0cbb29a8-e10f-4794-9458-298fde2973ab The id to filter by |
{- "id": "5a8d0cf2-a6c7-42ed-b266-4a7b391d74f2",
- "name": "サイトウジュニア",
- "school": {
- "id": "A1234",
- "name": "西岡中学校",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}, - "parent": {
- "id": "1b451a10-afc1-40e1-b3b4-e0dc5ecd4d6c",
- "name": "田中太郎"
}, - "spots": [
- {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
]
}
id required | string Example: 0cbb29a8-e10f-4794-9458-298fde2973ab The child id to filter by |
spotId required | string Example: 0cbb29a8-e10f-4794-9458-298fde2973ab The spot id to filter by |
name required | string |
address required | string |
{- "name": "おばあちゃん宅",
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
[- {
- "id": "A1234",
- "name": "西岡中学校",
- "spot": {
- "id": "16a522a9-a4fb-495c-ab13-cea3dc83a725",
- "name": "おばあちゃん家",
- "latitude": 33.123456,
- "longitude": 130.123456,
- "address": "福岡県福岡市中央区大名123-4大名ビル2階201"
}
}
]