Location
import { UpdateAccountingLocationResponse } from "@apideck/unify/models/components";
let value: UpdateAccountingLocationResponse = {
statusCode: 200,
status: "OK",
service: "quickbooks",
resource: "locations",
operation: "update",
data: {
id: "12345",
},
};
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. |