Idinteger or null(int32)The internal id of Company.NostringThe external code of Company. Usually from an ERP system. MaxLength: 50.NamestringThe name of Company. MaxLength: 100.OrgNostringThe organizational number of Company. MaxLength: 50.{ "Id": 0, "No": "string", "Name": "string", "OrgNo": "string" }
Idinteger or null(int32)The internal id of Customer.NostringThe external code of Customer. Usually from an ERP system. MaxLength: 50.FirstNamestringThe first name of Customer. MaxLength: 50.LastNamestringThe last name of Customer. MaxLength: 50.SSNstringThe social security number of Customer. MaxLength: 50.EmailstringThe e-mail of Customer. MaxLength: 255.PhonestringThe phone number of Customer. MaxLength: 50.CellPhonestringThe cell phone number of Customer. MaxLength: 50.{ "Id": 0, "No": "string", "FirstName": "string", "LastName": "string", "SSN": "string", "Email": "string", "Phone": "string", "CellPhone": "string" }
Idinteger(int32)The internal Id of the Flag.NamestringThe Name of the Flag. MaxLength: 50.TypeIdinteger(int32)The Type of the Flag. ProductFlags have TypeId = 1 and VariantFlags have TypeId = 2.GroupIdinteger(int32)The GroupId of the Flag. This value is client specific and can be used to group product flags.DescriptionstringThe Description of the Flag. MaxLength: 500.CodestringThe external Code for the flag. MaxLength: 500.{ "Id": 0, "Name": "string", "TypeId": 0, "GroupId": 0, "Description": "string", "Code": "string" }