This file has been truncated, but you can view the full file.
This file contains hidden or 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
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#f9f9f9"/><meta name="version" content="76199ace_8255015"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-itunes-app" content="app-id=531717763"> | |
<title data-rh="true">Grafik Freelancer na projekt (3-4 miesiące) Zielona Góra • OLX.pl</title> | |
<meta data-rh="true" http-equiv="Content-Language" content="pl"/><meta data-rh="true" name="robots" content="index, follow"/><meta data-rh="true" name="facebook-domain-verification" content="bx0u32f6xa1urebxqi49jygtxun286"/><meta data-rh="true" property="al:android:url" content="pl.tablica://"/><meta data-rh="true" property="al:android:package" content="pl.tablica"/><meta data-rh="true" property="al:android:app_name" content="OLX.pl"/><meta data-rh="true" property="al:ios:url" content="pl.tablica://"/><meta data |
This file contains hidden or 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
curl --location 'https://api.sandbox-infakt.pl/api/v3/async/invoices.json' \ | |
--header 'X-inFakt-ApiKey: 8a2b425b1f7cfbca67bc7a8dc2c942d84e311906' \ | |
--header 'accept: application/json' \ | |
--header 'content-type: application/json' \ | |
--data '{ | |
"invoice": { | |
"number": "16/03/2023-2370997", | |
"invoice_date": "2023-03-08", | |
"sale_date": "2023-03-08", | |
"paid_date": "2023-03-08", |
This file contains hidden or 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
{ | |
"invoice": { | |
"number": "16/03/2023-2370997", // date-ZP_Order_id https://is.gd/cOLEUX | |
"invoice_date": "2023-03-08", // date of the invoice from ZP | |
"sale_date": "2023-03-08", // date of the invoice from ZP | |
"paid_date": "2023-03-08", // date of the invoice from ZP | |
"status":"paid", | |
"paid_price": 13530, //combined price in grozy (Polish cents), includes vat | |
"client_first_name": "FirstName", | |
"client_last_name": "LastName", |
This file contains hidden or 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
{ | |
"invoice": { | |
"client_business_activity_kind": "private_person", | |
"client_first_name": "FirstName", | |
"client_last_name": "LastName", | |
"payment_method": "transfer", | |
"services": [ | |
{ | |
"name": "Przykładowa Usługa", |
This file contains hidden or 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
array [ | |
'one' => [ | |
'sub_one' => 'final_value', | |
'sub_one2' => 'final_value2', | |
'sub_one3' => 'final_value3' | |
] | |
] | |
... |