physicalinventoryCountitemPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse> >
physicalinventoryCountitemPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse
>
>
physicalinventoryCountitemPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse
.fromJsonFactory,
);
return _physicalinventoryCountitemPost(body: body);
}