Create Operating SiteCopy Pagepost https://api.instellix.io/v2/billing/configuration/operating-sitesCreate a new Operating Site.Body ParamsPlease see OperatingSiteConfigurationCreationDto Model below for more information regarding required values and input type. Only one configuration per operatingSiteIdent possible.addressAdditionstring | nullOptional additional address information that helps to identify the exact location. Size must be between 0 and 255.bankAccountobject | nullPlease see OperatingSiteConfigurationBankAccountDto Model below for more information regarding required values and input type.bankAccount object | nullcitystring | nullCity where the operating site is located. Size must be between 0 and 255.countrystringrequiredCountry code for the country code where the operating site is registered. Uses Alpha-2 or Alpha3 code (ISO 3166): https://www.iban.com/country-codes. Must not be null.directorsarray of strings or null | nullList of directors of the operating site.directorsADD string | nullemailstring | nullEmail that is used to contact the operating site. Size must be between 0 and 255.namestringrequiredlength ≤ 255Company name is the name of a company which must be entered in the commercial register. Must not be blank. Size must be between 0 and 255.operatingSiteIdentstringrequiredlength between 1 and 100Unique reference to the operating sites that refers to the tenant, set by creator of operating site. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.phoneNumberstring | nullThe phone number to get in touch with the operating site. Size must be between 0 and 255.postOfficeBoxstring | nullNumber of the post office box from operating site. Size must be between 0 and 255.statestring | nullState where the operating site is located. Size must be between 0 and 255.stateCodestring | nullState code where the operating site is located. Size must be between 0 and 255.streetstring | nullStreet of the operating site. Size must be between 0 and 255.streetNumberstring | nullStreet number of the operating site. Size must be between 0 and 255.taxNumberstring | nullTax number of the registered operating site. Size must be between 0 and 20.typestringrequiredDenotes the type of the operating site, for example main company headquarters or non-self-sustaining subsidiary. Must not be null. Must be one of: HEADQUARTERSNON_SELF_SUSTAINING_SUBSIDIARYvatIdstring | nullVat id of the registered operating site. Can be overridden by country specific vatIDs through taxRegistrations. For Backward compatibility vatNumber is accepted as Alias. Size must be between 0 and 20.zipstring | nullPostcode where the operating site is located. Size must be between 0 and 255.Responses 201The request has been fulfilled, resulting in the creation of a new resource. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 22 days ago