---
title: "GetInvoiceBesrCode (Opus Funktion)"
---
### Beschreibung

Gibt den BesrCode zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [integer](../../standard-datentypen/integer.md) | InvoiceID |
|  | [integer](../../standard-datentypen/integer.md) | Instalment (ID?) |
|  | [integer](../../standard-datentypen/integer.md) | ESRplus |

### Rückgabewert [string](../../standard-datentypen/string.md)

xxx

### Beispiel

```
La_Texts[12]= GetInvoiceBesrCode(Ai_InvoiceID,1,0);
```

### Siehe auch

---
