GET v1/integration/QB/adjustmentTransactions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IntegrationQBInventoryAdjustmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationExternalID | string |
None. |
|
| Memo | string |
None. |
|
| CreationDate | date |
None. |
|
| AdjustmentAccount | string |
None. |
|
| Items | Collection of IntegrationQBInventoryAdjustmentItemModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"locationExternalID": "sample string 1",
"memo": "sample string 2",
"creationDate": "2025-11-08T08:25:19.4464525+00:00",
"adjustmentAccount": "sample string 4",
"items": [
{
"transactionIDs": "sample string 1",
"workOrderItemID": 2,
"externalID": "sample string 3",
"quantity": 4.0,
"isProduct": true,
"partNumber": "sample string 6"
},
{
"transactionIDs": "sample string 1",
"workOrderItemID": 2,
"externalID": "sample string 3",
"quantity": 4.0,
"isProduct": true,
"partNumber": "sample string 6"
}
]
}