POST api/Patient/PatientRequestUpdate

Request Information

URI Parameters

None.

Body Parameters

PatientRequestUpdateRequest
NameDescriptionTypeAdditional information
PatientRequest

PatientRequest

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientRequest": {
    "PatientRequestID": "a30e4dd0-b552-437d-902d-21521d914be8",
    "RequestTypeID": "78d17bec-b00b-4e7e-a73a-a88bec869bd6",
    "DoctorID": "f7ec44a6-9a3b-4370-aff8-69d7786bfcce",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "1ddb1a66-412d-4fc2-8ce2-7b4438a11534",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "beedb943-a7aa-4708-8cc7-047e1e5bb187",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "beedb943-a7aa-4708-8cc7-047e1e5bb187",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "1ddb1a66-412d-4fc2-8ce2-7b4438a11534",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "beedb943-a7aa-4708-8cc7-047e1e5bb187",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "beedb943-a7aa-4708-8cc7-047e1e5bb187",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "efb7ea44-f565-4e3c-aa59-e4162448e886",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "f7c91383-dc22-469a-9f51-ed358e4762d6",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "f7c91383-dc22-469a-9f51-ed358e4762d6",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "efb7ea44-f565-4e3c-aa59-e4162448e886",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "f7c91383-dc22-469a-9f51-ed358e4762d6",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "f7c91383-dc22-469a-9f51-ed358e4762d6",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      }
    ]
  },
  "PatientID": "9e0515ae-a55f-45f6-a6a6-8956605cf173",
  "WebApiVersion": 2,
  "Language": "sample string 3"
}

application/xml, text/xml

Sample:
<PatientRequestUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 3</Language>
  <PatientID>9e0515ae-a55f-45f6-a6a6-8956605cf173</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientRequest>
    <DoctorID>f7ec44a6-9a3b-4370-aff8-69d7786bfcce</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>1ddb1a66-412d-4fc2-8ce2-7b4438a11534</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>beedb943-a7aa-4708-8cc7-047e1e5bb187</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>beedb943-a7aa-4708-8cc7-047e1e5bb187</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>1ddb1a66-412d-4fc2-8ce2-7b4438a11534</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>beedb943-a7aa-4708-8cc7-047e1e5bb187</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>beedb943-a7aa-4708-8cc7-047e1e5bb187</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>a30e4dd0-b552-437d-902d-21521d914be8</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>f7c91383-dc22-469a-9f51-ed358e4762d6</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>f7c91383-dc22-469a-9f51-ed358e4762d6</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>efb7ea44-f565-4e3c-aa59-e4162448e886</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>f7c91383-dc22-469a-9f51-ed358e4762d6</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>f7c91383-dc22-469a-9f51-ed358e4762d6</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>697c3cd5-1ffa-45f0-9bf1-59a2ed7ae35d</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>efb7ea44-f565-4e3c-aa59-e4162448e886</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>78d17bec-b00b-4e7e-a73a-a88bec869bd6</RequestTypeID>
  </PatientRequest>
</PatientRequestUpdateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PatientRequestResponse
NameDescriptionTypeAdditional information
PatientRequest

PatientRequest

None.

WebApiVersion

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PatientRequest": {
    "PatientRequestID": "c0811d2b-38c1-424b-a674-a339876d6b28",
    "RequestTypeID": "fc3e4625-2742-4646-9d87-d398a6c09daa",
    "DoctorID": "4ffeea29-09f4-4816-ac3f-9226af6b8784",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "eaec9823-3e36-471d-99c5-c1eff7d04347",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "deacea45-0e1d-4c15-8e8d-f0a7254b05e5",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "deacea45-0e1d-4c15-8e8d-f0a7254b05e5",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "eaec9823-3e36-471d-99c5-c1eff7d04347",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "deacea45-0e1d-4c15-8e8d-f0a7254b05e5",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "deacea45-0e1d-4c15-8e8d-f0a7254b05e5",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "596667eb-e574-4bcb-8bc8-715b4438fdba",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "ca12fddd-9221-49da-9637-c80725b8a13e",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "ca12fddd-9221-49da-9637-c80725b8a13e",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "596667eb-e574-4bcb-8bc8-715b4438fdba",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "ca12fddd-9221-49da-9637-c80725b8a13e",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "ca12fddd-9221-49da-9637-c80725b8a13e",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "d70bfd18-f714-4718-a50f-2c24ce5e52f2",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      }
    ]
  },
  "WebApiVersion": 1
}

application/xml, text/xml

Sample:
<PatientRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <WebApiVersion>1</WebApiVersion>
  <PatientRequest>
    <DoctorID>4ffeea29-09f4-4816-ac3f-9226af6b8784</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>eaec9823-3e36-471d-99c5-c1eff7d04347</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>deacea45-0e1d-4c15-8e8d-f0a7254b05e5</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>deacea45-0e1d-4c15-8e8d-f0a7254b05e5</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>eaec9823-3e36-471d-99c5-c1eff7d04347</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>deacea45-0e1d-4c15-8e8d-f0a7254b05e5</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>deacea45-0e1d-4c15-8e8d-f0a7254b05e5</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>c0811d2b-38c1-424b-a674-a339876d6b28</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>ca12fddd-9221-49da-9637-c80725b8a13e</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>ca12fddd-9221-49da-9637-c80725b8a13e</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>596667eb-e574-4bcb-8bc8-715b4438fdba</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>ca12fddd-9221-49da-9637-c80725b8a13e</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>ca12fddd-9221-49da-9637-c80725b8a13e</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>d70bfd18-f714-4718-a50f-2c24ce5e52f2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>596667eb-e574-4bcb-8bc8-715b4438fdba</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>fc3e4625-2742-4646-9d87-d398a6c09daa</RequestTypeID>
  </PatientRequest>
</PatientRequestResponse>