{
	"log": {
		"version": "1.2",
		"creator": {
			"name": "Insomnia REST Client",
			"version": "insomnia.desktop.app:v12.3.1"
		},
		"entries": [
			{
				"startedDateTime": "2026-03-10T09:19:34.923Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/TRANSACTION_ID/business_documentsiness_document",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.4 Send a Transaction - Retrieve the Document"
			},
			{
				"startedDateTime": "2026-03-10T09:19:34.923Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/from_network",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.3 Send a Transaction - Receive the Transaction"
			},
			{
				"startedDateTime": "2026-03-10T09:19:34.923Z",
				"time": 0,
				"request": {
					"method": "GET",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions/YOUR_TRANSACTION_ID",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						}
					],
					"queryString": [],
					"postData": {
						"mimeType": "",
						"text": ""
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "2.2 Send a Transaction - Check the Sender (C2) Status"
			},
			{
				"startedDateTime": "2026-03-10T09:19:34.923Z",
				"time": 0,
				"request": {
					"method": "POST",
					"url": "https://api.arratech.com/orgs/YOUR_ORGS_ID/transactions",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [
						{
							"name": "Authorization",
							"value": "Bearer YOUR_ACCESS_TOKEN"
						},
						{
							"name": "Content-Type",
							"value": "application/xml"
						}
					],
					"queryString": [
						{
							"name": "ap",
							"value": "YOUR_AP_ID"
						}
					],
					"postData": {
						"mimeType": "application/xml",
						"text": "<!-- Paste your SBD XML here -->"
					},
					"headersSize": -1,
					"bodySize": -1
				},
				"response": {
					"status": 0,
					"statusText": "",
					"httpVersion": "HTTP/1.1",
					"cookies": [],
					"headers": [],
					"content": {
						"size": 0,
						"mimeType": ""
					},
					"redirectURL": "",
					"headersSize": -1,
					"bodySize": -1
				},
				"cache": {},
				"timings": {
					"blocked": -1,
					"dns": -1,
					"connect": -1,
					"send": 0,
					"wait": 0,
					"receive": 0,
					"ssl": -1
				},
				"comment": "1. Send a Transaction - Send a Transaction"
			}
		]
	}
}