You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
This document describes the different resources available through the Regid Resource.
Attributes
Attributes for the Regid resource are not currently described.
Actions
Note: Your application may not be authorized for all of these actions.
Join two Regids (POST)
You can join two regids with the following HTTP request:
POST {baseurl}/regid/{prior_regid}/join?to_regid={target_regid}
where {baseurl} is the base URL for the service, and {prior_regid} is the regid that will be abandoned in favor of the {target_regid}. No payload is required, and it will be ignored if provided. Details on parameters and schemas are available in the API Specification.
Examples
Most of these examples demonstrate query strings but a JSON payload example is provided at the end of this section.
{baseurl}/regid/CAFECAFECAFECAFECAFECAFECAFECAFE/join?to_regid=FACEFACEFACEFACEFACEFACEFACEFACE