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": "31e4b82d-f9d0-4129-acdb-2fcdb3b426ae" }
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"}});