Issal Dev
Issal Dev

Reputation: 1

Create a new customer in the sandbox receive a 500 error. Google Reseller API v1

I have authenticated my request and when I'm trying to create a new customer in the sandbox, i receive a 500 error.

Request:

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

Response:

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

Upvotes: -1

Views: 136

Answers (1)

Gal Morad
Gal Morad

Reputation: 866

search the word "required" in this page https://developers.google.com/admin-sdk/reseller/v1/reference/customers#resource

Upvotes: 0

Related Questions