Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PHP.dev authored and PHP.dev committed Jan 1, 2021
1 parent 7852bae commit fe36d10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ E Posta olarak kullanıcı adını, sms olarak parolayı gönderiyorlar.
Header parametlerinden WSS-Password Type, "PasswordText" türünde olmalıdır.<br>

// Bu alana size gönderdikleri kullanıcı adı ve parolayı girin.<br>
```php
$username = "";<br>
$password = "";<br>

```
// Bu alanada hesap ekstresi için sorgulamak istediğiniz tarihleri girin. <br>
```php
$start_date = '2020-12-12'; <br>
$end_date = '2020-12-15'; <br>

```
# İstek Parametreleri
BaslangicTarihi - DateTime - Sorgulama yapılacak tarih aralığına ait
başlangıç tarihi <br>
Expand Down

0 comments on commit fe36d10

Please sign in to comment.