Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 7.37 KB

vaultcustomfieldsallrequest.md

File metadata and controls

25 lines (20 loc) · 7.37 KB

VaultCustomFieldsAllRequest

Example Usage

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

let value: VaultCustomFieldsAllRequest = {
  unifiedApi: "crm",
  serviceId: "pipedrive",
  resource: "leads",
  resourceId: "1234",
};

Fields

Field Type Required Description Example
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
unifiedApi string ✔️ Unified API crm
serviceId string ✔️ Service ID of the resource to return pipedrive
resource string ✔️ Name of the resource (plural) leads
resourceId string This is the id of the resource you want to fetch when listing custom fields. For example, if you want to fetch custom fields for a specific contact, you would use the contact id. 1234