POST api/Common/SaveFormConfigurationJSON

Request Information

URI Parameters

None.

Body Parameters

FormConfigJSONDTO
NameDescriptionTypeAdditional information
Id

integer

None.

LabOrgID

integer

None.

LabAccountID

integer

None.

OFAccountID

integer

None.

OFOrgId

integer

None.

CaseType

string

None.

ConfigJson

string

None.

Status

string

None.

VersionNumber

string

None.

IsCurrent

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

LabAccountName

string

None.

LabOrgName

string

None.

OFOrgName

string

None.

CaseTypeDisplayname

string

None.

SpecimenTestConfig

string

None.

BulkOrderConfig

string

None.

ConfigType

integer

None.

OrderingFacility

string

None.

BillTo

string

None.

IsCustomReqNum

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LabOrgID": 2,
  "LabAccountID": 3,
  "OFAccountID": 4,
  "OFOrgId": 5,
  "CaseType": "sample string 6",
  "ConfigJson": "sample string 7",
  "Status": "sample string 8",
  "VersionNumber": "sample string 9",
  "IsCurrent": 10,
  "CreatedBy": 11,
  "ModifiedBy": 12,
  "CreatedDate": "2025-12-06T01:11:52.5308382-05:00",
  "ModifiedDate": "2025-12-06T01:11:52.5308382-05:00",
  "LabAccountName": "sample string 15",
  "LabOrgName": "sample string 16",
  "OFOrgName": "sample string 17",
  "CaseTypeDisplayname": "sample string 18",
  "SpecimenTestConfig": "sample string 19",
  "BulkOrderConfig": "sample string 20",
  "ConfigType": 21,
  "OrderingFacility": "sample string 22",
  "BillTo": "sample string 23",
  "IsCustomReqNum": true
}

application/xml, text/xml

Sample:
<FormConfigJSONDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO">
  <BillTo>sample string 23</BillTo>
  <BulkOrderConfig>sample string 20</BulkOrderConfig>
  <CaseType>sample string 6</CaseType>
  <CaseTypeDisplayname>sample string 18</CaseTypeDisplayname>
  <ConfigJson>sample string 7</ConfigJson>
  <ConfigType>21</ConfigType>
  <CreatedBy>11</CreatedBy>
  <CreatedDate>2025-12-06T01:11:52.5308382-05:00</CreatedDate>
  <Id>1</Id>
  <IsCurrent>10</IsCurrent>
  <IsCustomReqNum>true</IsCustomReqNum>
  <LabAccountID>3</LabAccountID>
  <LabAccountName>sample string 15</LabAccountName>
  <LabOrgID>2</LabOrgID>
  <LabOrgName>sample string 16</LabOrgName>
  <ModifiedBy>12</ModifiedBy>
  <ModifiedDate>2025-12-06T01:11:52.5308382-05:00</ModifiedDate>
  <OFAccountID>4</OFAccountID>
  <OFOrgId>5</OFOrgId>
  <OFOrgName>sample string 17</OFOrgName>
  <OrderingFacility>sample string 22</OrderingFacility>
  <SpecimenTestConfig>sample string 19</SpecimenTestConfig>
  <Status>sample string 8</Status>
  <VersionNumber>sample string 9</VersionNumber>
</FormConfigJSONDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>