PUT api/CustomDLLs
Request Information
URI Parameters
None.
Body Parameters
VEMModel.AdvancedBusinessRules.CustomDLL| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| Name | string |
Max length: 100 |
|
| FullName | string |
Max length: 250 |
|
| Version | string |
Max length: 50 |
|
| Description | string |
Max length: 250 |
|
| DLLFile | string |
Max length: 250 |
|
| Deleted | boolean |
None. |
|
| DateCreated | date |
None. |
|
| CreatedBy | string |
Max length: 50 |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | string |
Max length: 50 |
|
| Assembly | System.Reflection.Assembly |
None. |
|
| DLLFileBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordId": 1,
"Name": "sample string 2",
"FullName": "sample string 3",
"Version": "sample string 4",
"Description": "sample string 5",
"DLLFile": "sample string 6",
"Deleted": true,
"DateCreated": "2026-01-11T20:33:16.6505843-05:00",
"CreatedBy": "sample string 9",
"UpdatedOn": "2026-01-11T20:33:16.6505843-05:00",
"UpdatedBy": "sample string 10",
"Assembly": null,
"DLLFileBytes": "QEA="
}
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"
}