POST api/TablesManagement/DeleteFinding

Request Information

URI Parameters

None.

Body Parameters

Finding
NameDescriptionTypeAdditional information
finding_code

integer

None.

finding_name

string

Required

String length: inclusive between 0 and 30

finding_user_code

integer

None.

send_inet

string

Required

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

need_contact

string

Required

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

active

string

Required

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

clalit_severity

string

String length: inclusive between 0 and 10

is_birads

string

Matching regular expression pattern: ^[yn ]{1}$

String length: inclusive between 0 and 1

mac_code

string

String length: inclusive between 0 and 5

interface_code

string

String length: inclusive between 0 and 10

old_code

integer

None.

code_birads

string

String length: inclusive between 0 and 10

Request Formats

application/json, text/json

Sample:
{
  "finding_code": 1,
  "finding_name": "sample string 2",
  "finding_user_code": 3,
  "send_inet": "sample string 4",
  "need_contact": "sample string 5",
  "active": "sample string 6",
  "clalit_severity": "sample string 7",
  "is_birads": "sample string 8",
  "mac_code": "sample string 9",
  "interface_code": "sample string 10",
  "old_code": 1,
  "code_birads": "sample string 11"
}

application/xml, text/xml

Sample:
<Finding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <active>sample string 6</active>
  <clalit_severity>sample string 7</clalit_severity>
  <code_birads>sample string 11</code_birads>
  <finding_code>1</finding_code>
  <finding_name>sample string 2</finding_name>
  <finding_user_code>3</finding_user_code>
  <interface_code>sample string 10</interface_code>
  <is_birads>sample string 8</is_birads>
  <mac_code>sample string 9</mac_code>
  <need_contact>sample string 5</need_contact>
  <old_code>1</old_code>
  <send_inet>sample string 4</send_inet>
</Finding>

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 'Finding'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

None.