You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID of the account that created this toll-free campaign
CampaignId
string
Alphanumeric identifier used by the platform to identify this toll-free campaign
UseCase
string
RegistrationStatus
SMSTollFreeCampaignRegistrationStatus
DateCreated
string
DateUpdated
string
Revision
int
Example
usingNewtonsoft.Json;usingfreeclimb.Model;stringjson="{\"accountId\":\"string\",\"campaignId\":\"string\",\"useCase\":\"string\",\"registrationStatus\":\"UNREGISTERED\",\"dateCreated\":\"string\",\"dateUpdated\":\"string\",\"revision\":0}";// create an instance of SMSTollFreeCampaign from a JSON stringSMSTollFreeCampaignsMSTollFreeCampaign=JsonConvert.DeserializeObject<SMSTollFreeCampaign>(json);