PATCH api/v2/electrical/projects/inspectionnorms/patch
PatchElectricalProjectInspectionNorm
Request Information
URI Parameters
None.
Body Parameters
The command
PatchElectricalProjectInspectionNormCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectInspectionNormId | universally unique identifier |
Required |
|
| ClearFields | Collection of PatchElectricalProjectInspectionNormCommandClearField |
None. |
|
| Status | ElectricalProjectInspectionNormStatus |
None. |
|
| AddInspectionKind | ElectricalInspectionKind |
None. |
|
| RemoveInspectionKind | ElectricalInspectionKind |
None. |
|
| CustomDescription | string |
Max length: 1000 |
|
| Version | string |
Max length: 100 |
|
| Remarks | string |
Max length: 1000 |
Request Formats
application/json
Sample:
{
"ElectricalProjectInspectionNormId": "00000000-0000-0000-0000-000000000000",
"ClearFields": [
"CustomDescription",
"CustomDescription"
],
"Status": "Selected",
"AddInspectionKind": "None",
"RemoveInspectionKind": "None",
"CustomDescription": "sample string 1",
"Version": "sample string 2",
"Remarks": "sample string 3"
}
Response Information
Resource Description
PatchElectricalProjectInspectionNormCommandResult
PatchElectricalProjectInspectionNormCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | PatchElectricalProjectInspectionNormCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}