Line items : Enter an array of Line items including the description, quantity, and amount for each Line item. (example: "[
{
"DetailType": "SalesItemLineDetail",
"Amount": 100.0,
"SalesItemLineDetail": {
"ItemRef": {
"name": "Services",
"value": "1"
}
}
}
]")