Method: customers.patch
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
customer.name |
string
الناتج فقط. اسم المورد للعميل.
|
معامِلات طلب البحث
المَعلمات |
updateMask |
string (FieldMask format)
الحقول المطلوب تعديلها. هذه قائمة مفصولة بفواصل للحقول المؤهلة بالكامل. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال Customer
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Customer
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]