POST api-externe/F002/E133/Tracing/TracingEntrant
Request Information
URI Parameters
None.
Body Parameters
tracing_e133Name | 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": "2024-11-06T02:16:09.8660535+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>2024-11-06T02:16:09.8660535+01:00</timeStamp> </content> </tracing_e133>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StatusCodeResultName | Description | Type | Additional information |
---|---|---|---|
StatusCode | HttpStatusCode |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.