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": "823ab68d-4e67-4169-ba8f-f21d4d73c8d8",
    "RequestTypeID": "fc1d8878-0573-440c-a243-cd04b6da409a",
    "DoctorID": "c9f2a45d-49a2-477b-8456-06f0fb9cfafa",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "06fbf20a-6bec-4481-96a1-7baee3e01e2d",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "5095d09e-5c58-42b1-a7cd-2cff27135e39",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "5095d09e-5c58-42b1-a7cd-2cff27135e39",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "06fbf20a-6bec-4481-96a1-7baee3e01e2d",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "5095d09e-5c58-42b1-a7cd-2cff27135e39",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "5095d09e-5c58-42b1-a7cd-2cff27135e39",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "1b5d2300-646b-4f3b-a73b-b61f49547bd3",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "324c0f68-0fc0-4448-90a4-7a5e9240aa5a",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "324c0f68-0fc0-4448-90a4-7a5e9240aa5a",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "1b5d2300-646b-4f3b-a73b-b61f49547bd3",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "324c0f68-0fc0-4448-90a4-7a5e9240aa5a",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "324c0f68-0fc0-4448-90a4-7a5e9240aa5a",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "5e83dbc5-301c-4a9a-95ba-fc03070bc949",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      }
    ]
  },
  "PatientID": "1bb52693-b04f-450d-935e-40e235944771",
  "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>1bb52693-b04f-450d-935e-40e235944771</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientRequest>
    <DoctorID>c9f2a45d-49a2-477b-8456-06f0fb9cfafa</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>06fbf20a-6bec-4481-96a1-7baee3e01e2d</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>5095d09e-5c58-42b1-a7cd-2cff27135e39</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>5095d09e-5c58-42b1-a7cd-2cff27135e39</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>06fbf20a-6bec-4481-96a1-7baee3e01e2d</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>5095d09e-5c58-42b1-a7cd-2cff27135e39</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>5095d09e-5c58-42b1-a7cd-2cff27135e39</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>823ab68d-4e67-4169-ba8f-f21d4d73c8d8</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>324c0f68-0fc0-4448-90a4-7a5e9240aa5a</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>324c0f68-0fc0-4448-90a4-7a5e9240aa5a</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>1b5d2300-646b-4f3b-a73b-b61f49547bd3</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>324c0f68-0fc0-4448-90a4-7a5e9240aa5a</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>324c0f68-0fc0-4448-90a4-7a5e9240aa5a</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>5e83dbc5-301c-4a9a-95ba-fc03070bc949</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>1b5d2300-646b-4f3b-a73b-b61f49547bd3</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>fc1d8878-0573-440c-a243-cd04b6da409a</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": "a90974e6-6fac-4896-9be6-1338189ae457",
    "RequestTypeID": "b10c97a7-39b3-4342-9584-3c0b4445c1ff",
    "DoctorID": "84582291-b565-4c47-a4b8-4a367a3af9a8",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "22017494-b6c6-403f-a159-de447dbe971e",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "03ae8f1d-ba5f-4c0a-9d06-211f73533301",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "03ae8f1d-ba5f-4c0a-9d06-211f73533301",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "22017494-b6c6-403f-a159-de447dbe971e",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "03ae8f1d-ba5f-4c0a-9d06-211f73533301",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "03ae8f1d-ba5f-4c0a-9d06-211f73533301",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "528d4228-57a3-48de-aecf-776cb1673a64",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "7a205baf-d5f0-499b-a9e6-fd2cc9a667d7",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "7a205baf-d5f0-499b-a9e6-fd2cc9a667d7",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "528d4228-57a3-48de-aecf-776cb1673a64",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "7a205baf-d5f0-499b-a9e6-fd2cc9a667d7",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "7a205baf-d5f0-499b-a9e6-fd2cc9a667d7",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "3b67909b-3c98-49dc-b89f-add7fac25d76",
                "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>84582291-b565-4c47-a4b8-4a367a3af9a8</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>22017494-b6c6-403f-a159-de447dbe971e</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>03ae8f1d-ba5f-4c0a-9d06-211f73533301</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>03ae8f1d-ba5f-4c0a-9d06-211f73533301</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>22017494-b6c6-403f-a159-de447dbe971e</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>03ae8f1d-ba5f-4c0a-9d06-211f73533301</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>03ae8f1d-ba5f-4c0a-9d06-211f73533301</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>a90974e6-6fac-4896-9be6-1338189ae457</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>7a205baf-d5f0-499b-a9e6-fd2cc9a667d7</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>7a205baf-d5f0-499b-a9e6-fd2cc9a667d7</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>528d4228-57a3-48de-aecf-776cb1673a64</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>7a205baf-d5f0-499b-a9e6-fd2cc9a667d7</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>7a205baf-d5f0-499b-a9e6-fd2cc9a667d7</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>3b67909b-3c98-49dc-b89f-add7fac25d76</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>528d4228-57a3-48de-aecf-776cb1673a64</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>b10c97a7-39b3-4342-9584-3c0b4445c1ff</RequestTypeID>
  </PatientRequest>
</PatientRequestResponse>