Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Casmo authored Jun 13, 2023
1 parent 82983f6 commit e47c206
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,16 @@ $weFact->creditInvoices()->delete(['CreditInvoiceCode' => $creditInvoiceCode]);
$weFact->debtors()->list();
```

You can also search for debtors:

```php
$weFact->debtors()->list([
'searchat' => 'EmailAddress',
'searchfor' => 'example@example.com'
]);
```


#### Create debtor

Required parameters: `CompanyName` or `SurName`.
Expand Down

0 comments on commit e47c206

Please sign in to comment.