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": "537745d0-854c-496f-a18e-cabd5361e5bc",
    "RequestTypeID": "bb08ca18-f00c-4d6b-ae4d-09ad72e95f68",
    "DoctorID": "f79988cc-5d17-4072-82c7-38edbd1b8097",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "81ead81d-922d-4cd1-9f65-bfc77da14bfb",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "4ac26e9b-6123-4c63-b5b4-ce4a8e079da7",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "4ac26e9b-6123-4c63-b5b4-ce4a8e079da7",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "81ead81d-922d-4cd1-9f65-bfc77da14bfb",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "4ac26e9b-6123-4c63-b5b4-ce4a8e079da7",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "4ac26e9b-6123-4c63-b5b4-ce4a8e079da7",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "6c350ba9-8cf0-4160-a877-c29db30c42ab",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "c33156f1-5ab4-48ff-8fa9-13fd6275a9ca",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "c33156f1-5ab4-48ff-8fa9-13fd6275a9ca",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "6c350ba9-8cf0-4160-a877-c29db30c42ab",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "c33156f1-5ab4-48ff-8fa9-13fd6275a9ca",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "c33156f1-5ab4-48ff-8fa9-13fd6275a9ca",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c1f3bd39-d68e-489c-abcd-24703ce78409",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      }
    ]
  },
  "PatientID": "12c200a0-d49f-4f4b-a8f0-b71dca579a82",
  "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>12c200a0-d49f-4f4b-a8f0-b71dca579a82</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientRequest>
    <DoctorID>f79988cc-5d17-4072-82c7-38edbd1b8097</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>81ead81d-922d-4cd1-9f65-bfc77da14bfb</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>4ac26e9b-6123-4c63-b5b4-ce4a8e079da7</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>4ac26e9b-6123-4c63-b5b4-ce4a8e079da7</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>81ead81d-922d-4cd1-9f65-bfc77da14bfb</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>4ac26e9b-6123-4c63-b5b4-ce4a8e079da7</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>4ac26e9b-6123-4c63-b5b4-ce4a8e079da7</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>537745d0-854c-496f-a18e-cabd5361e5bc</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>c33156f1-5ab4-48ff-8fa9-13fd6275a9ca</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>c33156f1-5ab4-48ff-8fa9-13fd6275a9ca</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>6c350ba9-8cf0-4160-a877-c29db30c42ab</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>c33156f1-5ab4-48ff-8fa9-13fd6275a9ca</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>c33156f1-5ab4-48ff-8fa9-13fd6275a9ca</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c1f3bd39-d68e-489c-abcd-24703ce78409</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>6c350ba9-8cf0-4160-a877-c29db30c42ab</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>bb08ca18-f00c-4d6b-ae4d-09ad72e95f68</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": "ee31f235-8f72-403b-a63c-23c3dc556439",
    "RequestTypeID": "93918645-22b7-46ab-8a43-fd5a4503a4d4",
    "DoctorID": "c55b2dac-042b-4b98-93ed-c5d3a7f8dba6",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "850d7e9f-884c-4df3-a684-c2d56a40f81d",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "46706405-5c3b-4eea-9453-4cf5b60b176e",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "46706405-5c3b-4eea-9453-4cf5b60b176e",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "850d7e9f-884c-4df3-a684-c2d56a40f81d",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "46706405-5c3b-4eea-9453-4cf5b60b176e",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "46706405-5c3b-4eea-9453-4cf5b60b176e",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "eec5f8e4-7614-43b6-b9a9-dd2df7c48800",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "2c4f7374-eaa6-4b80-a602-1b7231cdf3db",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "2c4f7374-eaa6-4b80-a602-1b7231cdf3db",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "eec5f8e4-7614-43b6-b9a9-dd2df7c48800",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "2c4f7374-eaa6-4b80-a602-1b7231cdf3db",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "2c4f7374-eaa6-4b80-a602-1b7231cdf3db",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "fcbb1722-f419-4929-8871-2b89e1f03cd1",
                "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>c55b2dac-042b-4b98-93ed-c5d3a7f8dba6</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>850d7e9f-884c-4df3-a684-c2d56a40f81d</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>46706405-5c3b-4eea-9453-4cf5b60b176e</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>46706405-5c3b-4eea-9453-4cf5b60b176e</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>850d7e9f-884c-4df3-a684-c2d56a40f81d</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>46706405-5c3b-4eea-9453-4cf5b60b176e</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>46706405-5c3b-4eea-9453-4cf5b60b176e</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>ee31f235-8f72-403b-a63c-23c3dc556439</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>2c4f7374-eaa6-4b80-a602-1b7231cdf3db</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>2c4f7374-eaa6-4b80-a602-1b7231cdf3db</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>eec5f8e4-7614-43b6-b9a9-dd2df7c48800</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>2c4f7374-eaa6-4b80-a602-1b7231cdf3db</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>2c4f7374-eaa6-4b80-a602-1b7231cdf3db</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>fcbb1722-f419-4929-8871-2b89e1f03cd1</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>eec5f8e4-7614-43b6-b9a9-dd2df7c48800</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>93918645-22b7-46ab-8a43-fd5a4503a4d4</RequestTypeID>
  </PatientRequest>
</PatientRequestResponse>