PUT api/missing-info

Request Information

URI Parameters

None.

Body Parameters

MissingInfoCardModel
NameDescriptionTypeAdditional information
case_type_id

integer

None.

case_work_type_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "case_type_id": 1,
  "case_work_type_id": 1
}

text/html

Sample:
{"case_type_id":1,"case_work_type_id":1}

application/xml, text/xml

Sample:
<MissingInfoCardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <case_type_id>1</case_type_id>
  <case_work_type_id>1</case_work_type_id>
</MissingInfoCardModel>

multipart/form-data

Sample:
<MissingInfoCardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><case_type_id>1</case_type_id><case_work_type_id>1</case_work_type_id></MissingInfoCardModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.