Records a system log entry for the order (e.g., outbound API call details). Carriyo sets entity_id to the order id from the resolved order.
Typically used for debugging, support, or auditing integration traffic associated with this order.
System log created.
Invalid request.
Order not found.
{- "entity_id": "string",
- "entity_ids": [
- "string"
], - "carrier_id": "string",
- "webhook_id": "string",
- "tenant": "string",
- "correlation_id": "string",
- "event_type": "INBOUND",
- "request_type": "string",
- "source_type": "string",
- "source_id": "string",
- "request_time": 0,
- "request_method": "string",
- "request_url": "string",
- "request_headers": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "request_body": "string",
- "raw_request_body": "string",
- "response_time": 0,
- "response_headers": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "response_code": 0,
- "response_body": "string",
- "call_statistics": {
- "call_start": "string",
- "dns_start": "string",
- "dns_end": "string",
- "connect_start": "string",
- "secure_connect_start": "string",
- "secure_connect_end": "string",
- "connect_end": "string",
- "connection_acquired": "string",
- "request_headers_start": "string",
- "request_headers_end": "string",
- "request_body_start": "string",
- "request_body_end": "string",
- "response_headers_start": "string",
- "response_headers_end": "string",
- "response_body_start": "string",
- "response_body_end": "string",
- "connection_released": "string",
- "call_end": "string"
}, - "duration_statistics": {
- "dns_lookup_duration": 0,
- "tcp_connection_duration": 0,
- "tls_handshake_duration": 0,
- "sending_request_duration": 0,
- "wait_response_duration": 0,
- "receive_response_duration": 0,
- "overhead_duration": 0,
- "total_duration": 0,
- "connection_reused": true
}
}{- "tenant": "string",
- "identifier": "string",
- "order_id": "string",
- "correlation_id": "string",
- "event_type": "INBOUND",
- "request_type": "string",
- "source_type": "string",
- "source_id": "string",
- "request_time": 0,
- "response_time": 0,
- "response_code": 0,
- "s3_content_key": "string",
- "s3_content_bucket": "string",
- "details_json": "string"
}