POST api-externe/F002/E133/Tracing/TracingEntrant
Request Information
URI Parameters
None.
Body Parameters
tracing_e133| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
None. |
|
| content | Content |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"content": {
"barCode": "sample string 1",
"machineId": "sample string 2",
"packet": "sample string 3",
"machineAddress": {
"street": "sample string 1",
"postalCode": "sample string 2",
"city": "sample string 3"
},
"timeStamp": "2026-01-30T17:48:22.9543119+01:00"
}
}
application/xml, text/xml
Sample:
<tracing_e133 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mr.esb.front.Controllers.F002">
<action>sample string 1</action>
<content>
<barCode>sample string 1</barCode>
<machineAddress>
<city>sample string 3</city>
<postalCode>sample string 2</postalCode>
<street>sample string 1</street>
</machineAddress>
<machineId>sample string 2</machineId>
<packet>sample string 3</packet>
<timeStamp>2026-01-30T17:48:22.9543119+01:00</timeStamp>
</content>
</tracing_e133>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | HttpStatusCode |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.