# Create Subscribers Creates a new Subscribers Endpoint: POST /subscribers Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `subscriber_ID` (string,null) Unique identifier for each family unit inside VBA. This value can be imported, assigned or randomly assigned by the system at time of record creation. - `address` (string,null) Address of the Subscriber. - `address2` (string,null) Address Line 2 of the Subscriber. - `billing_Cycle_ID` (string,null) Assigns a default billing cycle to be used when the Group Division 'Inv. Level' is set to 'Subscriber'. - `billing_Invoice_Create` (integer,null) Specifies the number of projected billing cycles to include per invoice generation. - `city` (string,null) City of the Subscriber. - `country_ID` (string,null) Country of the Subscriber. - `county_Code` (string,null) County of the Subscriber. - `date_Enrolled` (string,null) Date when the Subscriber was first enrolled. - `disenroll_Date` (string,null) Date when the Subscriber was disenrolled. - `email` (string,null) Email of the Subscriber. - `entry_Date` (string) Date when the record was first added to the system. - `entry_User` (string,null) User that first added the record to the system. - `first_Name` (string,null) First name of the Subscriber. - `home_Country_Code` (string,null) Country Code for the home phone number of the Subscriber. - `home_Phone` (string,null) Home phone number of the Subscriber. - `issue_State` (string,null) For Life & Disability clients, this holds the issue state for processing taxes and reporting. - `last_Name` (string,null) Last name of the Subscriber. - `middle_Name` (string,null) Middle initial of the Subscriber. - `name_Suffix` (string,null) Suffix or title associated with the Subscriber. - `notes` (string,null) No longer in use. Replaced by NotData, NoteSource and NoteReference tables. - `other_Name` (string,null) Information only. Used for custom reporting or client integrations. - `pay_Period` (string,null) Number of annual pay periods for the Subscriber. This field is informational only. - `pay_To_Account` (integer,null) References the FundingAccount.Account_Key and indicates the account to pay when payment reference this subscriber. - `pend_Ex_Code` (string,null) Assigns an Ex Code that can be applied to newly adjudicated Subscriber claims. - `pend_Flag` (string,null) While active, assigned Ex Codes will be applied to any newly adjudicated Subscriber claims. - `region_Code` (string,null) Region code of the Member's primary address. - `salutation` (string,null) Used by CSR to indicate the proper salutation used when communicating with the Insured. - `sponsor_ID` (string,null) This holds the Subscriber ID of the subscriber that sponsored this subscriber. - `sponsor_Relate_Code` (string,null) This identifies the relationship between the sponor and this subscriber. - `state` (string,null) State of the Subscriber. - `status` (string,null) No longer in use. - `update_Date` (string) Date when the record was last updated in the system. - `update_User` (string,null) User that last updated the record in the system. - `work_Country_Code` (string,null) Country Code for the work phone number of the Subscriber. - `work_Phone` (string,null) Work phone number of the Subscriber. - `zip_Code` (string,null) Zip Code of the Subscriber. ## Response 200 fields (text/plain): - `data` (object) - `data.subscriber_ID` (string,null) Unique identifier for each family unit inside VBA. This value can be imported, assigned or randomly assigned by the system at time of record creation. - `data.address` (string,null) Address of the Subscriber. - `data.address2` (string,null) Address Line 2 of the Subscriber. - `data.billing_Cycle_ID` (string,null) Assigns a default billing cycle to be used when the Group Division 'Inv. Level' is set to 'Subscriber'. - `data.billing_Invoice_Create` (integer,null) Specifies the number of projected billing cycles to include per invoice generation. - `data.city` (string,null) City of the Subscriber. - `data.country_ID` (string,null) Country of the Subscriber. - `data.county_Code` (string,null) County of the Subscriber. - `data.date_Enrolled` (string,null) Date when the Subscriber was first enrolled. - `data.disenroll_Date` (string,null) Date when the Subscriber was disenrolled. - `data.email` (string,null) Email of the Subscriber. - `data.entry_Date` (string) Date when the record was first added to the system. - `data.entry_User` (string,null) User that first added the record to the system. - `data.first_Name` (string,null) First name of the Subscriber. - `data.home_Country_Code` (string,null) Country Code for the home phone number of the Subscriber. - `data.home_Phone` (string,null) Home phone number of the Subscriber. - `data.issue_State` (string,null) For Life & Disability clients, this holds the issue state for processing taxes and reporting. - `data.last_Name` (string,null) Last name of the Subscriber. - `data.middle_Name` (string,null) Middle initial of the Subscriber. - `data.name_Suffix` (string,null) Suffix or title associated with the Subscriber. - `data.notes` (string,null) No longer in use. Replaced by NotData, NoteSource and NoteReference tables. - `data.other_Name` (string,null) Information only. Used for custom reporting or client integrations. - `data.pay_Period` (string,null) Number of annual pay periods for the Subscriber. This field is informational only. - `data.pay_To_Account` (integer,null) References the FundingAccount.Account_Key and indicates the account to pay when payment reference this subscriber. - `data.pend_Ex_Code` (string,null) Assigns an Ex Code that can be applied to newly adjudicated Subscriber claims. - `data.pend_Flag` (string,null) While active, assigned Ex Codes will be applied to any newly adjudicated Subscriber claims. - `data.region_Code` (string,null) Region code of the Member's primary address. - `data.salutation` (string,null) Used by CSR to indicate the proper salutation used when communicating with the Insured. - `data.sponsor_ID` (string,null) This holds the Subscriber ID of the subscriber that sponsored this subscriber. - `data.sponsor_Relate_Code` (string,null) This identifies the relationship between the sponor and this subscriber. - `data.state` (string,null) State of the Subscriber. - `data.status` (string,null) No longer in use. - `data.update_Date` (string) Date when the record was last updated in the system. - `data.update_User` (string,null) User that last updated the record in the system. - `data.work_Country_Code` (string,null) Country Code for the work phone number of the Subscriber. - `data.work_Phone` (string,null) Work phone number of the Subscriber. - `data.zip_Code` (string,null) Zip Code of the Subscriber. - `error` (object) - `error.detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `error.instance` (string,null) A URI reference that identifies the specific occurrence of the problem.It may or may not yield further information if dereferenced. - `error.status` (integer) The HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. - `error.title` (string,null) A short, human-readable summary of the problem type.It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization(e.g., using proactive content negotiation; see[RFC7231], Section 3.4). - `error.type` (string,null) A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". - `debug` (object) - `debug.activityID` (string, required) ## Response 401 fields