| POST | /api/internal/openissue/update | 
|---|
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| OpenIssue | body | OpenIssue | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| AuthSessionKey | form | string | No | |
| AdditionalInfo | form | List<ItemNameValue> | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| PropertyName | form | string | No | |
| PropertyValue | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| TempItemId | form | string | No | |
| FolderId | form | int | No | |
| FolderParentId | form | int | No | |
| ProjectId | form | int | No | |
| OpenIssueId | form | int | No | |
| Number | form | string | No | |
| Subject | form | string | No | |
| Question | form | string | No | |
| LocationSite | form | string | No | |
| LocationBuilding | form | string | No | |
| LocationFloor | form | string | No | |
| LocationRoom | form | string | No | |
| CreatedDate | form | string | No | |
| DueDate | form | string | No | |
| ClosedDate | form | string | No | |
| StatusId | form | int? | No | |
| StatusName | form | string | No | |
| IssueFrom | form | int | No | |
| FromName | form | string | No | |
| IssueTo | form | int | No | |
| ToName | form | string | No | |
| CCUserList | form | List<int> | No | |
| CostImpact | form | bool | No | |
| ChangeOrderId | form | int | No | |
| ChangeOrderNumber | form | string | No | |
| ChangeOrderAmount | form | decimal | No | |
| ChangeOrderStatus | form | string | No | |
| OrgLinkItemId | form | int | No | |
| Reference | form | string | No | |
| Drawing | form | string | No | |
| DrawingDetail | form | string | No | |
| DocumentFileId | form | string | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| UserCanModify | form | bool | No | |
| UserCanDelete | form | bool | No | 
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| UiErrorMessage | form | string | No | |
| UiDevErrorMessage | form | string | No | |
| ErrorOccured | form | bool | No | |
| LogMessageType | form | ErrorMessageType | No | |
| ResponseStatus | form | ResponseStatus | No | |
| NumberOfRecordsEffected | form | int | No | 
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/OpenIssueUpdateRequest HTTP/1.1 
Host: api.sagecpc.com 
Content-Type: application/json
Content-Length: length
{"openIssue":{"tempItemId":"String","folderId":0,"folderParentId":0,"projectId":0,"openIssueId":0,"number":"String","subject":"String","question":"String","locationSite":"String","locationBuilding":"String","locationFloor":"String","locationRoom":"String","createdDate":"String","dueDate":"String","closedDate":"String","statusId":0,"statusName":"String","issueFrom":0,"fromName":"String","issueTo":0,"toName":"String","ccUserList":[0],"costImpact":false,"changeOrderId":0,"changeOrderNumber":"String","changeOrderAmount":0,"changeOrderStatus":"String","orgLinkItemId":0,"reference":"String","drawing":"String","drawingDetail":"String","documentFileId":"String","userCanModify":false,"userCanDelete":false},"authSessionKey":"String","additionalInfo":[{"propertyName":"String","propertyValue":"String"}]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"uiErrorMessage":"String","uiDevErrorMessage":"String","errorOccured":false,"logMessageType":"DEBUG","responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"numberOfRecordsEffected":0}