POST master/saveconfigs

Request Information

URI Parameters

None.

Body Parameters

ConfigSettings
NameDescriptionTypeAdditional information
Con_ID

integer

None.

Con_Cat

string

None.

Con_SubCat

string

None.

Con_NValue

decimal number

None.

Con_NValue2

decimal number

None.

Con_NValue3

decimal number

None.

Con_NValue4

decimal number

None.

Con_NValue5

decimal number

None.

Con_SValue

string

None.

Con_SValue2

string

None.

Con_SValue3

string

None.

Con_SValue4

string

None.

Con_SValue5

string

None.

Con_DValue

string

None.

Con_DValue2

string

None.

Con_DValue3

string

None.

Con_DValue4

string

None.

Con_DValue5

string

None.

Con_Image

Collection of byte

None.

COID

integer

None.

DIVCD

integer

None.

Con_MValue

string

None.

Con_BValue

boolean

None.

Con_BValue2

boolean

None.

Con_BValue3

boolean

None.

Con_BValue4

boolean

None.

Con_BValue5

boolean

None.

FK_Department

integer

None.

DateCreated

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Con_ID": 1,
  "Con_Cat": "sample string 2",
  "Con_SubCat": "sample string 3",
  "Con_NValue": 4.1,
  "Con_NValue2": 5.1,
  "Con_NValue3": 6.1,
  "Con_NValue4": 7.1,
  "Con_NValue5": 8.1,
  "Con_SValue": "sample string 9",
  "Con_SValue2": "sample string 10",
  "Con_SValue3": "sample string 11",
  "Con_SValue4": "sample string 12",
  "Con_SValue5": "sample string 13",
  "Con_DValue": "sample string 14",
  "Con_DValue2": "sample string 15",
  "Con_DValue3": "sample string 16",
  "Con_DValue4": "sample string 17",
  "Con_DValue5": "sample string 18",
  "Con_Image": "QEA=",
  "COID": 19,
  "DIVCD": 20,
  "Con_MValue": "sample string 21",
  "Con_BValue": true,
  "Con_BValue2": true,
  "Con_BValue3": true,
  "Con_BValue4": true,
  "Con_BValue5": true,
  "FK_Department": 27,
  "DateCreated": "sample string 28"
}

application/xml, text/xml

Sample:
<ConfigSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LimsPortalModels">
  <COID>19</COID>
  <Con_BValue>true</Con_BValue>
  <Con_BValue2>true</Con_BValue2>
  <Con_BValue3>true</Con_BValue3>
  <Con_BValue4>true</Con_BValue4>
  <Con_BValue5>true</Con_BValue5>
  <Con_Cat>sample string 2</Con_Cat>
  <Con_DValue>sample string 14</Con_DValue>
  <Con_DValue2>sample string 15</Con_DValue2>
  <Con_DValue3>sample string 16</Con_DValue3>
  <Con_DValue4>sample string 17</Con_DValue4>
  <Con_DValue5>sample string 18</Con_DValue5>
  <Con_ID>1</Con_ID>
  <Con_Image>QEA=</Con_Image>
  <Con_MValue>sample string 21</Con_MValue>
  <Con_NValue>4.1</Con_NValue>
  <Con_NValue2>5.1</Con_NValue2>
  <Con_NValue3>6.1</Con_NValue3>
  <Con_NValue4>7.1</Con_NValue4>
  <Con_NValue5>8.1</Con_NValue5>
  <Con_SValue>sample string 9</Con_SValue>
  <Con_SValue2>sample string 10</Con_SValue2>
  <Con_SValue3>sample string 11</Con_SValue3>
  <Con_SValue4>sample string 12</Con_SValue4>
  <Con_SValue5>sample string 13</Con_SValue5>
  <Con_SubCat>sample string 3</Con_SubCat>
  <DIVCD>20</DIVCD>
  <DateCreated>sample string 28</DateCreated>
  <FK_Department>27</FK_Department>
</ConfigSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.