Last active
March 14, 2019 19:44
-
-
Save swoboda/802260bdd938bb7a891f16fd97222626 to your computer and use it in GitHub Desktop.
Filtr do modyfikacji danych przesyłanych do API wFirma
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Array( | |
[type] => normal | |
[series_id] => 3055245 | |
[price_type] => netto | |
[disposaldate] => 2017-12-05 | |
[date] => 2017-12-05 | |
[currency] => PLN | |
[alreadypaid_initial] => 1.00 | |
[disposaldate_format] => day | |
[paymentdate] => 2017-12-05 | |
[paymentmethod] => transfer | |
[description] => Zamówienie 881 | |
[comapny_accounf_id] => 56648 | |
[schema_bill] => 0 | |
[tags] => [contractor] => Array( | |
[id] => 12350221 | |
) | |
[invoicecontents] => Array( | |
[1] => Array( | |
[invoicecontent] => Array( | |
[name] => Testczasuwysyłki | |
[unit] => szt. | |
[count] => 1 | |
[price] => 0.81 | |
[vat_code] => Array( | |
[id] => 222 | |
) | |
) | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment