Request URL
office/select
| 環境 |
URL |
|---|
| Staging環境 |
https://stage-api.link.carekarte.jp/office/select |
| 環境 |
URL |
|---|
| 本番環境 |
https://api.link.carekarte.jp/office/select |
リクエスト
header(すべて必須)
| 名前 |
値 |
| Content-Type |
application/json |
| authorization |
tokenサービスで取得した値を設定 |
Body(JSON形式)
なし
レスポンス
Body(JSON形式)
| パラメータ |
型 |
必須 |
サイズ・形式 |
説明 |
仕様 |
| corpNm |
String |
|
|
法人名 |
|
| officeCd |
String |
○ |
2桁 |
事業所コード |
|
| officeNm |
String |
|
|
事業所名 |
|
| postCd |
String |
|
|
事業所郵便番号 |
|
| addr |
String |
|
|
事業所住所 |
|
サンプルデータ
記録の正常取得時
{
"corpNm": "社会福祉法人 富士会",
"officeCd": "01",
"officeNm": "特別養護老人ホーム 新富士苑",
"postCd": "4228067",
"addr": "静岡市駿河区南町18番1号サウスポット静岡15F"
}
エラー発生時(トークンが間違っている場合)
{
"code": 403,
"timestamp": "11/16/2021, 6:07:25 AM",
"path": "/office/select",
"method": "POST",
"message": "Forbidden"
}