REST Resource: customers

資源:Customer

JSON 表示法
{
  "id": string,
  "customerDomain": string,
  "kind": string,
  "etag": string,
  "alternateEmail": string,
  "customerCreationTime": string,
  "postalAddress": {
    object (CustomerPostalAddress)
  },
  "phoneNumber": string,
  "language": string
}
欄位
id

string

客戶 Google Workspace 帳戶的專屬 ID。(唯讀)

customerDomain

string

客戶的主要網域名稱字串。建立新顧客時,請勿加入 www 前置字元。

kind

string

將資源識別為客戶。值:admin#directory#customer

etag

string

資源的 ETag。

alternateEmail

string

客戶的次要聯絡電子郵件地址。這個電子郵件地址不得與 customerDomain 位於相同網域

customerCreationTime

string

客戶的建立時間 (唯讀)

postalAddress

object (CustomerPostalAddress)

客戶的郵寄地址資訊。

phoneNumber

string

客戶的聯絡電話號碼 (格式為 E.164)。

language

string

客戶的 ISO 639-2 語言代碼。如需支援的代碼清單,請參閱語言代碼頁面。API 會接受支援組合外的有效語言代碼,但可能會導致非預期的行為。預設值為 en

CustomerPostalAddress

JSON 表示法
{
  "countryCode": string,
  "addressLine2": string,
  "region": string,
  "addressLine3": string,
  "locality": string,
  "postalCode": string,
  "addressLine1": string,
  "organizationName": string,
  "contactName": string
}
欄位
countryCode

string

這是必要屬性。如需 countryCode 相關資訊,請參閱 ISO 3166 國家/地區代碼元素

addressLine2

string

地址的第 2 行。

region

string

區域名稱。例如,紐約州的區域值是 NY

addressLine3

string

地址的第 3 行。

locality

string

縣市的名稱。縣市值範例為 San Francisco 的城市。

postalCode

string

郵遞區號。postalCode 範例是郵遞區號,例如 10009。我們採用 - http: //portablecontacts.net/draft-spec.html#address_element 。

addressLine1

string

客戶的實際地址。地址可包含 1 到 3 行。

organizationName

string

公司或公司部門名稱。

contactName

string

客戶聯絡人的姓名。

方法

get

擷取客戶。

patch

修補客戶。

update

更新客戶。