physicalinventoryItemsaddedNewpurchasecostPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse> >
physicalinventoryItemsaddedNewpurchasecostPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse
>
>
physicalinventoryItemsaddedNewpurchasecostPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse
.fromJsonFactory,
);
return _physicalinventoryItemsaddedNewpurchasecostPost(body: body);
}