Name | Description | Type | Additional Info |
---|---|---|---|
subscriberId | The ID of the subscriber. | globally unique identifier | Required |
The request body.
PostSubscriberToSubscriptionRequestV3Name | Description | Type | Additional Info |
---|---|---|---|
SubscriptionId | The ID of the subscription. | globally unique identifier | None. |
Sample:
{ "SubscriptionId": "171c65ab-d623-4529-af98-3c3c5bedc78d" }
Name | Description | Type | Additional Info |
---|---|---|---|
Success | Flag that determines if the request was successful. | boolean | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "Success": true, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"Success":true,"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});