physicalinventoryinventoryPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory> >
physicalinventoryinventoryPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory
>
>
physicalinventoryinventoryPost({
required WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory,
() =>
WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory
.fromJsonFactory,
);
return _physicalinventoryinventoryPost(body: body);
}