orderlocationPost method

Implementation

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

  return _orderlocationPost(body: body);
}