PUT api/IntegrationRecords
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Integrations.Hubs.IntegrationRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| DocumentId | integer |
None. |
|
| UniqueIdentifier | string |
Max length: 200 |
|
| LocationId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PayloadJson | string |
None. |
|
| Deleted | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordId": 1,
"DocumentId": 1,
"UniqueIdentifier": "sample string 2",
"LocationId": 3,
"CustomerId": 4,
"PayloadJson": "sample string 5",
"Deleted": true,
"DateCreated": "2026-01-11T20:33:16.8232652-05:00",
"DateUpdated": "2026-01-11T20:33:16.8232652-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}