{
	"info": {
		"_postman_id": "e9607dbb-babd-485b-94f2-d07672fbaed0",
		"name": "Wise Courier API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "27090304",
		"_collection_link": "https://winter-moon-330707.postman.co/workspace/Team-Workspace~9ed946b5-ea6d-4582-8a36-809e86a71e3b/collection/27090304-e9607dbb-babd-485b-94f2-d07672fbaed0?action=share&source=collection_link&creator=27090304"
	},
	"item": [
		{
			"name": "api/document",
			"item": [
				{
					"name": "Post Inbound Document",
					"request": {
						"auth": {
							"type": "apikey",
							"apikey": [
								{
									"key": "key",
									"value": "api_key",
									"type": "string"
								},
								{
									"key": "value",
									"value": "{{apiKey}}",
									"type": "string"
								},
								{
									"key": "in",
									"value": "query",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"documentNumber\": \"<string>\",\n  \"documentType\": \"<string>\",\n  \"receivers\": [\n    {\n      \"number\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ],\n  \"document\": {\n    \"file\": \"<string>\",\n    \"main\": \"<boolean>\"\n  },\n  \"sender\": \"<string>\",\n  \"subType\": \"<string>\",\n  \"postingDate\": \"<string>\",\n  \"properties\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/api/document/Power/",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"api",
								"document",
								"Power",
								""
							]
						},
						"description": "Post inbound document that we get from BC"
					},
					"response": [
						{
							"name": "OK",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"documentNumber\": \"<string>\",\n  \"documentType\": \"<string>\",\n  \"receivers\": [\n    {\n      \"number\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ],\n  \"document\": {\n    \"file\": \"<string>\",\n    \"main\": \"<boolean>\"\n  },\n  \"sender\": \"<string>\",\n  \"subType\": \"<string>\",\n  \"postingDate\": \"<string>\",\n  \"properties\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/document/Power/?api_key=<API Key>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"document",
										"Power",
										""
									],
									"query": [
										{
											"key": "api_key",
											"value": "<API Key>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "Content-Type",
									"value": "text/plain"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://api.outskira.com/api",
			"type": "string"
		},
		{
			"key": "apiKey",
			"value": "<api key>",
			"type": "string"
		}
	]
}