physicalinventoryUpdateicodesPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse> >
physicalinventoryUpdateicodesPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse
>
>
physicalinventoryUpdateicodesPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesResponse
.fromJsonFactory,
);
return _physicalinventoryUpdateicodesPost(body: body);
}