Method: customers.patch
Aktualisiert eine vorhandene Bestellung (customer
)
HTTP-Anfrage
PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
customer.name |
string
Nur Ausgabe. Ressourcenname des Kunden.
|
Abfrageparameter
Parameter |
updateMask |
string (FieldMask format)
Zu aktualisierende Felder. Dies ist eine durch Kommas getrennte Liste mit voll qualifizierten Namen von Feldern. Beispiel: "user.displayName,photo" .
|
Anfragetext
Der Anfragetext enthält eine Instanz von Customer
.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Customer
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["This operation updates an existing customer using an HTTP PATCH request."],["The request should target `https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}` and include the customer's resource name as a path parameter."],["It's possible to specify fields to update using the `updateMask` query parameter in `FieldMask` format."],["Both the request and response bodies utilize the `Customer` object for data exchange, requiring `https://www.googleapis.com/auth/sasportal` authorization scope."]]],["The content describes updating a customer resource via a PATCH request to a specific URL endpoint. The request URL uses gRPC Transcoding syntax and includes a customer name as a path parameter. It also takes an `updateMask` query parameter specifying the fields to modify. The request body contains the `Customer` instance for update, and a successful response will also contain a `Customer` instance. The request requires `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]