PATCH api/ResultOutput/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
DeltaOfResultOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityType | Type |
None. |
|
| ExpectedClrType | Type |
None. |
Request Formats
application/json, text/json
Sample:
{
"resultsJson": null,
"calculationResultId": null,
"calculationResult": null,
"id": null,
"version": null,
"createdAt": null,
"updatedAt": null,
"deleted": false
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultsJson | string |
Required |
|
| CalculationResultId | string |
Required |
|
| CalculationResult | CalculationResult |
None. |
|
| Id | string |
None. |
|
| Version | Collection of byte |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
Required |
|
| Deleted | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.