physicalinventoryItemsaddedApprovepurchasecostPost method
Future<Response<WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse> >
physicalinventoryItemsaddedApprovepurchasecostPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
>
>
physicalinventoryItemsaddedApprovepurchasecostPost({
required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse,
() =>
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
.fromJsonFactory,
);
return _physicalinventoryItemsaddedApprovepurchasecostPost(body: body);
}