GET/partners/potential-customers/{domain}
Online Direct顧客企業をパートナー顧客企業に転換するためにプラン情報を取得する。
Authorization URL - https://auth.worksmobile.com/oauth2/v2.0/authorize
Token URL - https://auth.worksmobile.com/oauth2/v2.0/token
Refresh URL - https://auth.worksmobile.com/oauth2/v2.0/token
partner
partner.read
Parameter | Type | Description |
---|---|---|
domain | string | Online Direct ドメイン名 required example : example.com |
Parameter | Type | Description |
---|---|---|
partnerCode | string | Online Direct顧客企業が発行したパートナーコード required example : WSqPvhm0ON1stFBRHgW3 |
Header | type | Description |
---|---|---|
Authorization | string | Bearer {token} required |
OK
Property | Type | Description |
---|---|---|
tenantId | integer | テナントID |
domainId | integer | ドメインID |
domain | string | ドメイン名 |
productId | string | 商品ID
Allowed values : FR, LT_T, BS_T, PRM_T, LT, BS, PRM, STD_T, ADV_T, STD, ADV |
notHandledApps | array (string) | パートナーが取り扱っていないアプリディレクトリのアプリリスト |
example
1{
2 "tenantId": 10000001,
3 "domainId": 10000001,
4 "domain": "example.com",
5 "productId": "FR",
6 "notHandledApps": [
7 "ABC app",
8 "XYZ app"
9 ]
10}
Bad request
Internal Server Error