PUT api/v2/operationscreens/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Body Parameters
OperationScreenNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| Active | boolean | ||
| UnrestrictedAccessServiceCenter | boolean | ||
| CreateStandardViewOperationScreen | boolean | ||
| ShowAnalysisRevisionRoutine | boolean | ||
| OperationScreenSearchPeriodBy | OperationScreenSearchPeriodByNew | ||
| OperationScreensLayoutPost | Collection of OperationScreenLayoutNew | ||
| OperationScreensLayoutDelete | Collection of OperationScreenLayoutNew | ||
| OperationScreensLayoutPut | Collection of OperationScreenLayoutNew | ||
| OperationScreenInfoPost | Collection of OperationScreenInfoNew | ||
| OperationScreenInfoDelete | Collection of OperationScreenInfoNew | ||
| OperationScreenInfoPut | Collection of OperationScreenInfoNew | ||
| OperationScreenFilterPost | Collection of OperationScreenFilterNew | ||
| OperationScreenFilterDelete | Collection of OperationScreenFilterNew | ||
| OperationScreenFilterPut | Collection of OperationScreenFilterNew | ||
| OperationScreenServiceCenterPost | Collection of OperationScreenServiceCenterNew | ||
| OperationScreenServiceCenterDelete | Collection of OperationScreenServiceCenterNew | ||
| OperationScreenServiceCenterPut | Collection of OperationScreenServiceCenterNew |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"UnrestrictedAccessServiceCenter": true,
"CreateStandardViewOperationScreen": true,
"ShowAnalysisRevisionRoutine": true,
"OperationScreenSearchPeriodBy": {
"Value": "sample string 1",
"Display": "sample string 2"
},
"OperationScreensLayoutPost": [
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
},
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
}
],
"OperationScreensLayoutDelete": [
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
},
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
}
],
"OperationScreensLayoutPut": [
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
},
{
"Id": 1,
"EntityValue": "sample string 2",
"PositionValue": "sample string 3",
"Order": 4,
"MultipleSelection": true
}
],
"OperationScreenInfoPost": [
{
"Id": 1,
"InfoId": 2,
"Order": 3
},
{
"Id": 1,
"InfoId": 2,
"Order": 3
}
],
"OperationScreenInfoDelete": [
{
"Id": 1,
"InfoId": 2,
"Order": 3
},
{
"Id": 1,
"InfoId": 2,
"Order": 3
}
],
"OperationScreenInfoPut": [
{
"Id": 1,
"InfoId": 2,
"Order": 3
},
{
"Id": 1,
"InfoId": 2,
"Order": 3
}
],
"OperationScreenFilterPost": [
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
},
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
}
],
"OperationScreenFilterDelete": [
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
},
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
}
],
"OperationScreenFilterPut": [
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
},
{
"Id": 1,
"Order": 2,
"OperationScreenLayoutId": 3,
"CollectionPointId": 1,
"SampleTypeId": 1,
"AccountId": 1,
"RelatedAccountId": 1,
"ServiceCenterId": 1,
"EntityValue": "sample string 4",
"AccountTypeId": 1,
"CollectionPointClassId": 1,
"ProductionBatchId": 1
}
],
"OperationScreenServiceCenterPost": [
{
"Id": 1,
"ServiceCenterId": 2
},
{
"Id": 1,
"ServiceCenterId": 2
}
],
"OperationScreenServiceCenterDelete": [
{
"Id": 1,
"ServiceCenterId": 2
},
{
"Id": 1,
"ServiceCenterId": 2
}
],
"OperationScreenServiceCenterPut": [
{
"Id": 1,
"ServiceCenterId": 2
},
{
"Id": 1,
"ServiceCenterId": 2
}
]
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","Active":true,"UnrestrictedAccessServiceCenter":true,"CreateStandardViewOperationScreen":true,"ShowAnalysisRevisionRoutine":true,"OperationScreenSearchPeriodBy":{"Value":"sample string 1","Display":"sample string 2"},"OperationScreensLayoutPost":[{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true},{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true}],"OperationScreensLayoutDelete":[{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true},{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true}],"OperationScreensLayoutPut":[{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true},{"Id":1,"EntityValue":"sample string 2","PositionValue":"sample string 3","Order":4,"MultipleSelection":true}],"OperationScreenInfoPost":[{"Id":1,"InfoId":2,"Order":3},{"Id":1,"InfoId":2,"Order":3}],"OperationScreenInfoDelete":[{"Id":1,"InfoId":2,"Order":3},{"Id":1,"InfoId":2,"Order":3}],"OperationScreenInfoPut":[{"Id":1,"InfoId":2,"Order":3},{"Id":1,"InfoId":2,"Order":3}],"OperationScreenFilterPost":[{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1},{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1}],"OperationScreenFilterDelete":[{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1},{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1}],"OperationScreenFilterPut":[{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1},{"Id":1,"Order":2,"OperationScreenLayoutId":3,"CollectionPointId":1,"SampleTypeId":1,"AccountId":1,"RelatedAccountId":1,"ServiceCenterId":1,"EntityValue":"sample string 4","AccountTypeId":1,"CollectionPointClassId":1,"ProductionBatchId":1}],"OperationScreenServiceCenterPost":[{"Id":1,"ServiceCenterId":2},{"Id":1,"ServiceCenterId":2}],"OperationScreenServiceCenterDelete":[{"Id":1,"ServiceCenterId":2},{"Id":1,"ServiceCenterId":2}],"OperationScreenServiceCenterPut":[{"Id":1,"ServiceCenterId":2},{"Id":1,"ServiceCenterId":2}]}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.