Last active
July 2, 2021 10:23
-
-
Save benvanderberg/41b30a30c41a8b4080e3287da5397c4a to your computer and use it in GitHub Desktop.
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
| { | |
| "Order":{ | |
| "id": "002453", | |
| "currency": "USD", | |
| "renew": 4, | |
| "taxRate":1.08, | |
| "totalBill":459.99, | |
| "products": [ | |
| { | |
| "description": "Proof of Concept", | |
| "billingCycle": "Due in Advance", | |
| "quantity": 1, | |
| "units": "90 day period", | |
| "licenseTerm": { | |
| "startDate": "1/1/2021", | |
| "endDate": "3/31/2021" | |
| }, | |
| "price": 1000.00 | |
| }, | |
| { | |
| "description": "On-demand services", | |
| "billing cycle": "Annually", | |
| "quantity": 3000, | |
| "units": "Billable hours", | |
| "licenseTerm": { | |
| "startDate": "1/1/2021", | |
| "endDate": "12/31/2021" | |
| }, | |
| "price": 120.00 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add a } at the end. It's not a valid json as of now.
Regards
Andaleeb