POST api/Patient/PatientRequestUpdate
Request Information
URI Parameters
None.
Body Parameters
PatientRequestUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRequest | PatientRequest |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientRequest": {
"PatientRequestID": "095377a5-a0d1-444e-bbbc-4360410937e5",
"RequestTypeID": "99d280aa-e307-41b1-8b44-1b0ee9fd0608",
"DoctorID": "093f9133-9653-478c-aae8-7fafa6aca4a5",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "a172db4c-cc71-44a9-b397-4d472098dd2f",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "7f6b3d3e-0298-496e-a923-b3425d3a56c6",
"ServiceName": "sample string 2"
},
{
"ServiceID": "7f6b3d3e-0298-496e-a923-b3425d3a56c6",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "a172db4c-cc71-44a9-b397-4d472098dd2f",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "7f6b3d3e-0298-496e-a923-b3425d3a56c6",
"ServiceName": "sample string 2"
},
{
"ServiceID": "7f6b3d3e-0298-496e-a923-b3425d3a56c6",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "64bd2d7f-bcee-462a-b2ce-2a562d903da2",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "c9dfe853-88b8-465f-b112-0e56ea3c9ba3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
},
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "c9dfe853-88b8-465f-b112-0e56ea3c9ba3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
},
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "64bd2d7f-bcee-462a-b2ce-2a562d903da2",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "c9dfe853-88b8-465f-b112-0e56ea3c9ba3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
},
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "c9dfe853-88b8-465f-b112-0e56ea3c9ba3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
},
{
"ServiceID": "80abc9d2-125a-49a0-99d3-e5e0eece4d6f",
"ServiceName": "sample string 2"
}
]
}
]
}
]
},
"PatientID": "9afa8615-0c27-4002-9117-6573df70941f",
"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>9afa8615-0c27-4002-9117-6573df70941f</PatientID>
<WebApiVersion>2</WebApiVersion>
<PatientRequest>
<DoctorID>093f9133-9653-478c-aae8-7fafa6aca4a5</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>a172db4c-cc71-44a9-b397-4d472098dd2f</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>7f6b3d3e-0298-496e-a923-b3425d3a56c6</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>7f6b3d3e-0298-496e-a923-b3425d3a56c6</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>a172db4c-cc71-44a9-b397-4d472098dd2f</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>7f6b3d3e-0298-496e-a923-b3425d3a56c6</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>7f6b3d3e-0298-496e-a923-b3425d3a56c6</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>095377a5-a0d1-444e-bbbc-4360410937e5</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>c9dfe853-88b8-465f-b112-0e56ea3c9ba3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>c9dfe853-88b8-465f-b112-0e56ea3c9ba3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>64bd2d7f-bcee-462a-b2ce-2a562d903da2</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>c9dfe853-88b8-465f-b112-0e56ea3c9ba3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>c9dfe853-88b8-465f-b112-0e56ea3c9ba3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>80abc9d2-125a-49a0-99d3-e5e0eece4d6f</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>64bd2d7f-bcee-462a-b2ce-2a562d903da2</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>99d280aa-e307-41b1-8b44-1b0ee9fd0608</RequestTypeID>
</PatientRequest>
</PatientRequestUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PatientRequestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRequest | PatientRequest |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientRequest": {
"PatientRequestID": "3eea5d22-4ff2-425e-8912-6584d8f906c5",
"RequestTypeID": "c93670df-a1e6-4bec-8d76-bab39b5f12c1",
"DoctorID": "12860a46-0456-457d-b9a2-4fcbae4fb46f",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "f7295928-4461-4d76-a94b-f92d259cedd9",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "6bed4df7-83d7-4b4b-aae1-7e5aa66dde47",
"ServiceName": "sample string 2"
},
{
"ServiceID": "6bed4df7-83d7-4b4b-aae1-7e5aa66dde47",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "f7295928-4461-4d76-a94b-f92d259cedd9",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "6bed4df7-83d7-4b4b-aae1-7e5aa66dde47",
"ServiceName": "sample string 2"
},
{
"ServiceID": "6bed4df7-83d7-4b4b-aae1-7e5aa66dde47",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "88b9db58-c52c-4837-b3ab-f15dcdfde830",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "620a5851-fe41-48cb-8c6f-dccbb7fa3eea",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "620a5851-fe41-48cb-8c6f-dccbb7fa3eea",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "88b9db58-c52c-4837-b3ab-f15dcdfde830",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "620a5851-fe41-48cb-8c6f-dccbb7fa3eea",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "620a5851-fe41-48cb-8c6f-dccbb7fa3eea",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "f7c028f6-f290-458b-8232-3a4319a399e1",
"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>12860a46-0456-457d-b9a2-4fcbae4fb46f</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>f7295928-4461-4d76-a94b-f92d259cedd9</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>6bed4df7-83d7-4b4b-aae1-7e5aa66dde47</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>6bed4df7-83d7-4b4b-aae1-7e5aa66dde47</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>f7295928-4461-4d76-a94b-f92d259cedd9</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>6bed4df7-83d7-4b4b-aae1-7e5aa66dde47</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>6bed4df7-83d7-4b4b-aae1-7e5aa66dde47</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>3eea5d22-4ff2-425e-8912-6584d8f906c5</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>620a5851-fe41-48cb-8c6f-dccbb7fa3eea</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>620a5851-fe41-48cb-8c6f-dccbb7fa3eea</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>88b9db58-c52c-4837-b3ab-f15dcdfde830</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>620a5851-fe41-48cb-8c6f-dccbb7fa3eea</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>620a5851-fe41-48cb-8c6f-dccbb7fa3eea</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>f7c028f6-f290-458b-8232-3a4319a399e1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>88b9db58-c52c-4837-b3ab-f15dcdfde830</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>c93670df-a1e6-4bec-8d76-bab39b5f12c1</RequestTypeID>
</PatientRequest>
</PatientRequestResponse>