POST TCPv1/BatchTracking/BatchItems?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
BatchItems| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| BatchNo | string |
None. |
|
| SerialNoFrom | string |
None. |
|
| SerialNoTo | string |
None. |
|
| DeliveryDateFrom | date |
None. |
|
| DeliveryDateTo | date |
None. |
|
| PatientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"BatchNo": "sample string 2",
"SerialNoFrom": "sample string 3",
"SerialNoTo": "sample string 4",
"DeliveryDateFrom": "2026-06-08T00:04:34.4380398+01:00",
"DeliveryDateTo": "2026-06-08T00:04:34.4380398+01:00",
"PatientName": "sample string 5"
}
application/xml, text/xml
Sample:
<BatchItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <BatchNo>sample string 2</BatchNo> <DeliveryDateFrom>2026-06-08T00:04:34.4380398+01:00</DeliveryDateFrom> <DeliveryDateTo>2026-06-08T00:04:34.4380398+01:00</DeliveryDateTo> <PatientName>sample string 5</PatientName> <ProductID>1</ProductID> <SerialNoFrom>sample string 3</SerialNoFrom> <SerialNoTo>sample string 4</SerialNoTo> </BatchItems>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |