Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

ContactRequestCompound.md

File metadata and controls

21 lines (16 loc) · 1.06 KB

openapi.model.ContactRequestCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
fkiContacttitleID int The unique ID of the Contacttitle. Valid values: Value
fkiLanguageID int The unique ID of the Language. Valid values: Value
sContactFirstname String The First name of the contact
sContactLastname String The Last name of the contact
sContactCompany String The Company name of the contact
dtContactBirthdate String The Birth Date of the contact [optional]
objContactinformations ContactinformationsRequestCompound

[Back to Model list] [Back to API list] [Back to README]