physicalinventoryUncountserialitemPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse> >
physicalinventoryUncountserialitemPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse>>
physicalinventoryUncountserialitemPost(
{required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse
.fromJsonFactory);
return _physicalinventoryUncountserialitemPost(body: body);
}