PUT api/ItemReference
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
viewModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "IsLocked": true, "IsApprovalWorkflowRequired": true, "StagingItemReference": { "$id": "2", "PK": 1 }, "ReferenceType": { "$id": "3", "$values": [ { "$id": "4", "Id": 1, "CodeDesc": "sample string 2", "AlternativeDesc": "sample string 3", "SystemCode": "sample string 4", "SequenceNo": 1 }, { "$ref": "4" }, { "$ref": "4" } ] }, "IsSpellingGrammarChangesAdmin": true, "HasEditAccess": true, "Entity": { "$id": "5", "PK": 1 }, "Validation": { "$id": "6", "SuccessOutput": { "$id": "7" }, "Success": true, "ErrorMessages": null, "WarningMessages": { "$id": "8", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] }, "InfoMessages": { "$id": "9", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] }, "DatabaseErrorMessage": "sample string 3", "SuccessMessage": "sample string 4", "RelatedKeyId": "sample string 5" }, "PageAccess": { "$id": "10", "PageCode": "sample string 1", "StepAccesses": { "$id": "11", "$values": [ { "$id": "12", "StageCode": "sample string 1", "StepCode": "sample string 2" }, { "$ref": "12" }, { "$ref": "12" } ] }, "Positions": { "$id": "13", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] } }, "UserRole": 0 }
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "Validation": { "$id": "2", "SuccessOutput": { "$id": "3" }, "Success": true, "ErrorMessages": null, "WarningMessages": { "$id": "4", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] }, "InfoMessages": { "$id": "5", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] }, "DatabaseErrorMessage": "sample string 3", "SuccessMessage": "sample string 4", "RelatedKeyId": "sample string 5" }, "PageAccess": { "$id": "6", "PageCode": "sample string 1", "StepAccesses": { "$id": "7", "$values": [ { "$id": "8", "StageCode": "sample string 1", "StepCode": "sample string 2" }, { "$ref": "8" }, { "$ref": "8" } ] }, "Positions": { "$id": "9", "$values": [ "sample string 1", "sample string 2", "sample string 3" ] } }, "UserRole": 0 }