orderlocationIdPut method

@param id

Implementation

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

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