Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 4.21 KB

updateaccountinglocationresponse.md

File metadata and controls

31 lines (25 loc) · 4.21 KB

UpdateAccountingLocationResponse

Location

Example Usage

import { UpdateAccountingLocationResponse } from "@apideck/unify/models/components";

let value: UpdateAccountingLocationResponse = {
  statusCode: 200,
  status: "OK",
  service: "quickbooks",
  resource: "locations",
  operation: "update",
  data: {
    id: "12345",
  },
};

Fields

Field Type Required Description Example
statusCode number ✔️ HTTP Response Status Code 200
status string ✔️ HTTP Response Status OK
service string ✔️ Apideck ID of service provider quickbooks
resource string ✔️ Unified API resource name locations
operation string ✔️ Operation performed update
data components.UnifiedId ✔️ A object containing a unique identifier for the resource that was created, updated, or deleted.