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