-1

我已经验证了我的请求,当我尝试在沙盒中创建新客户时,我收到 500 错误。

要求:

POST https://www.googleapis.com/apps/reseller/v1sandbox/customers
{
 "customerDomain": "test.com",
 "kind": "reseller#customer"
}

回复:

500 Internal Server Error
- Show headers -
{
 "error": {
  "code": 500,
  "message": null
 }
}
4

1 回答 1

0

在此页面中搜索“必需”一词 https://developers.google.com/admin-sdk/reseller/v1/reference/customers#resource

于 2016-01-25T08:15:17.557 回答