UNPKG

@itentialopensource/adapter-microsoft_dynamics

Version:

This adapter integrates with system described as: Microsoft Dynamics 365: Business Applications

143 lines 3.62 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "listAttachmentsForJournalLineForJournal", "enum": [ "listAttachmentsForJournalLineForJournal", "postAttachmentsForJournalLineForJournal", "getAttachmentsForJournalLineForJournal", "deleteAttachmentsForJournalLineForJournal", "patchAttachmentsForJournalLineForJournal", "listAttachmentsForJournalLine", "postAttachmentsForJournalLine", "getAttachmentsForJournalLine", "deleteAttachmentsForJournalLine", "patchAttachmentsForJournalLine", "listAttachments", "postAttachments", "getAttachments", "deleteAttachments", "patchAttachments" ], "external_name": "ph_request_type" }, "companyId": { "type": "string", "description": "(v1.0) id for company", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "company_id" }, "journalId": { "type": "string", "description": "(v1.0) id for journal", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "journal_id" }, "journalLineId": { "type": "string", "description": "(v1.0) id for journalLine", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "journalLine_id" }, "top": { "type": "number", "description": "(v1.0) Number of items to return from the top of the list", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$top" }, "skip": { "type": "number", "description": "(v1.0) Number of items to skip from the list", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$skip" }, "limit": { "type": "number", "description": "(v1.0) Number of items to return from the list", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$limit" }, "filter": { "type": "string", "description": "(v1.0) Filtering expression", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$filter" }, "select": { "type": "array", "description": "(v1.0) Selected properties to be retrieved", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "$select" }, "attachmentsParentId": { "type": "string", "description": "(v1.0) parentId for attachments", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "attachments_parentId" }, "attachmentsId": { "type": "string", "description": "(v1.0) id for attachments", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "attachments_id" } }, "definitions": {} }