Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 6.66 KB

accountingattachmentsdeleterequest.md

File metadata and controls

26 lines (21 loc) · 6.66 KB

AccountingAttachmentsDeleteRequest

Example Usage

import { AccountingAttachmentsDeleteRequest } from "@apideck/unify/models/operations";

let value: AccountingAttachmentsDeleteRequest = {
  referenceType: "invoice",
  referenceId: "12345",
  id: "<id>",
  serviceId: "salesforce",
};

Fields

Field Type Required Description Example
referenceType components.AttachmentReferenceType ✔️ The reference type of the document. invoice
referenceId string ✔️ The reference id of the object to retrieve. 12345
id string ✔️ ID of the record you are acting upon.
consumerId string ID of the consumer which you want to get or push data from test-consumer
appId string The ID of your Unify application dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX
serviceId string Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. salesforce
raw boolean Include raw response. Mostly used for debugging purposes