POST TCPv1/Journeys/OrderPlaning/OrderPlaningFilters/search/OrderPlaningDetails?Token={Token}&UserID={UserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Token

string

Required

UserID

integer

Required

Body Parameters

SearchOrderPlaningByFilters
NameDescriptionTypeAdditional information
CountyName

string

None.

PatientName

string

None.

Service

string

None.

DeliveryDateFrom

date

None.

DeliveryDateTo

date

None.

OrderStatus

string

None.

ProductName

string

None.

Time

string

None.

Type

string

None.

GroupByDate

boolean

None.

Undelivered

boolean

None.

ThirdParty

boolean

None.

AssignToUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CountyName": "sample string 1",
  "PatientName": "sample string 2",
  "Service": "sample string 3",
  "DeliveryDateFrom": "2026-06-08T00:10:21.9503381+01:00",
  "DeliveryDateTo": "2026-06-08T00:10:21.9503381+01:00",
  "OrderStatus": "sample string 6",
  "ProductName": "sample string 7",
  "Time": "sample string 8",
  "Type": "sample string 9",
  "GroupByDate": true,
  "Undelivered": true,
  "ThirdParty": true,
  "AssignToUser": "sample string 13"
}

application/xml, text/xml

Sample:
<SearchOrderPlaningByFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI">
  <AssignToUser>sample string 13</AssignToUser>
  <CountyName>sample string 1</CountyName>
  <DeliveryDateFrom>2026-06-08T00:10:21.9503381+01:00</DeliveryDateFrom>
  <DeliveryDateTo>2026-06-08T00:10:21.9503381+01:00</DeliveryDateTo>
  <GroupByDate>true</GroupByDate>
  <OrderStatus>sample string 6</OrderStatus>
  <PatientName>sample string 2</PatientName>
  <ProductName>sample string 7</ProductName>
  <Service>sample string 3</Service>
  <ThirdParty>true</ThirdParty>
  <Time>sample string 8</Time>
  <Type>sample string 9</Type>
  <Undelivered>true</Undelivered>
</SearchOrderPlaningByFilters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.