{ "type": "object", "name": "CompositeRequest4", "properties": { "method": { "type": "string" }, "url": { "type": "string" }, "referenceId": { "type": "string" }, "body": { "type": "object", "properties": { "AccountId": { "type": "string" }, "EffectiveDate": { "type": "string" }, "Pricebook2Id": { "type": "string" }, "BillToContactId": { "type": "string" }, "Status": { "type": "string" }, "AppUsageType": { "type": "string" }, "RecordId": { "type": "string" }, "OrderId": { "type": "string" }, "Type": { "type": "string" }, "OrderActionId": { "type": "string" }, "PricebookEntryId": { "type": "string" }, "Quantity": { "type": "number" }, "UnitPrice": { "type": "number" }, "NetUnitPrice": { "type": "number" }, "TotalLineAmount": { "type": "number" }, "TaxTreatmentId": { "type": "string" } } } }, "required": [ "method", "url", "referenceId", "body" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }