Nitte SDK
    Nitte SDK
    • API
      • 認証
      • エラー
      • 企業担当者
        • 作成
        • 取得
        • 一覧
        • 更新
        • 削除
      • 求職者
        • 作成
        • 取得
        • 一覧
        • 更新
        • 削除
      • 日程調整
        • 作成
        • 取得
        • 一覧
        • 更新
        • 削除
    • Webhook
      • Webhook
    • スキーマ
      • サブスキーマ
        • 開始/終了時刻
        • 時刻
        • 曜日毎の調整可能時刻
        • 時間帯
      • 日程調整
      • 求職者
      • 企業担当者
      • WebhookBody
      • 週次の調整可能時刻

    WebhookBody

    {
        "type": "bookingAction",
        "actionType": "start",
        "booking": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "name": "string",
            "lengthMin": 0,
            "client": {
                "id": "c1be87a5-d8ff-4338-a60a-ad8792b99ee6",
                "email": "nitte@exmaple.com",
                "publicName": "Nitte株式会社",
                "privateName": "client-12345",
                "tel": "08012341234",
                "lineUserId": "string",
                "blockedPeriods": [
                    {
                        "start": "2019-08-24T14:15:22Z",
                        "end": "2019-08-24T14:15:22Z"
                    }
                ],
                "preProposedPeriods": [
                    {
                        "start": "2019-08-24T14:15:22Z",
                        "end": "2019-08-24T14:15:22Z"
                    }
                ],
                "cc": [
                    "string"
                ]
            },
            "candidate": {
                "id": "c1be87a5-d8ff-4338-a60a-ad8792b99ee6",
                "email": "nitte@exmaple.com",
                "publicName": "Nitte株式会社",
                "privateName": "client-12345",
                "tel": "08012341234",
                "lineUserId": "string",
                "blockedPeriods": [
                    {
                        "start": "2019-08-24T14:15:22Z",
                        "end": "2019-08-24T14:15:22Z"
                    }
                ],
                "preProposedPeriods": [
                    {
                        "start": "2019-08-24T14:15:22Z",
                        "end": "2019-08-24T14:15:22Z"
                    }
                ],
                "cc": [
                    "string"
                ]
            },
            "proposablePeriods": [
                {
                    "start": "2019-08-24T14:15:22Z",
                    "end": "2019-08-24T14:15:22Z"
                }
            ],
            "proposableWeeklyAvailableTimes": {
                "mon": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "tue": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "wed": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "thu": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "fri": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "sat": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "sun": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                },
                "hol": {
                    "available": true,
                    "times": [
                        {
                            "startTime": {
                                "hour": 0,
                                "min": 0
                            },
                            "endTime": {
                                "hour": 0,
                                "min": 0
                            }
                        }
                    ]
                }
            },
            "place": "string",
            "placeInfo": "offline",
            "information": "string",
            "deadline": "2019-08-24T14:15:22Z",
            "cc": [
                "string"
            ],
            "status": "started",
            "proposedPeriods": [
                {
                    "start": "2019-08-24T14:15:22Z",
                    "end": "2019-08-24T14:15:22Z"
                }
            ],
            "proposeBy": "candidate",
            "selectedPeriod": {
                "start": "2019-08-24T14:15:22Z",
                "end": "2019-08-24T14:15:22Z"
            },
            "approvedPeriod": {
                "start": "2019-08-24T14:15:22Z",
                "end": "2019-08-24T14:15:22Z"
            },
            "links": {
                "candidateBookingUrl": "string",
                "clientBookingUrl": "string",
                "detailUrl": "string"
            },
            "createdAt": "2019-08-24T14:15:22Z",
            "metadata": {}
        }
    }
    Built with