{ "operationId": "Update a Wholesale Customer", "method": "PUT", "path": "/wholesale/customers/{customerId}", "summary": "Update a Wholesale Customer", "requestExamples": [ { "contentType": "application/json", "example": { "externalId": "c1677a16-557a-4fb4-b48f-24adde57ec99", "packages": [ "common_area_calling" ], "address": { "addressLine1": "\"771 Alder Drive\"", "addressLine2": "\"Cisco Site 5\"", "city": "\"Milpitas\"", "stateOrProvince": "\"CA\"", "zipOrPostalCode": "\"95035\"", "country": "\"US\"" }, "provisioningParameters": { "calling": { "location": { "name": "\"Head Office\"", "address": { "addressLine1": "\"771 Alder Drive\"", "addressLine2": "\"Cisco Site 5\"", "city": "\"Milpitas\"", "stateOrProvince": "\"CA\"", "zipOrPostalCode": "\"95035\"", "country": "\"US\"" }, "timezone": "\"America/Los_Angeles\"", "language": "\"en_us\"", "emergencyLocationIdentifier": "\"95547321\"" } }, "meetings": { "timezone": "\"America/Los_Angeles\"" }, "packages": { "limits": { "webex_calling": 50, "common_area_calling": 50, "webex_meetings": 50, "webex_suite": 50, "webex_voice": 50, "cx_essentials": 50, "webex_calling_standard": 50, "attendant_console": 50 } } }, "subPartnerAdminEmail": "admin@subpartnerorg.com" } } ], "responseExamples": [ { "status": "202", "contentType": "application/json", "example": { "url": "https://webexapis.com/v1/wholesale/customers/Y2lzY29zcGFyazovL3VzL0VOVEVSUFJJU0UvNTJjZjU3NmQtNjBhOC00MDdhLWIyMmMtNDY3YzUxNTkxOTA4" } } ] }