Premium Professional Support Services - Flexible InterConnect API リファレンス (4.0)

Download OpenAPI specification:Download

概要

本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。

プレミアムプラン(有料)への変更・参照・廃止、それに加えてオプション(メンテナンス詳細通知)をメールで取得する事が可能であり、そちらの有効化等の操作に関するAPIドキュメントです。

Premium Professional-Support-Services

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

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "premiumProfessionalSupportServices":
    [
    ]
}

Create Premium Professional Support Service

プレミアムプラン(有料)へサポートメニューを変更します。

(ご利用開始時は「ベーシック(無料)」が自動で適用されます。)

また、プレミアムプラン(有料)は1テナントにつき1契約のみとなります。

サービス概要や、注意事項等の詳細情報に関しましてはこちらをご参照下さい。

事前にお客さまにご準備いただくものや、画面での操作に関しましてはこちらをご参照下さい。

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

Content type
application/json
Copy
Expand all Collapse all
{
  • "premiumProfessionalSupportService":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "professionalSupportService":
    {
    }
}

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

Content type
application/json
Copy
Expand all Collapse all
{
  • "professionalSupportService":
    {
    }
}

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

Content type
application/json
Copy
Expand all Collapse all
{
  • "professionalSupportService":
    {
    }
}