companycontactIdPut method

@param id

Implementation

Future<chopper.Response<WebApiModulesCompanyCompanyContactCompanyContact>>
companycontactIdPut({
  required String? id,
  required WebApiModulesCompanyCompanyContactCompanyContact? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesCompanyCompanyContactCompanyContact,
    () => WebApiModulesCompanyCompanyContactCompanyContact.fromJsonFactory,
  );

  return _companycontactIdPut(id: id, body: body);
}