POST api/QFBase/BulkUpdateQuickBaseFlag
Request Information
URI Parameters
None.
Body Parameters
Collection of VEMModel.Payloads.QuickFormItemUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| UnitNumber | string |
None. |
|
| LocationId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| InvoiceReferenceNumber | string |
None. |
|
| InvoiceId | integer |
None. |
|
| OnQuickBase | boolean |
None. |
|
| AssignedBy | string |
None. |
|
| AssignedTo | string |
None. |
|
| DateAssigned | date |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | string |
None. |
|
| QFType | string |
None. |
|
| WorkTimeType | VEMModel.VEMModelClass.WorkTimeType |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"RecordId": 1,
"UnitNumber": "sample string 2",
"LocationId": 3,
"CustomerId": 4,
"InvoiceReferenceNumber": "sample string 5",
"InvoiceId": 1,
"OnQuickBase": true,
"AssignedBy": "sample string 7",
"AssignedTo": "sample string 8",
"DateAssigned": "2026-01-11T20:33:22.1265606-05:00",
"UpdatedOn": "2026-01-11T20:33:22.1265606-05:00",
"UpdatedBy": "sample string 9",
"QFType": "sample string 10",
"WorkTimeType": 0
},
{
"$ref": "1"
}
]
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"
}