physicalinventoryClosePost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse> >
physicalinventoryClosePost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse
>
>
physicalinventoryClosePost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseResponse
.fromJsonFactory,
);
return _physicalinventoryClosePost(body: body);
}