Authorization: Bearer ********************
{
"email": "nitte@exmaple.com",
"publicName": "山田太郎",
"privateName": "candidate-12345",
"tel": "08012341234",
"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"
}
],
"lineUserId": "string",
"cc": [
"string"
]
}
curl --location --request PATCH 'https://api.nitte.app/mediatories//candidates/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "nitte@exmaple.com",
"publicName": "山田太郎",
"privateName": "candidate-12345",
"tel": "08012341234",
"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"
}
],
"lineUserId": "string",
"cc": [
"string"
]
}'
{
"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"
]
}