Premium Professional Support Services - Flexible InterConnect API リファレンス (4.0)
Download OpenAPI specification:Download
本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。
プレミアムプラン(有料)への変更・参照・廃止、それに加えてオプション(メンテナンス詳細通知)をメールで取得する事が可能であり、そちらの有効化等の操作に関するAPIドキュメントです。
List Premium Professional Support Services
プレミアムプラン(有料)の情報の一覧を取得します。
query Parameters
| id | string ^X[0-9]{12}$ Example: id=F520123456789 プレミアムプラン(有料)のID |
Responses
200
OK 成功しました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
409
Conflict 競合エラー
get/v1/premium-professional-support-services
https://api.ntt.com/fic-eri/v1/premium-professional-support-services
Response samples
- 200
Content type
application/json
Example
List(プレミアムプラン(有料)にお申し込みしているテナントの場合)
Copy
Expand all Collapse all {- "premiumProfessionalSupportServices": [
- {
- "id": "F520123456789",
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "operationStatus": "Completed",
- "currentMenu": "PremiumPlan",
- "menus": [
- {
- "menu": "PremiumPlan",
- "menuStartDate": "2026-03-01T06:48:00Z"
}
]
}
]
}Create Premium Professional Support Service
Request Body schema: application/json
| premiumProfessionalSupportService required | object |
Responses
202
Accepted 要求は受け付けられました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
409
Conflict 競合エラー
post/v1/premium-professional-support-services
https://api.ntt.com/fic-eri/v1/premium-professional-support-services
Request samples
- Payload
Content type
application/json
Copy
Expand all Collapse all {- "premiumProfessionalSupportService": {
- "currentMenu": "PremiumPlan"
}
}Response samples
- 202
Content type
application/json
Copy
Expand all Collapse all {- "professionalSupportService": {
- "id": "F520123456789",
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "operationStatus": "Processing",
- "currentMenu": "PremiumPlan",
- "menus": [
- {
- "menu": "PremiumPlan",
- "menuStartDate": null
}
], - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Show Premium Professional Support Service
指定したプレミアムプラン(有料)の詳細情報を取得します。
path Parameters
| id required | string ^X[0-9]{12}$ Example: F520123456789 対象のプレミアムプラン(有料)のID |
Responses
200
OK 成功しました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
404
Not Found 未検出エラー
409
Conflict 競合エラー
get/v1/premium-professional-support-services/{id}
https://api.ntt.com/fic-eri/v1/premium-professional-support-services/{id}
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "professionalSupportService": {
- "id": "F520123456789",
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "operationStatus": "Completed",
- "currentMenu": "PremiumPlan",
- "menus": [
- {
- "menu": "PremiumPlan",
- "menuStartDate": "2026-03-01T06:48:00Z"
}
]
}
}Delete Premium Professional Support Service
プレミアムプラン(有料)を廃止します。
廃止時は紐づくオプションも廃止となります。
path Parameters
| id required | string ^X[0-9]{12}$ Example: F520123456789 対象のプレミアムプラン(有料)のID |
Responses
202
Accepted 要求は受け付けられました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
404
Not Found 未検出エラー
409
Conflict 競合エラー
delete/v1/premium-professional-support-services/{id}
https://api.ntt.com/fic-eri/v1/premium-professional-support-services/{id}
Response samples
- 202
Content type
application/json
Copy
Expand all Collapse all {- "professionalSupportService": {
- "id": "F520123456789",
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "operationStatus": "Processing",
- "currentMenu": "PremiumPlan",
- "menus": [
- {
- "menu": "PremiumPlan",
- "menuStartDate": "2026-03-01T06:48:00Z"
}
], - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}