[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis API endpoint updates an existing Customer resource for a reseller or distributor.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the PATCH method with a specific URL structure defined by gRPC Transcoding syntax, targeting a customer resource by its name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecustomer.name\u003c/code\u003e path parameter is a string that uniquely identifies the customer, while the optional \u003ccode\u003eupdateMask\u003c/code\u003e query parameter specifies which fields to update.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies both utilize an instance of the Customer resource to send and receive updated customer information.\u003c/p\u003e\n"],["\u003cp\u003eThe API call requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope for proper authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.channelPartnerLinks.customers.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates an existing [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource for the reseller or distributor.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n- NOT_FOUND: No [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource found for the name in the request.\n\nReturn value: The updated [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer) resource.\n\n### HTTP request\n\n`PATCH https://cloudchannel.googleapis.com/v1/{customer.name=accounts/*/channelPartnerLinks/*/customers/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer).\n\n### Response body\n\nIf successful, the response body contains an instance of [Customer](/channel/docs/reference/rest/v1/accounts.customers#Customer).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]