GET v6/integration/transactions
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
Response Information
Resource Description
Collection of IntegrationTransactionsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | integer |
None. |
|
| PartNumber | string |
None. |
|
| Barcode | string |
None. |
|
| LocationName | string |
None. |
|
| Activity | string |
None. |
|
| Quantity | decimal number |
None. |
|
| FlagType | string |
None. |
|
| Shipment | string |
None. |
|
| PONumber | string |
None. |
|
| ZoneName | string |
None. |
|
| MasterLabel | string |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"transactionId": 1,
"partNumber": "sample string 2",
"barcode": "sample string 3",
"locationName": "sample string 4",
"activity": "sample string 5",
"quantity": 6.0,
"flagType": "sample string 7",
"shipment": "sample string 8",
"poNumber": "sample string 9",
"zoneName": "sample string 10",
"masterLabel": "sample string 11",
"creationDate": "2025-11-08T08:28:38.3444153+00:00",
"modifiedDate": "2025-11-08T08:28:38.3444153+00:00"
},
{
"transactionId": 1,
"partNumber": "sample string 2",
"barcode": "sample string 3",
"locationName": "sample string 4",
"activity": "sample string 5",
"quantity": 6.0,
"flagType": "sample string 7",
"shipment": "sample string 8",
"poNumber": "sample string 9",
"zoneName": "sample string 10",
"masterLabel": "sample string 11",
"creationDate": "2025-11-08T08:28:38.3444153+00:00",
"modifiedDate": "2025-11-08T08:28:38.3444153+00:00"
}
]