|
310 | 310 | "maximum": 12 |
311 | 311 | }, |
312 | 312 | "example": 1, |
313 | | - "description": "対象年月(月)" |
| 313 | + "description": "対象年月(月)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>" |
314 | 314 | }, |
315 | 315 | { |
316 | 316 | "name": "limit", |
|
513 | 513 | "maximum": 12 |
514 | 514 | }, |
515 | 515 | "example": 1, |
516 | | - "description": "対象年月(月)" |
| 516 | + "description": "対象年月(月)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>" |
517 | 517 | }, |
518 | 518 | { |
519 | 519 | "name": "id", |
|
825 | 825 | { |
826 | 826 | "name": "month", |
827 | 827 | "in": "query", |
828 | | - "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、\n指定したmonth + 1の値が検索結果として戻ります。", |
| 828 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
829 | 829 | "required": true, |
830 | 830 | "schema": { |
831 | 831 | "type": "integer", |
|
1029 | 1029 | { |
1030 | 1030 | "name": "month", |
1031 | 1031 | "in": "query", |
1032 | | - "description": "対象月", |
| 1032 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
1033 | 1033 | "required": true, |
1034 | 1034 | "schema": { |
1035 | 1035 | "type": "integer", |
|
1234 | 1234 | { |
1235 | 1235 | "name": "month", |
1236 | 1236 | "in": "query", |
1237 | | - "description": "対象月", |
| 1237 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
1238 | 1238 | "required": true, |
1239 | 1239 | "schema": { |
1240 | 1240 | "type": "integer", |
|
1436 | 1436 | { |
1437 | 1437 | "name": "month", |
1438 | 1438 | "in": "query", |
1439 | | - "description": "対象月", |
| 1439 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
1440 | 1440 | "required": true, |
1441 | 1441 | "schema": { |
1442 | 1442 | "type": "integer", |
|
1640 | 1640 | { |
1641 | 1641 | "name": "month", |
1642 | 1642 | "in": "query", |
1643 | | - "description": "対象月", |
| 1643 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
1644 | 1644 | "required": true, |
1645 | 1645 | "schema": { |
1646 | 1646 | "type": "integer", |
|
1844 | 1844 | { |
1845 | 1845 | "name": "month", |
1846 | 1846 | "in": "query", |
1847 | | - "description": "対象月", |
| 1847 | + "description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>", |
1848 | 1848 | "required": true, |
1849 | 1849 | "schema": { |
1850 | 1850 | "type": "integer", |
|
8529 | 8529 | }, |
8530 | 8530 | "phone1": { |
8531 | 8531 | "type": "string", |
8532 | | - "description": "電話番号1", |
8533 | | - "maxLength": 5 |
| 8532 | + "description": "電話番号1(先頭番号、例:03-1111-222x の03部分)", |
| 8533 | + "maxLength": 5, |
| 8534 | + "example": "000" |
8534 | 8535 | }, |
8535 | 8536 | "phone2": { |
8536 | 8537 | "type": "string", |
8537 | | - "description": "電話番号2", |
8538 | | - "maxLength": 4 |
| 8538 | + "description": "電話番号2(中間番号、例:03-1111-222x の1111部分)", |
| 8539 | + "maxLength": 4, |
| 8540 | + "example": "0000" |
8539 | 8541 | }, |
8540 | 8542 | "phone3": { |
8541 | 8543 | "type": "string", |
8542 | | - "description": "電話番号3", |
8543 | | - "maxLength": 4 |
| 8544 | + "description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)", |
| 8545 | + "maxLength": 4, |
| 8546 | + "example": "0000" |
8544 | 8547 | }, |
8545 | 8548 | "residential_zipcode1": { |
8546 | 8549 | "type": "string", |
|
8994 | 8997 | }, |
8995 | 8998 | "phone1": { |
8996 | 8999 | "type": "string", |
8997 | | - "description": "電話番号1", |
8998 | | - "nullable": true |
| 9000 | + "description": "電話番号1(先頭番号、例:03-1111-222x の03部分)", |
| 9001 | + "nullable": true, |
| 9002 | + "example": "000" |
8999 | 9003 | }, |
9000 | 9004 | "phone2": { |
9001 | 9005 | "type": "string", |
9002 | | - "description": "電話番号2", |
9003 | | - "nullable": true |
| 9006 | + "description": "電話番号2(中間番号、例:03-1111-222x の1111部分)", |
| 9007 | + "nullable": true, |
| 9008 | + "example": "0000" |
9004 | 9009 | }, |
9005 | 9010 | "phone3": { |
9006 | 9011 | "type": "string", |
9007 | | - "description": "電話番号3", |
9008 | | - "nullable": true |
| 9012 | + "description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)", |
| 9013 | + "nullable": true, |
| 9014 | + "example": "0000" |
9009 | 9015 | }, |
9010 | 9016 | "residential_zipcode1": { |
9011 | 9017 | "type": "string", |
|
9268 | 9274 | "phone1": { |
9269 | 9275 | "type": "string", |
9270 | 9276 | "nullable": true, |
9271 | | - "description": "電話番号1", |
| 9277 | + "description": "電話番号1(先頭番号、例:03-1111-222x の03部分)", |
9272 | 9278 | "maxLength": 4, |
9273 | 9279 | "example": "000" |
9274 | 9280 | }, |
9275 | 9281 | "phone2": { |
9276 | 9282 | "type": "string", |
9277 | 9283 | "nullable": true, |
9278 | | - "description": "電話番号2", |
| 9284 | + "description": "電話番号2(中間番号、例:03-1111-222x の1111部分)", |
9279 | 9285 | "maxLength": 4, |
9280 | 9286 | "example": "0000" |
9281 | 9287 | }, |
9282 | 9288 | "phone3": { |
9283 | 9289 | "type": "string", |
9284 | 9290 | "nullable": true, |
9285 | | - "description": "電話番号3", |
| 9291 | + "description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)", |
9286 | 9292 | "maxLength": 4, |
9287 | 9293 | "example": "0000" |
9288 | 9294 | }, |
@@ -10194,19 +10200,19 @@ |
10194 | 10200 | "phone1": { |
10195 | 10201 | "type": "string", |
10196 | 10202 | "nullable": true, |
10197 | | - "description": "電話番号1", |
| 10203 | + "description": "電話番号1(先頭番号、例:03-1111-222x の03部分)", |
10198 | 10204 | "example": "000" |
10199 | 10205 | }, |
10200 | 10206 | "phone2": { |
10201 | 10207 | "type": "string", |
10202 | 10208 | "nullable": true, |
10203 | | - "description": "電話番号2", |
| 10209 | + "description": "電話番号2(中間番号、例:03-1111-222x の1111部分)", |
10204 | 10210 | "example": "0000" |
10205 | 10211 | }, |
10206 | 10212 | "phone3": { |
10207 | 10213 | "type": "string", |
10208 | 10214 | "nullable": true, |
10209 | | - "description": "電話番号3", |
| 10215 | + "description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)", |
10210 | 10216 | "example": "0000" |
10211 | 10217 | }, |
10212 | 10218 | "social_insurance_and_tax_dependent": { |
|
10326 | 10332 | }, |
10327 | 10333 | "month": { |
10328 | 10334 | "type": "integer", |
10329 | | - "description": "更新対象月\n- 給与計算対象の従業員情報の場合は必須になります。", |
| 10335 | + "description": "更新対象月\n- 給与計算対象の従業員情報の場合は必須になります。\n- 締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。\n- 翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。", |
10330 | 10336 | "format": "int32", |
10331 | 10337 | "minimum": 1, |
10332 | 10338 | "maximum": 12, |
|
10380 | 10386 | "type": "integer", |
10381 | 10387 | "minimum": 1, |
10382 | 10388 | "maximum": 12, |
10383 | | - "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、\n指定したmonth + 1の値が更新されます。", |
| 10389 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10384 | 10390 | "format": "int32" |
10385 | 10391 | }, |
10386 | 10392 | "employee_profile_rule": { |
|
10431 | 10437 | }, |
10432 | 10438 | "month": { |
10433 | 10439 | "type": "integer", |
10434 | | - "description": "更新対象月(必須)", |
| 10440 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10435 | 10441 | "format": "int32", |
10436 | 10442 | "minimum": 1, |
10437 | 10443 | "maximum": 12, |
|
10483 | 10489 | }, |
10484 | 10490 | "month": { |
10485 | 10491 | "type": "integer", |
10486 | | - "description": "更新対象月(必須)", |
| 10492 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10487 | 10493 | "format": "int32", |
10488 | 10494 | "minimum": 1, |
10489 | 10495 | "maximum": 12 |
|
10541 | 10547 | }, |
10542 | 10548 | "month": { |
10543 | 10549 | "type": "integer", |
10544 | | - "description": "更新対象月(必須)", |
| 10550 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10545 | 10551 | "format": "int32", |
10546 | 10552 | "minimum": 1, |
10547 | 10553 | "maximum": 12 |
|
10596 | 10602 | }, |
10597 | 10603 | "month": { |
10598 | 10604 | "type": "integer", |
10599 | | - "description": "更新対象月(必須)", |
| 10605 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10600 | 10606 | "format": "int32", |
10601 | 10607 | "minimum": 1, |
10602 | 10608 | "maximum": 12 |
|
10649 | 10655 | }, |
10650 | 10656 | "month": { |
10651 | 10657 | "type": "integer", |
10652 | | - "description": "更新対象月(必須)", |
| 10658 | + "description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>", |
10653 | 10659 | "format": "int32", |
10654 | 10660 | "minimum": 1, |
10655 | 10661 | "maximum": 12, |
|
0 commit comments