POST Api/PhysicalConfigSections/Update

Request Information

URI Parameters

None.

Body Parameters

PhysicalConfigSectionAdminVm
NameDescriptionTypeAdditional information
Name

string

None.

ParentPhysicalConfigSectionId

integer

None.

PhysicalConfigSectionId

integer

None.

BodyPartId

integer

None.

BillingElementId

integer

None.

KeepNormalSelectionOnAbnormal

boolean

None.

AssociatedPhysicalConfigSectionId

integer

None.

Childs

Collection of PhysicalConfigSectionAdminVm

None.

PhysicalConfigs

Collection of PhysicalConfigAdminVm

None.

ShowDidNotExamine

boolean

None.

ShowImage

boolean

None.

ShowNotes

boolean

None.

ShowNotMedicallyIndicated

boolean

None.

AllowImageCapture

boolean

None.

HomeCareInstructions

string

None.

IsDefaultExam

boolean

None.

PhysicalConfigSectionBodyImages

Collection of PhysicalConfigSectionBodyImageVm

None.

NavigatesToBodyImageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "parentPhysicalConfigSectionId": 1,
  "physicalConfigSectionId": 2,
  "bodyPartId": 1,
  "billingElementId": 1,
  "keepNormalSelectionOnAbnormal": true,
  "associatedPhysicalConfigSectionId": 1,
  "childs": [],
  "physicalConfigs": [
    {
      "name": "sample string 1",
      "physicalConfigSectionId": 1,
      "physicalConfigId": 2,
      "score": 3,
      "marketingDocumentId": 1,
      "procedures": [
        {
          "name": "sample string 1",
          "procedureId": 2
        },
        {
          "name": "sample string 1",
          "procedureId": 2
        }
      ],
      "bodyParts": [
        {
          "name": "sample string 1",
          "bodyPartId": 2
        },
        {
          "name": "sample string 1",
          "bodyPartId": 2
        }
      ],
      "medicalBestPractices": [
        {
          "name": "sample string 1",
          "medicalBestPracticeId": 2
        },
        {
          "name": "sample string 1",
          "medicalBestPracticeId": 2
        }
      ],
      "diagnoses": [
        {
          "name": "sample string 1",
          "diagnosisId": 2
        },
        {
          "name": "sample string 1",
          "diagnosisId": 2
        }
      ]
    },
    {
      "name": "sample string 1",
      "physicalConfigSectionId": 1,
      "physicalConfigId": 2,
      "score": 3,
      "marketingDocumentId": 1,
      "procedures": [
        {
          "name": "sample string 1",
          "procedureId": 2
        },
        {
          "name": "sample string 1",
          "procedureId": 2
        }
      ],
      "bodyParts": [
        {
          "name": "sample string 1",
          "bodyPartId": 2
        },
        {
          "name": "sample string 1",
          "bodyPartId": 2
        }
      ],
      "medicalBestPractices": [
        {
          "name": "sample string 1",
          "medicalBestPracticeId": 2
        },
        {
          "name": "sample string 1",
          "medicalBestPracticeId": 2
        }
      ],
      "diagnoses": [
        {
          "name": "sample string 1",
          "diagnosisId": 2
        },
        {
          "name": "sample string 1",
          "diagnosisId": 2
        }
      ]
    }
  ],
  "showDidNotExamine": true,
  "showImage": true,
  "showNotes": true,
  "showNotMedicallyIndicated": true,
  "allowImageCapture": true,
  "homeCareInstructions": "sample string 9",
  "isDefaultExam": true,
  "physicalConfigSectionBodyImages": [
    {
      "bodyImageId": 1,
      "coordinatesForMale": "sample string 1",
      "coordinatesForFemale": "sample string 2",
      "shape": "sample string 3"
    },
    {
      "bodyImageId": 1,
      "coordinatesForMale": "sample string 1",
      "coordinatesForFemale": "sample string 2",
      "shape": "sample string 3"
    }
  ],
  "navigatesToBodyImageId": 1
}

text/html

Sample:
{"name":"sample string 1","parentPhysicalConfigSectionId":1,"physicalConfigSectionId":2,"bodyPartId":1,"billingElementId":1,"keepNormalSelectionOnAbnormal":true,"associatedPhysicalConfigSectionId":1,"childs":[],"physicalConfigs":[{"name":"sample string 1","physicalConfigSectionId":1,"physicalConfigId":2,"score":3,"marketingDocumentId":1,"procedures":[{"name":"sample string 1","procedureId":2},{"name":"sample string 1","procedureId":2}],"bodyParts":[{"name":"sample string 1","bodyPartId":2},{"name":"sample string 1","bodyPartId":2}],"medicalBestPractices":[{"name":"sample string 1","medicalBestPracticeId":2},{"name":"sample string 1","medicalBestPracticeId":2}],"diagnoses":[{"name":"sample string 1","diagnosisId":2},{"name":"sample string 1","diagnosisId":2}]},{"name":"sample string 1","physicalConfigSectionId":1,"physicalConfigId":2,"score":3,"marketingDocumentId":1,"procedures":[{"name":"sample string 1","procedureId":2},{"name":"sample string 1","procedureId":2}],"bodyParts":[{"name":"sample string 1","bodyPartId":2},{"name":"sample string 1","bodyPartId":2}],"medicalBestPractices":[{"name":"sample string 1","medicalBestPracticeId":2},{"name":"sample string 1","medicalBestPracticeId":2}],"diagnoses":[{"name":"sample string 1","diagnosisId":2},{"name":"sample string 1","diagnosisId":2}]}],"showDidNotExamine":true,"showImage":true,"showNotes":true,"showNotMedicallyIndicated":true,"allowImageCapture":true,"homeCareInstructions":"sample string 9","isDefaultExam":true,"physicalConfigSectionBodyImages":[{"bodyImageId":1,"coordinatesForMale":"sample string 1","coordinatesForFemale":"sample string 2","shape":"sample string 3"},{"bodyImageId":1,"coordinatesForMale":"sample string 1","coordinatesForFemale":"sample string 2","shape":"sample string 3"}],"navigatesToBodyImageId":1}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Api.Controllers.PhysicalConfigs.PhysicalConfigSectionAdminVm, UrgentCareExtra.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[UrgentCareExtra.Api.Controllers.PhysicalConfigs.PhysicalConfigSectionAdminVm, UrgentCareExtra.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.