Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save benvanderberg/41b30a30c41a8b4080e3287da5397c4a to your computer and use it in GitHub Desktop.

Select an option

Save benvanderberg/41b30a30c41a8b4080e3287da5397c4a to your computer and use it in GitHub Desktop.
{
"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
}
]
}
@adroit1234
Copy link

Please add a } at the end. It's not a valid json as of now.

Regards
Andaleeb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment