Sample page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
<u>Underline (not used)</u> | <u>Underline (not used)</u> | ||
Code: | |||
<code>Source code</code> -> used for code examples, on many pages pre (blue box) is used for code which should be replaced | <code>Source code</code> -> used for code examples, on many pages pre (blue box) is used for code which should be replaced | ||
:{ | |||
::"authentication": | |||
::{ | |||
:::"apiKey": "my_very_secret_api_key", | |||
:::"propKey": "secret_key_for_prop_XXXXXX" | |||
::}, | |||
::"bookId": "[BOOKID]", | |||
::"invoice": | |||
::[ | |||
:::{ | |||
::::"description": "Booking.com Commission", | |||
::::"status": "", | |||
::::"qty": "1", | |||
::::"price": "-[COMMISSIONNUM]", | |||
::::"vatRate": "7.00", | |||
::::"type": "0", | |||
::::"invoiceeId": "" | |||
:::} | |||
::] | |||
:} | |||