inventoryreceiptItemattributesIdPut method

Future<Response<WebApiModulesInventoryInventoryReceiptItemAttribute>> inventoryreceiptItemattributesIdPut({
  1. required String? id,
  2. required WebApiModulesInventoryInventoryReceiptItemAttribute? body,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesInventoryInventoryReceiptItemAttribute>>
    inventoryreceiptItemattributesIdPut({
  required String? id,
  required WebApiModulesInventoryInventoryReceiptItemAttribute? body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryInventoryReceiptItemAttribute,
      () => WebApiModulesInventoryInventoryReceiptItemAttribute
          .fromJsonFactory);

  return _inventoryreceiptItemattributesIdPut(id: id, body: body);
}