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

Download OpenAPI specification:Download

概要

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

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

Professional-Support-Services

List Professional Support Services

ベーシックプラス(有料)の情報の一覧を取得します。

query Parameters
id
string ^F[0-9]{12}$
Example: id=F510123456789

ベーシックプラス(有料)のID

Responses

200

OK 成功しました

400

Bad Request リクエストが不正

401

Unauthorized 認証エラー

409

Conflict 競合エラー

get/v1/professional-support-services
https://api.ntt.com/fic-eri/v1/professional-support-services

Response samples

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

Create Professional Support Service

ベーシックプラス(有料)へサポートメニューを変更します。

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

また、ベーシックプラス(有料)は1テナントにつき1契約のみとなります。

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

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

Request Body schema: application/json
professionalSupportService
required
object

Responses

202

Accepted 要求は受け付けられました

400

Bad Request リクエストが不正

401

Unauthorized 認証エラー

409

Conflict 競合エラー

post/v1/professional-support-services
https://api.ntt.com/fic-eri/v1/professional-support-services

Request samples

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

Response samples

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

Show Professional Support Service

指定したベーシックプラス(有料)の詳細情報を取得します。

path Parameters
id
required
string

Responses

200

OK 成功しました

400

Bad Request リクエストが不正

401

Unauthorized 認証エラー

404

Not Found 未検出エラー

409

Conflict 競合エラー

get/v1/professional-support-services/{id}
https://api.ntt.com/fic-eri/v1/professional-support-services/{id}

Response samples

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

Update Professional Support Service

ベーシックプラス(有料)のオプションを変更します。

オプションに関する詳細はこちらをご参照下さい。

path Parameters
id
required
string
Request Body schema: application/json
professionalSupportService
required
object

Responses

202

Accepted 要求は受け付けられました

400

Bad Request リクエストが不正

401

Unauthorized 認証エラー

404

Not Found 未検出エラー

409

Conflict 競合エラー

patch/v1/professional-support-services/{id}
https://api.ntt.com/fic-eri/v1/professional-support-services/{id}

Request samples

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

Response samples

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

Delete Professional Support Service

ベーシックプラス(有料)を廃止します。 廃止時は紐づくオプションも廃止となります。

path Parameters
id
required
string

Responses

202

Accepted 要求は受け付けられました

400

Bad Request リクエストが不正

401

Unauthorized 認証エラー

404

Not Found 未検出エラー

409

Conflict 競合エラー

delete/v1/professional-support-services/{id}
https://api.ntt.com/fic-eri/v1/professional-support-services/{id}

Response samples

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