{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SalesOrderCreate", "type": "object", "properties": { "soldToOrgId": { "type": "integer" }, "orderTypeId": { "type": "integer" }, "orderedDate": { "type": "string" }, "transactionalCurrCode": { "type": "string" }, "shipToOrgId": { "type": "integer" }, "invoiceToOrgId": { "type": "integer" }, "salesrepId": { "type": "integer" }, "lines": { "type": "array" } } }