inventoryadjustmentreasonPost method
Future<Response<WebApiModulesSettingsInventorySettingsInventoryAdjustmentReasonInventoryAdjustmentReason> >
inventoryadjustmentreasonPost({})
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsInventoryAdjustmentReasonInventoryAdjustmentReason
>
>
inventoryadjustmentreasonPost({
required WebApiModulesSettingsInventorySettingsInventoryAdjustmentReasonInventoryAdjustmentReason?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsInventoryAdjustmentReasonInventoryAdjustmentReason,
() =>
WebApiModulesSettingsInventorySettingsInventoryAdjustmentReasonInventoryAdjustmentReason
.fromJsonFactory,
);
return _inventoryadjustmentreasonPost(body: body);
}