PUT web/Compliance/CaseManagement

Request Information

URI Parameters

None.

Body Parameters

UpdateCaseManagement
NameDescriptionTypeAdditional information
case_management

UpdateCaseManagements

Required

detail

CaseManagementDetails

None.

Request Formats

application/json, text/json

Sample:
{
  "case_management": {
    "record_id": 1,
    "entity_id": 2,
    "case_file_number": "sample string 3",
    "case_type": {
      "value": "sample string 1",
      "id": 2
    },
    "trans_date": "sample string 4",
    "owner_id": 5,
    "source": 6,
    "source_id": 7,
    "source_no": "sample string 8",
    "case_status": 9,
    "start_date": "sample string 10",
    "expected_end_date": "sample string 11",
    "end_date": "sample string 12",
    "progress_percent": 13.1,
    "subject": "sample string 14",
    "severity": {
      "value": "sample string 1",
      "id": 2
    }
  },
  "detail": {
    "id": 1,
    "date": "sample string 2",
    "contact_person": 3,
    "comments": "sample string 4",
    "add_to_crm": true,
    "remind_via": 6,
    "remind_on": "sample string 7"
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateCaseManagement'.

application/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'application/xml'. Exception message: Cannot access a closed Stream.

text/xml

Sample:

An exception has occurred while using the formatter 'CustomXmlFormatter' to generate sample for media type 'text/xml'. Exception message: Cannot access a closed Stream.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.