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": "bb4ce01a-80d7-409e-975f-9212c679d2a1",
    "RequestTypeID": "966ebfe7-9bd6-45e4-a573-e94c3f7c1cce",
    "DoctorID": "0a141589-27bd-443f-a5e3-17bfce3cff79",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "520b37fc-ccfb-4b7a-96aa-84dc51dc8581",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "763824ae-0f38-4a07-9eb1-df4b32b8c06c",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "763824ae-0f38-4a07-9eb1-df4b32b8c06c",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "520b37fc-ccfb-4b7a-96aa-84dc51dc8581",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "763824ae-0f38-4a07-9eb1-df4b32b8c06c",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "763824ae-0f38-4a07-9eb1-df4b32b8c06c",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "e0a1dc73-ade9-4131-b1d3-5749fb07b93a",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "69ea006a-c543-40e3-83d7-08ef6b38d4bf",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "69ea006a-c543-40e3-83d7-08ef6b38d4bf",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "e0a1dc73-ade9-4131-b1d3-5749fb07b93a",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "69ea006a-c543-40e3-83d7-08ef6b38d4bf",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "69ea006a-c543-40e3-83d7-08ef6b38d4bf",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "8726cf74-c1f6-40d8-84d7-aa8540a358e2",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      }
    ]
  },
  "PatientID": "4dd99cfe-9a3e-4ceb-8077-1d1d03e3a2a5",
  "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>4dd99cfe-9a3e-4ceb-8077-1d1d03e3a2a5</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientRequest>
    <DoctorID>0a141589-27bd-443f-a5e3-17bfce3cff79</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>520b37fc-ccfb-4b7a-96aa-84dc51dc8581</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>763824ae-0f38-4a07-9eb1-df4b32b8c06c</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>763824ae-0f38-4a07-9eb1-df4b32b8c06c</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>520b37fc-ccfb-4b7a-96aa-84dc51dc8581</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>763824ae-0f38-4a07-9eb1-df4b32b8c06c</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>763824ae-0f38-4a07-9eb1-df4b32b8c06c</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>bb4ce01a-80d7-409e-975f-9212c679d2a1</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>69ea006a-c543-40e3-83d7-08ef6b38d4bf</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>69ea006a-c543-40e3-83d7-08ef6b38d4bf</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>e0a1dc73-ade9-4131-b1d3-5749fb07b93a</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>69ea006a-c543-40e3-83d7-08ef6b38d4bf</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>69ea006a-c543-40e3-83d7-08ef6b38d4bf</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>8726cf74-c1f6-40d8-84d7-aa8540a358e2</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>e0a1dc73-ade9-4131-b1d3-5749fb07b93a</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>966ebfe7-9bd6-45e4-a573-e94c3f7c1cce</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": "b11fe5ca-2024-4ca5-95bd-5661b2ed647f",
    "RequestTypeID": "2dfcd643-48b4-4fc9-b3da-e36f4b3e52f0",
    "DoctorID": "fbb1551f-1b1d-48f3-95c6-69d985eed3f8",
    "RequestTitle": "sample string 4",
    "LaboratoryData": [
      {
        "CategoryID": "5bab8999-55a7-4d8d-b289-7d5de2bac3d5",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb",
            "ServiceName": "sample string 2"
          }
        ]
      },
      {
        "CategoryID": "5bab8999-55a7-4d8d-b289-7d5de2bac3d5",
        "CategoryName": "sample string 2",
        "ServiceList": [
          {
            "ServiceID": "28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb",
            "ServiceName": "sample string 2"
          },
          {
            "ServiceID": "28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb",
            "ServiceName": "sample string 2"
          }
        ]
      }
    ],
    "RadiologyData": [
      {
        "TypeID": "c4789e86-1a48-4b7d-a285-2d8ee59b1841",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "95ee5877-4bb1-4cad-89eb-a126bd03e6a2",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "95ee5877-4bb1-4cad-89eb-a126bd03e6a2",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              }
            ]
          }
        ]
      },
      {
        "TypeID": "c4789e86-1a48-4b7d-a285-2d8ee59b1841",
        "TypeName": "sample string 2",
        "CategoryList": [
          {
            "CategoryID": "95ee5877-4bb1-4cad-89eb-a126bd03e6a2",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              }
            ]
          },
          {
            "CategoryID": "95ee5877-4bb1-4cad-89eb-a126bd03e6a2",
            "CategoryName": "sample string 2",
            "ServiceList": [
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "ServiceName": "sample string 2"
              },
              {
                "ServiceID": "c8210a8b-010a-4f8d-9ca1-8286483d3358",
                "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>fbb1551f-1b1d-48f3-95c6-69d985eed3f8</DoctorID>
    <LaboratoryData>
      <LaboratoryCategoryLookup>
        <CategoryID>5bab8999-55a7-4d8d-b289-7d5de2bac3d5</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
      <LaboratoryCategoryLookup>
        <CategoryID>5bab8999-55a7-4d8d-b289-7d5de2bac3d5</CategoryID>
        <CategoryName>sample string 2</CategoryName>
        <ServiceList>
          <LaboratoryServiceLookup>
            <ServiceID>28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
          <LaboratoryServiceLookup>
            <ServiceID>28e5b1dd-b6bc-4e66-8e1a-fe239414dfcb</ServiceID>
            <ServiceName>sample string 2</ServiceName>
          </LaboratoryServiceLookup>
        </ServiceList>
      </LaboratoryCategoryLookup>
    </LaboratoryData>
    <PatientRequestID>b11fe5ca-2024-4ca5-95bd-5661b2ed647f</PatientRequestID>
    <RadiologyData>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>95ee5877-4bb1-4cad-89eb-a126bd03e6a2</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>95ee5877-4bb1-4cad-89eb-a126bd03e6a2</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>c4789e86-1a48-4b7d-a285-2d8ee59b1841</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
      <RadiologyTypeLookup>
        <CategoryList>
          <RadiologyCategoryLookup>
            <CategoryID>95ee5877-4bb1-4cad-89eb-a126bd03e6a2</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
          <RadiologyCategoryLookup>
            <CategoryID>95ee5877-4bb1-4cad-89eb-a126bd03e6a2</CategoryID>
            <CategoryName>sample string 2</CategoryName>
            <ServiceList>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
              <RadiologyServiceLookup>
                <ServiceID>c8210a8b-010a-4f8d-9ca1-8286483d3358</ServiceID>
                <ServiceName>sample string 2</ServiceName>
              </RadiologyServiceLookup>
            </ServiceList>
          </RadiologyCategoryLookup>
        </CategoryList>
        <TypeID>c4789e86-1a48-4b7d-a285-2d8ee59b1841</TypeID>
        <TypeName>sample string 2</TypeName>
      </RadiologyTypeLookup>
    </RadiologyData>
    <RequestTitle>sample string 4</RequestTitle>
    <RequestTypeID>2dfcd643-48b4-4fc9-b3da-e36f4b3e52f0</RequestTypeID>
  </PatientRequest>
</PatientRequestResponse>