physicalinventoryReplacecountsPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse> >
physicalinventoryReplacecountsPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse>>
physicalinventoryReplacecountsPost(
{required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsRequest?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse
.fromJsonFactory);
return _physicalinventoryReplacecountsPost(body: body);
}