inventoryreceiptCreditsIdPut method

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

@param id

Implementation

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

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