inventorylocationtaxIdPut method
Future<Response<WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax> >
inventorylocationtaxIdPut({
- required String? id,
- required WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax
>
>
inventorylocationtaxIdPut({
required String? id,
required WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax,
() => WebApiModulesInventoryInventoryLocationTaxInventoryLocationTax
.fromJsonFactory,
);
return _inventorylocationtaxIdPut(id: id, body: body);
}