companycontactIdPut method
Future<Response<WebApiModulesHomeControlsCompanyContactCompanyContact> >
companycontactIdPut({
- required String? id,
- required WebApiModulesHomeControlsCompanyContactCompanyContact? body,
@param id
Implementation
Future<
chopper
.Response<WebApiModulesHomeControlsCompanyContactCompanyContact>>
companycontactIdPut({
required String? id,
required WebApiModulesHomeControlsCompanyContactCompanyContact? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsCompanyContactCompanyContact,
() => WebApiModulesHomeControlsCompanyContactCompanyContact
.fromJsonFactory);
return _companycontactIdPut(id: id, body: body);
}