POST api/TransactionLogName
Request Information
URI Parameters
None.
Body Parameters
TransactionLogNameAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| transaction_log_id | integer |
None. |
|
| graph_transaction_id | string |
None. |
|
| lead_id | string |
None. |
|
| start_state | string |
None. |
|
| start_ts | date |
None. |
|
| action | string |
None. |
|
| status_code | string |
None. |
|
| error_code | string |
None. |
|
| error_message | string |
Max length: -1 |
|
| graph | string |
None. |
|
| node | string |
None. |
|
| end_state | string |
None. |
|
| end_ts | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"transaction_log_id": 1,
"graph_transaction_id": "sample string 2",
"lead_id": "sample string 3",
"start_state": "sample string 4",
"start_ts": "2025-12-16T01:19:13.5135538-06:00",
"action": "sample string 6",
"status_code": "sample string 7",
"error_code": "sample string 8",
"error_message": "sample string 9",
"graph": "sample string 10",
"node": "sample string 11",
"end_state": "sample string 12",
"end_ts": "2025-12-16T01:19:13.5135538-06:00"
}
application/xml, text/xml
Sample:
<TransactionLogNameAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationEx.API.Models"> <action xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 6</action> <end_state xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 12</end_state> <end_ts xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">2025-12-16T01:19:13.5135538-06:00</end_ts> <error_code xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 8</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 9</error_message> <graph xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 10</graph> <graph_transaction_id xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 2</graph_transaction_id> <lead_id xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 3</lead_id> <node xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 11</node> <start_state xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 4</start_state> <start_ts xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">2025-12-16T01:19:13.5135538-06:00</start_ts> <status_code xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">sample string 7</status_code> <transaction_log_id xmlns="http://schemas.datacontract.org/2004/07/TMK.LeadOrchestrationSystem.DTO">1</transaction_log_id> </TransactionLogNameAddRequest>
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. |