Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.35 KB

UpdateClientRequest.md

File metadata and controls

13 lines (9 loc) · 1.35 KB

UpdateClientRequest

Properties

Name Type Description Notes
client Client Contains information about the client to be updated. The client ID is used to look up the existing client to update and any specified values are updated.
test bool When `true`, indicates that test mode is enabled. The method is validated, but no client data is added or updated.<br /> Default: false [optional]
cross_regional_update bool When `true`, the updated information is propagated to all of the region’s sites where the client has a profile.<br /> When `false`, only the local client is updated.<br /> Default: true [optional]
new_id str The new RSSID to be used for the client. Use `NewId` to assign a specific number to be a client’s ID. If that number is not available, the call returns an error. This RSSID must be unique within the subscriber’s site. If this is a cross-regional update, the RSSID must be unique across the region. If the requested number is already in use, an error is returned. [optional]

[Back to Model list] [Back to API list] [Back to README]