{
	"info": {
		"_postman_id": "6c32650d-8b52-4474-8f57-755af7fc1c8a",
		"name": "P2P sample flow",
		"description": "This message collection provides preconfigured API calls for integrating through Basware API. It is aimed to be a good starting point for development especially for P2P projects. It contains a subset of the fields allowed by Basware API which is most commonly used in projects. \n\nSee Basware documentation for Basware P2P APIs on <a href=\"https://developer.basware.com/api/p2p\">the Basware API developer site.</a>\n\nNotes: \n<li><b>You need to add authorization credentials on the 'Authorization' -tab.</b></li>\n<li>By default this collection points to customer test environments (https://test-api.basware.com). The environment is speficied in a variable which makes up part of the URL string for each message. You can modify variable 'baseUrl' on 'Variables' -tab to point to a different environment. This will change the URL for each of the requests in this collection. </li>\n<li>Company code used in the sample requests is '01'. Before trying out the requests, please change the company code to one that exists in your tenant (or create company '01'). Same for company code 'P2P' which is used in users sample data. </li>\n<li>The order in which messages are imported plays a role. For example before importing a matchingOrder, the supplier used on the matchingOrder needs to already exist in P2P. When importing the messages in the order presented in this collection, starting from the first one on top, the dependencies should be satisfied. </li>\n<li>In purchaseOrders API you will need to manually make sure that the specified code values exist in P2P (example: there is no API for maintaining delivery terms. Any delivery term used on the purchaseOrder needs to exist in P2P before importing the purchaseOrder).</li>\n<li>When importing purchaseRequisitions/orders, the 'owner' specified on impodr json is required to have purchase permissions in P2P. These are given in P2P user management. </li>",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "POST Basicdata",
			"item": [
				{
					"name": "POST Account",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"accountCode\": \"18620\",\n        \"accountNames\": [\n            {\n                \"translation\": \"Machinery purchases\",\n                \"language\": \"en-US\"\n            },\n            {\n                \"translation\": \"Koneiden hankinnat\",\n                \"language\": \"fi-FI\"\n            }\n        ],\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"18620-01\"\n    }\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/accounts",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accounts"
							]
						}
					},
					"response": [
						{
							"name": "POST Account response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n    {\r\n        \"accountCode\": \"18620\",\r\n        \"accountNames\": [\r\n            {\r\n                \"translation\": \"Machinery purchases\",\r\n                \"language\": \"en-US\"\r\n            },\r\n            {\r\n                \"translation\": \"Koneiden hankinnat\",\r\n                \"language\": \"fi-FI\"\r\n            }\r\n        ],\r\n        \"companies\": [\r\n            {\r\n                \"companyCode\": \"01\",\r\n                \"inherit\": false,\r\n                \"active\": true\r\n            }\r\n        ],\r\n        \"externalCode\": \"18620-01\",\r\n        \"lastUpdated\": \"2019-06-19T12:17:46.301Z\"\r\n    }\r\n]"
								},
								"url": {
									"raw": "https://m9ne689ioa.execute-api.eu-west-1.amazonaws.com/qatest/v1/accounts",
									"protocol": "https",
									"host": [
										"m9ne689ioa",
										"execute-api",
										"eu-west-1",
										"amazonaws",
										"com"
									],
									"path": [
										"qatest",
										"v1",
										"accounts"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "462"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 16 Aug 2019 12:20:06 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "27a43538-c020-11e9-9ec9-e50ba7eda232"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "eg3YsHP0DoEFg7g="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d569f6a-f7a810b80f9fa61e3e4dc302;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 7e8539dad158736ee404f65bb3259f14.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "1A0sl95iex-UlO-lqmDN2RtUbGw3DhJpTZ51nkYvyRJ_rLa5NQCLTw=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"accountCode\": \"18620\",\n        \"accountNames\": [\n            {\n                \"translation\": \"Machinery purchases\",\n                \"language\": \"en-US\"\n            },\n            {\n                \"translation\": \"Koneiden hankinnat\",\n                \"language\": \"fi-FI\"\n            }\n        ],\n        \"parents\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"18620-01\",\n        \"lastUpdated\": \"0001-01-01T00:00:00\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST CostCenter",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"costCenterCode\": \"35680\",\r\n    \"costCenterNames\": [\r\n      {\r\n        \"translation\": \"Helsinki Harbour\",\r\n        \"language\": \"en-US\"\r\n      },\r\n      {\r\n        \"translation\": \"Helsingin Satama\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"4847-31231212-212121-1212\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/costCenters",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"costCenters"
							]
						}
					},
					"response": [
						{
							"name": "POST CostCenter response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"costCenterCode\": \"35680\",\r\n    \"costCenterNames\": [\r\n      {\r\n        \"translation\": \"Helsinki Harbour\",\r\n        \"language\": \"en-US\"\r\n      },\r\n      {\r\n        \"translation\": \"Helsingin Satama\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"4847-31231212-212121-1212\",\r\n    \"lastUpdated\": \"2019-08-13T13:33:55.349Z\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://m9ne689ioa.execute-api.eu-west-1.amazonaws.com/qatest/v1/costCenters",
									"protocol": "https",
									"host": [
										"m9ne689ioa",
										"execute-api",
										"eu-west-1",
										"amazonaws",
										"com"
									],
									"path": [
										"qatest",
										"v1",
										"costCenters"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "459"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 16 Aug 2019 12:22:29 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "82ca679e-c020-11e9-9335-852e718e1755"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "eg3wlFpaDoEFidg="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d56a003-3df0de207d51fad8e2dde170;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 7e8539dad158736ee404f65bb3259f14.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "NDeJfg5JZvDj2bIaC7anpX_stIB2mCWyx77lj2VkKx5Bh3TXZx3gbw=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"costCenterCode\": \"35680\",\n        \"costCenterNames\": [\n            {\n                \"translation\": \"Helsinki Harbour\",\n                \"language\": \"en-US\"\n            },\n            {\n                \"translation\": \"Helsingin Satama\",\n                \"language\": \"fi-FI\"\n            }\n        ],\n        \"parents\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"4847-31231212-212121-1212\",\n        \"lastUpdated\": \"2019-08-16T12:22:27.998Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST TaxCode",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"taxCode\": \"T25\",\r\n    \"taxCodeNames\": [\r\n      {\r\n        \"translation\": \"25% VAT\",\r\n        \"language\": \"en-US\"\r\n      },\r\n       {\r\n        \"translation\": \"25% ALV\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"taxPercentage\": 25.00,\r\n    \"taxPercentage2\": 0.00,\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"inherit\": false,\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"4847-31231212-212121-1212\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/taxCodes",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"taxCodes"
							]
						}
					},
					"response": [
						{
							"name": "POST TaxCode response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"taxCode\": \"T25\",\r\n    \"taxCodeNames\": [\r\n      {\r\n        \"translation\": \"25% VAT\",\r\n        \"language\": \"en-US\"\r\n      },\r\n       {\r\n        \"translation\": \"25% ALV\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"taxPercentage\": 25.00,\r\n    \"taxPercentage2\": 0.00,\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"inherit\": false,\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"4847-31231212-212121-1212\",\r\n    \"lastUpdated\": \"2019-08-13T13:42:54.666Z\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://m9ne689ioa.execute-api.eu-west-1.amazonaws.com/qatest/v1/taxCodes",
									"protocol": "https",
									"host": [
										"m9ne689ioa",
										"execute-api",
										"eu-west-1",
										"amazonaws",
										"com"
									],
									"path": [
										"qatest",
										"v1",
										"taxCodes"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "513"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 16 Aug 2019 12:22:43 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "8be2224d-c020-11e9-810f-15702aa50ae7"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "eg3y9F1MDoEFwRA="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d56a012-d9f3962030e69518a1fbeca0;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 7e8539dad158736ee404f65bb3259f14.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "lBYmoFJduL_MI88xhvhGJfe2kPwhhCqIoyHJ3x8dQIJL-22I7zUswg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"taxCode\": \"T25\",\n        \"taxCodeNames\": [\n            {\n                \"translation\": \"25% VAT\",\n                \"language\": \"en-US\"\n            },\n            {\n                \"translation\": \"25% ALV\",\n                \"language\": \"fi-FI\"\n            }\n        ],\n        \"taxPercentage\": 25,\n        \"taxPercentage2\": 0,\n        \"additionalData\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"4847-31231212-212121-1212\",\n        \"lastUpdated\": \"0001-01-01T00:00:00\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST PaymentTerm",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"paymentTermCode\": \"NT14\",\r\n    \"paymentTermNames\": [\r\n      {\r\n        \"translation\": \"14 days net\",\r\n        \"language\": \"en-US\"\r\n      },\r\n      {\r\n        \"translation\": \"14 päivää netto\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"sortOrder\": \"1\",\r\n    \"moveDueDatesTo\": 0,\r\n    \"dueDateCalc\": \"1\",\r\n    \"dueDateDays\": \"14\",\r\n    \"dueDateDays2\": 0,\r\n    \"dueDateEom\": 0,\r\n    \"cashDueDateCalc\": \"1\",\r\n    \"cashDueDateDays\": 0,\r\n    \"cashDueDateDays2\": 0,\r\n    \"cashDueDateEom\": 0,\r\n    \"cashDiscount\": \"0.00000000\",\r\n    \"validFrom\": \"2015-01-01\",\r\n    \"validTo\": \"2030-01-01\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"inherit\": false,\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"NT14\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/paymentTerms",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"paymentTerms"
							]
						}
					},
					"response": [
						{
							"name": "POST PaymentTerm response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"paymentTermCode\": \"NT14\",\r\n    \"paymentTermNames\": [\r\n      {\r\n        \"translation\": \"14 days net\",\r\n        \"language\": \"en-US\"\r\n      },\r\n      {\r\n        \"translation\": \"14 päivää netto\",\r\n        \"language\": \"fi-FI\"\r\n      }\r\n    ],\r\n    \"sortOrder\": \"1\",\r\n    \"moveDueDatesTo\": 0,\r\n    \"dueDateCalc\": \"1\",\r\n    \"dueDateDays\": \"14\",\r\n    \"dueDateDays2\": 0,\r\n    \"dueDateEom\": 0,\r\n    \"cashDueDateCalc\": \"1\",\r\n    \"cashDueDateDays\": 0,\r\n    \"cashDueDateDays2\": 0,\r\n    \"cashDueDateEom\": 0,\r\n    \"cashDiscount\": \"0.00000000\",\r\n    \"validFrom\": \"2015-01-01\",\r\n    \"validTo\": \"2030-01-01\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"inherit\": false,\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"paymentTermDiscountRules\": [\r\n      {\r\n        \"externalCode\": \"n/a\",\r\n        \"discountDays\": 0,\r\n        \"discountPercent\": 0,\r\n        \"active\": false\r\n      }\r\n    ],\r\n    \"externalCode\": \"NT14\",\r\n    \"lastUpdated\": \"2019-08-13T13:50:18.343Z\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://m9ne689ioa.execute-api.eu-west-1.amazonaws.com/qatest/v1/paymentTerms",
									"protocol": "https",
									"host": [
										"m9ne689ioa",
										"execute-api",
										"eu-west-1",
										"amazonaws",
										"com"
									],
									"path": [
										"qatest",
										"v1",
										"paymentTerms"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "957"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 16 Aug 2019 12:41:58 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "3c7a58df-c023-11e9-a126-558af918c9f7"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "eg6neG1KDoEFqpw="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d56a496-d6a7848c7d9ed58667ec4330;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 7e8539dad158736ee404f65bb3259f14.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "_RLMFTNWlxoxaX2RnxQ7QrQbK_UePC1UX1Qf9Acu0kW9OMsUjO89vg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"paymentTermCode\": \"NT14\",\n        \"paymentTermNames\": [\n            {\n                \"translation\": \"14 days net\",\n                \"language\": \"en-US\"\n            },\n            {\n                \"translation\": \"14 päivää netto\",\n                \"language\": \"fi-FI\"\n            }\n        ],\n        \"sortOrder\": 1,\n        \"moveDueDatesTo\": \"0\",\n        \"dueDateCalc\": 1,\n        \"dueDateDays\": 14,\n        \"dueDateDays2\": 0,\n        \"dueDateEom\": 0,\n        \"cashDueDateCalc\": 1,\n        \"cashDueDateDays\": 0,\n        \"cashDueDateDays2\": 0,\n        \"cashDueDateEom\": 0,\n        \"cashDiscount\": 0,\n        \"validFrom\": \"2015-01-01T00:00:00\",\n        \"validTo\": \"2030-01-01T00:00:00\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"paymentTermDiscountRules\": [\n            {\n                \"externalCode\": \"n/a\",\n                \"discountDays\": 0,\n                \"discountPercent\": 0,\n                \"active\": false\n            }\n        ],\n        \"externalCode\": \"NT14\",\n        \"lastUpdated\": \"0001-01-01T00:00:00\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST Vendor",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n\t{\n\t\t\"externalCode\": \"ORACLE_10280\",\n\t\t\"vendorCode\": \"10280\",\n\t\t\"name\": \"High-tech machines Inc.\",\n\t\t\"sourceSystem\": \"ORACLE\",\n\t\t\"identifiers\": [\n\t\t\t{\n\t\t\t\t\"id\": \"003719274028\",\n\t\t\t\t\"schemeId\": \"PartyId\",\n\t\t\t\t\"defaultPartyId\": true\n\t\t\t}\n\t\t],\n\t\t\"contacts\":[\n\t\t\t{\n\t\t\t\t\"name\": \"Email\",\n\t\t\t\t\"email\": \"service@machines.com\"\n\t\t\t}\n\t\t],\n\t\t\"paymentMeans\": [\n\t\t\t{\n\t\t\t\t\"paymentMeansCode\": \"B2\",\n\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\"default\": true,\n\t\t\t\t\"financialAccounts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"financialInstitution\": {\n\t\t\t\t\t\t\t\"name\": \"Nordea bank\",\n\t\t\t\t\t\t\t\"id\": \"NDEAFIHH\",\n\t\t\t\t\t\t\t\"schemeId\": \"BIC\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"financialAccountIdentifiers\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"schemeId\": \"BBAN\",\n\t\t\t\t\t\t\t\t\"id\": \"432453-918723\",\n\t\t\t\t\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\t\t\t\t\"default\": false\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"schemeId\": \"IBAN\",\n\t\t\t\t\t\t\t\t\"id\": \"FI1938762198362163581\",\n\t\t\t\t\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\t\t\t\t\"default\": true\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t],\n        \"paymentTerms\": {\n            \"paymentTermCode\": \"NT14\",\n            \"description\": \"14 days net\"\n        },\n        \"orderingDetails\": {\n            \"orderingFormat\": \"email\",\n            \"orderingLanguage\": \"en-US\",\n            \"orderEmail\": \"testorders@examplevendor.com\"\n        },\n\t\t\"processingStatus\": {\n\t\t\t\"active\": true,\n\t\t\t\"paymentDenied\": false\n\t\t},\n\t\t\"customFields\": [\n\t\t\t{\n\t\t\t\t\"name\": \"TAX_REGISTERED_UNTIL\",\n\t\t\t\t\"value\": \"2025-01-01\",\n\t\t\t\t\"groupName\": \"none\"\n\t\t\t}\n\t\t],\n\t\t\"companies\": [\n\t\t\t{\n\t\t\t\t\"companyCode\": \"01\",\n\t\t\t\t\"inheritToChildUnits\": false\n\t\t\t}\n\t\t]\n\t}\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/vendors",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"vendors"
							]
						}
					},
					"response": [
						{
							"name": "POST Vendor response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\n\t{\n\t\t\"externalCode\": \"ORACLE_10280\",\n\t\t\"vendorCode\": \"10280\",\n\t\t\"name\": \"High-tech machines Inc.\",\n\t\t\"sourceSystem\": \"ORACLE\",\n\t\t\"identifiers\": [\n\t\t\t{\n\t\t\t\t\"id\": \"003719274028\",\n\t\t\t\t\"schemeId\": \"PartyId\",\n\t\t\t\t\"defaultPartyId\": true\n\t\t\t}\n\t\t],\n\t\t\"contacts\":[\n\t\t\t{\n\t\t\t\t\"name\": \"Email\",\n\t\t\t\t\"email\": \"service@machines.com\"\n\t\t\t}\n\t\t],\n\t\t\"paymentMeans\": [\n\t\t\t{\n\t\t\t\t\"paymentMeansCode\": \"B2\",\n\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\"default\": true,\n\t\t\t\t\"financialAccounts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"financialInstitution\": {\n\t\t\t\t\t\t\t\"name\": \"Nordea bank\",\n\t\t\t\t\t\t\t\"id\": \"NDEAFIHH\",\n\t\t\t\t\t\t\t\"schemeId\": \"BIC\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"financialAccountIdentifiers\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"schemeId\": \"BBAN\",\n\t\t\t\t\t\t\t\t\"id\": \"432453-918723\",\n\t\t\t\t\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\t\t\t\t\"default\": false\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"schemeId\": \"IBAN\",\n\t\t\t\t\t\t\t\t\"id\": \"FI1938762198362163581\",\n\t\t\t\t\t\t\t\t\"currencyCode\": \"EUR\",\n\t\t\t\t\t\t\t\t\"default\": true\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"default\": true\n\t\t\t}\n\t\t],\n        \"paymentTerms\": {\n            \"paymentTermCode\": \"NT14\",\n            \"description\": \"14 days net\"\n        },\n        \"orderingDetails\": {\n            \"orderingFormat\": \"email\",\n            \"orderingLanguage\": \"en-US\",\n            \"orderEmail\": \"testorders@examplevendor.com\"\n        },\n\t\t\"processingStatus\": {\n\t\t\t\"active\": true,\n\t\t\t\"paymentDenied\": false\n\t\t},\n\t\t\"customFields\": [\n\t\t\t{\n\t\t\t\t\"name\": \"TAX_REGISTERED_UNTIL\",\n\t\t\t\t\"value\": \"2025-01-01\",\n\t\t\t\t\"groupName\": \"none\"\n\t\t\t}\n\t\t],\n\t\t\"companies\": [\n\t\t\t{\n\t\t\t\t\"companyCode\": \"01\",\n\t\t\t\t\"inheritToChildUnits\": false\n\t\t\t}\n\t\t]\n\t}\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/vendors",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"vendors"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "1884"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Mon, 17 May 2021 12:08:00 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "de8ca9de-0345-486d-b5f6-c7d84da11d42"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "1884"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "feNo1FUwjoEFXjA="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a25c9e-62a9ddbb14a482c7792a662c;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 27f780feafa4114cfc67d86fca85d124.cloudfront.net (CloudFront), 1.1 891326e51cae7827755c7a9147113a54.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA56-C2"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "1WCBC9J5vg-73BRFy3aJxTNPJUf3jnI1hy9wcX2hF5VQtlg1BVGP4Q=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"ORACLE_10280\",\n        \"vendorCode\": \"10280\",\n        \"buvid\": \"46fd96da-6aca-4162-897c-1e00d5b3d73f\",\n        \"name\": \"High-tech machines Inc.\",\n        \"sourceSystem\": \"ORACLE\",\n        \"lastUpdated\": \"2021-05-17T12:07:58.844Z\",\n        \"identifiers\": [\n            {\n                \"id\": \"003719274028\",\n                \"schemeId\": \"PartyId\",\n                \"defaultPartyId\": true\n            }\n        ],\n        \"contacts\": [\n            {\n                \"name\": \"Email\",\n                \"email\": \"service@machines.com\",\n                \"role\": \"AdditionalContact\"\n            }\n        ],\n        \"paymentMeans\": [\n            {\n                \"paymentMeansCode\": \"B2\",\n                \"currencyCode\": \"EUR\",\n                \"financialAccounts\": [\n                    {\n                        \"financialInstitution\": {\n                            \"name\": \"Nordea bank\",\n                            \"id\": \"NDEAFIHH\",\n                            \"schemeId\": \"BIC\"\n                        },\n                        \"financialAccountIdentifiers\": [\n                            {\n                                \"schemeId\": \"BBAN\",\n                                \"id\": \"432453-918723\",\n                                \"currencyCode\": \"EUR\",\n                                \"default\": false\n                            },\n                            {\n                                \"schemeId\": \"IBAN\",\n                                \"id\": \"FI1938762198362163581\",\n                                \"currencyCode\": \"EUR\",\n                                \"default\": true\n                            }\n                        ]\n                    }\n                ],\n                \"default\": true\n            }\n        ],\n        \"paymentTerms\": {\n            \"paymentTermCode\": \"NT14\",\n            \"description\": \"14 days net\"\n        },\n        \"orderingDetails\": {\n            \"orderingFormat\": \"email\",\n            \"orderingLanguage\": \"en-US\",\n            \"orderEmail\": \"testorders@examplevendor.com\"\n        },\n        \"processingStatus\": {\n            \"active\": true,\n            \"paymentDenied\": false\n        },\n        \"customFields\": [\n            {\n                \"name\": \"TAX_REGISTERED_UNTIL\",\n                \"value\": \"2025-01-01\",\n                \"groupName\": \"none\"\n            }\n        ],\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inheritToChildUnits\": false\n            }\n        ]\n    }\n]"
						}
					]
				},
				{
					"name": "POST Project",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"projectCode\": \"677020A\",\r\n    \"projectName\": \"Helsinki Harbour annual maintenance 2021\",\r\n    \"description\": \"Annual maintenance\",\r\n    \"validFrom\": \"2019-01-01\",\r\n    \"validUntil\": \"2022-01-01\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"677020A\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v2/projects",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v2",
								"projects"
							]
						}
					},
					"response": [
						{
							"name": "POST Project response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"projectCode\": \"677020A\",\r\n    \"projectName\": \"Helsinki Harbour annual maintenance 2020\",\r\n    \"description\": \"Annual maintenance\",\r\n    \"validFrom\": \"2019-01-01\",\r\n    \"validUntil\": \"2022-01-01\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"677020A\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v2/projects",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v2",
										"projects"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "397"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Mon, 17 May 2021 12:15:12 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "af109274-91ab-4c92-a4ad-398595218ff0"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "397"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "feOsWG1FDoEF94A="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a25e4e-3ae90563791825b5589a6d97;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 d050e2738eeca6f287a6d79edd9743de.cloudfront.net (CloudFront), 1.1 891326e51cae7827755c7a9147113a54.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HAM50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "ZU-cAi7p2creAFpT4TfdQ0hgAW7YtRaGnkib1qluobaMl0wq4Iat4A=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"projectCode\": \"677020A\",\n        \"projectName\": \"Helsinki Harbour annual maintenance 2021\",\n        \"description\": \"Annual maintenance\",\n        \"validFrom\": \"2019-01-01T00:00:00\",\n        \"validUntil\": \"2022-01-01T00:00:00\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"677020A\",\n        \"lastUpdated\": \"2021-05-17T12:15:11.347Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST GenericList",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"externalCode\": \"032141\",\r\n    \"text_1\": \"032141\",\r\n    \"text_2\": \"John Smith\",\r\n    \"text_3\": \"true\",\r\n    \"text_4\": \"false\",\r\n    \"text_5\": \"620018A\",\r\n    \"number_1\": 10000,\r\n    \"dateValue_1\": \"2019-11-11\",\r\n    \"inherit\": false,\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ]\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/lists/:listKey",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"lists",
								":listKey"
							],
							"variable": [
								{
									"key": "listKey",
									"value": "ACC_LIST_1",
									"description": "ListKey defines the target table in Alusta. e.g. List with listKey 'ACC_LIST_5' will be mapped to EXT_ACC_LIST_5."
								}
							]
						},
						"description": "In Basware P2P, the following lists are available. Note the limitations on available columns for different lists.\r\n            For lists ACC_LIST_1 - ACC_LIST_20 Available columns: Text1 - Text5, Num1 - Num3\r\n            For lists ACC_LIST_21 - ACC_LIST_30 Available columns: Text1 - Text10, Num1 - Num5, Date1 - Date5\r\n            For lists ACC_LIST_31 - ACC_LIST_35 Available columns: Text1 - Text25, Num1 - Num10, Date1 - Date10\r\n            For lists INV_LIST_1 - INV_LIST_10 Available columns: Text1 - Text5\r\n            For lists INV_LIST_11 - INV_LIST_20 Available columns: Text1 - Text10, Num1 - Num5, Date1 - Date5\r\n            For lists CUST_RESOLVER_1 - CUST_RESOLVER_5: Text1 - Text15, Num1 - Num15, Date1 - Date15"
					},
					"response": [
						{
							"name": "POST GenericList response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"externalCode\": \"032141\",\r\n    \"text_1\": \"032141\",\r\n    \"text_2\": \"John Smith\",\r\n    \"text_3\": \"true\",\r\n    \"text_4\": \"false\",\r\n    \"text_5\": \"620018A\",\r\n    \"number_1\": 10000,\r\n    \"dateValue_1\": \"2019-11-11\",\r\n    \"inherit\": false,\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ]\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/lists/:listKey",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"lists",
										":listKey"
									],
									"variable": [
										{
											"key": "listKey",
											"value": "ACC_LIST_1",
											"description": "ListKey defines the target table in Alusta. e.g. List with listKey 'ACC_LIST_5' will be mapped to EXT_ACC_LIST_5."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "490"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Mon, 17 May 2021 12:04:15 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "6ec7c29a-bcfa-44ab-8260-384222050b0f"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "490"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "feNF0E29joEFeXg="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a25bbe-2ca95dcd6c6aa4cb56d446c0;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 e783bb6c29f662cfdd94e8ac169d6a36.cloudfront.net (CloudFront), 1.1 891326e51cae7827755c7a9147113a54.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HAM50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "Ga9cDM-NTNspiPPBdNCWnqVOhW8fMZCEJkkurFSlSc6LuylNVEpFjw=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"032141\",\n        \"text_1\": \"032141\",\n        \"text_2\": \"John Smith\",\n        \"text_3\": \"true\",\n        \"text_4\": \"false\",\n        \"text_5\": \"620018A\",\n        \"number_1\": 10000,\n        \"dateValue_1\": \"2019-11-11T00:00:00\",\n        \"lastUpdated\": \"2021-05-17T12:04:14.923Z\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            },\n            {\n                \"companyCode\": \"10\",\n                \"active\": false\n            }\n        ],\n        \"listContent\": \"Plant\",\n        \"inherit\": false\n    }\n]"
						}
					]
				},
				{
					"name": "POST ExchangeRate",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"rate\": 0.637294,\r\n    \"currencyCodeTo\": \"EUR\",\r\n    \"currencyCodeFrom\": \"AUD\",\r\n    \"validFrom\": \"2020-05-17\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"AUDEUR_20210517\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/exchangeRates",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"exchangeRates"
							]
						}
					},
					"response": [
						{
							"name": "POST ExchangeRate response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"rate\": 0.637294,\r\n    \"currencyCodeTo\": \"EUR\",\r\n    \"currencyCodeFrom\": \"AUD\",\r\n    \"validFrom\": \"2020-05-17\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"AUDEUR_20210517\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/exchangeRates",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"exchangeRates"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "312"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Mon, 17 May 2021 12:06:32 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "109c9e4c-1888-45ec-9b98-965abfd03399"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "312"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "feNbNEYejoEFbBg="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a25c47-127b30d073dd76b434aaec7c;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 d627b75d0c1aedd3691390ac8498d3b0.cloudfront.net (CloudFront), 1.1 891326e51cae7827755c7a9147113a54.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "EWrf9FtPIJadyUDYQPZAXEKv2RlKw7vxRxpgFQ8vMJDGGc7v5oR3Xg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"rate\": 0.637294,\n        \"currencyCodeTo\": \"EUR\",\n        \"currencyCodeFrom\": \"AUD\",\n        \"validFrom\": \"2020-05-17T00:00:00\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"AUDEUR_20210517\",\n        \"lastUpdated\": \"2021-05-17T12:06:31.624Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST AdvancedValidations",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"interface\": \"AdvancedValidation\",\r\n    \"keyValue\": \"18620T\",\r\n    \"dimension1\": \"1\",\r\n    \"dimension1From\": \"10000\",\r\n    \"dimension1To\": \"20000\",\r\n    \"dimension2\": \"3\",\r\n    \"dimension2From\": \"20000\",\r\n    \"dimension2To\": \"40000\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"18620T-01\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/advancedValidations",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"advancedValidations"
							]
						}
					},
					"response": [
						{
							"name": "POST AdvancedValidations response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"interface\": \"AdvancedValidation\",\r\n    \"keyValue\": \"18620T\",\r\n    \"dimension1\": \"1\",\r\n    \"dimension1From\": \"10000\",\r\n    \"dimension1To\": \"20000\",\r\n    \"dimension2\": \"3\",\r\n    \"dimension2From\": \"20000\",\r\n    \"dimension2To\": \"40000\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"18620T-01\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/advancedValidations",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"advancedValidations"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "415"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 09:58:39 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "fde76c33-a2da-411d-8ce8-95473f5b5e77"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "415"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhNoQFrUDoEFwCA="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a38fce-410de10d1e244b8326f14be9;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 b073c20359d711b751afd124dda34076.cloudfront.net (CloudFront), 1.1 6da67a85460a493ba4aab4d94239d022.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA53-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "jEUtSagP6y84C4Cm1GTg1eYgwmz0_GM97u-VQouCPflaxPHN5pt8EQ=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"interface\": \"AdvancedValidation\",\n        \"keyValue\": \"18620T\",\n        \"dimension1\": \"1\",\n        \"dimension1From\": \"10000\",\n        \"dimension1To\": \"20000\",\n        \"dimension2\": \"3\",\n        \"dimension2From\": \"20000\",\n        \"dimension2To\": \"40000\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"18620T-01\",\n        \"lastUpdated\": \"2021-05-18T09:58:38.653Z\"\n    }\n]"
						}
					]
				}
			]
		},
		{
			"name": "Transfer invoices to ERP",
			"item": [
				{
					"name": "GET invoices ready for transfer",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "UUID value that needs to be included in request to receive the next page of results.",
								"key": "continuationToken",
								"value": "<string>"
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/accountingDocuments/?ProcessingStatus=WaitingForTransfer",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accountingDocuments",
								""
							],
							"query": [
								{
									"key": "ProcessingStatus",
									"value": "WaitingForTransfer",
									"description": "Document status filter. Returns items by accounting document status."
								},
								{
									"key": "companyCode",
									"value": "<string>",
									"description": "Company filter. Returns items for specific company.",
									"disabled": true
								},
								{
									"key": "lastUpdated",
									"value": "<dateTime>",
									"description": "Date filter. Returns items that have been updated after specified date.",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "GET invoices ready for transfer response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "UUID value that needs to be included in request to receive the next page of results.",
										"key": "continuationToken",
										"value": "<string>"
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/accountingDocuments/?ProcessingStatus=WaitingForTransfer",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"accountingDocuments",
										""
									],
									"query": [
										{
											"key": "ProcessingStatus",
											"value": "WaitingForTransfer",
											"description": "Document status filter. Returns items by accounting document status."
										},
										{
											"key": "companyCode",
											"value": "<string>",
											"description": "Company filter. Returns items for specific company.",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "<dateTime>",
											"description": "Date filter. Returns items that have been updated after specified date.",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "9306"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 05 Sep 2019 12:20:36 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "dbb6d992-da7e-4486-ac5f-b4a1d69c21dc"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fiyPJFT-DoEFsKw="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d70fd94-c517d920017334ff6890809f;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 6b8ac2d6d64dc42007741d312e2d73ab.cloudfront.net (CloudFront), 1.1 b5b008573eab794a3818bb6b76b0a164.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "riYWpP9pZoXucS9a8coVP5Sg9IUSuG25oQcJ12PKCeRWo8yf-V_1IQ=="
								}
							],
							"cookie": [],
							"body": "{\n    \"accountingDocuments\": [\n        {\n            \"invoiceId\": \"5eb682455ada4f0b9759d4609075505e\",\n            \"bumid\": null,\n            \"invoiceNumber\": \"6783129\",\n            \"voucherNumber1\": null,\n            \"voucherNumber2\": null,\n            \"voucherDate\": \"2019-09-05T00:00:00\",\n            \"processingStatus\": \"WaitingForTransfer\",\n            \"companyCode\": \"01\",\n            \"companyName\": \"WorldWide Harbour maintenance Inc\",\n            \"organizationCode\": \"01\",\n            \"organizationName\": \"WorldWide Harbour maintenance Inc\",\n            \"supplierCode\": \"10280\",\n            \"supplierName\": \"Lifting machines Inc.\",\n            \"currencyCode\": \"EUR\",\n            \"netSum\": 10000,\n            \"grossSum\": 12500,\n            \"taxCode\": null,\n            \"taxPercent1\": null,\n            \"taxPercent2\": null,\n            \"taxSum1\": 2500,\n            \"taxSum2\": null,\n            \"invoiceDate\": \"2019-09-05T00:00:00\",\n            \"baseLineDate\": \"2019-09-05T00:00:00\",\n            \"dueDate\": \"2019-09-19T00:00:00\",\n            \"cashDate\": \"2019-09-05T00:00:00\",\n            \"cashPercent\": 0,\n            \"cashSum\": 0,\n            \"referencePerson\": null,\n            \"contractNumber\": null,\n            \"description\": null,\n            \"invoiceTypeCode\": \"INV\",\n            \"invoiceTypeName\": \"Invoice\",\n            \"paymentMethod\": null,\n            \"paymentBlock\": false,\n            \"paymentTermCode\": \"NT14\",\n            \"paymentTermName\": \"14 days net\",\n            \"paymentTermExternalCode\": null,\n            \"paymentPlanReference\": null,\n            \"paymentRevelsalDocument\": null,\n            \"codingDate\": null,\n            \"prebooked\": false,\n            \"referenceNumber\": null,\n            \"supplierBankIBAN\": \"FI1938762198362163581\",\n            \"supplierBankBBAN\": \"432453-918723\",\n            \"supplierBankBIC\": \"NDEAFIHH\",\n            \"supplierBankName\": \"Nordea bank\",\n            \"accountingPeriod\": null,\n            \"accountingGroup\": null,\n            \"text1\": null,\n            \"text2\": null,\n            \"text3\": null,\n            \"text4\": null,\n            \"text5\": null,\n            \"text6\": null,\n            \"text7\": null,\n            \"text8\": null,\n            \"text9\": null,\n            \"text10\": null,\n            \"text11\": null,\n            \"text12\": null,\n            \"text13\": null,\n            \"text14\": null,\n            \"text15\": null,\n            \"text16\": null,\n            \"text17\": null,\n            \"text18\": null,\n            \"text19\": null,\n            \"text20\": null,\n            \"text21\": null,\n            \"text22\": null,\n            \"text23\": null,\n            \"text24\": null,\n            \"text25\": null,\n            \"text26\": null,\n            \"text27\": null,\n            \"text28\": null,\n            \"text29\": null,\n            \"text30\": null,\n            \"numeric1\": null,\n            \"numeric2\": null,\n            \"numeric3\": null,\n            \"numeric4\": null,\n            \"numeric5\": null,\n            \"numeric6\": null,\n            \"numeric7\": null,\n            \"numeric8\": null,\n            \"numeric9\": null,\n            \"numeric10\": null,\n            \"numeric11\": null,\n            \"numeric12\": null,\n            \"numeric13\": null,\n            \"numeric14\": null,\n            \"numeric15\": null,\n            \"numeric16\": null,\n            \"numeric17\": null,\n            \"numeric18\": null,\n            \"numeric19\": null,\n            \"numeric20\": null,\n            \"date1\": null,\n            \"date2\": null,\n            \"date3\": null,\n            \"date4\": null,\n            \"date5\": null,\n            \"date6\": null,\n            \"date7\": null,\n            \"date8\": null,\n            \"date9\": null,\n            \"date10\": null,\n            \"invoiceImageURL\": \"https://kari.p2p.basware.com//api/kari/InvoiceExternal?docId=7tbfx7rxgb91dzo3bd7amiq121wvfpqa\",\n            \"invoiceImageToken\": \"7tbfx7rxgb91dzo3bd7amiq121wvfpqa\",\n            \"orderNumbers\": [\n                \"1003202\"\n            ],\n            \"lastUpdated\": \"2019-09-05T12:20:29.199Z\",\n            \"codingRows\": [\n                {\n                    \"externalCode\": \"31c087bbd06c48749fd6021bb4b99890\",\n                    \"rowIndex\": 0,\n                    \"accountCode\": \"18620\",\n                    \"accountName\": \"Machinery purchases\",\n                    \"costCenterCode\": \"35680\",\n                    \"costCenterName\": \"Helsinki Harbour\",\n                    \"deliveryNoteNumber\": null,\n                    \"lastComment\": null,\n                    \"matchingType\": 0,\n                    \"grossTotal\": 12500,\n                    \"grossTotalCompany\": 12500,\n                    \"grossTotalOrganization\": 12500,\n                    \"netTotal\": 10000,\n                    \"netTotalCompany\": 10000,\n                    \"netTotalOrganization\": 10000,\n                    \"orderLineNetTotal\": null,\n                    \"orderLineGrossTotal\": null,\n                    \"receivedQuantity\": null,\n                    \"receivedNetPrice\": null,\n                    \"receivedGrossPrice\": null,\n                    \"receivedNetTotal\": null,\n                    \"receivedGrossTotal\": null,\n                    \"organizationElementName\": \"WorldWide Harbour maintenance Inc\",\n                    \"organizationElementCode\": \"01\",\n                    \"freightSlip\": null,\n                    \"conversionNumerator\": null,\n                    \"conversionDeNumerator\": null,\n                    \"conversionDenominator\": null,\n                    \"orderedQuantity\": 1,\n                    \"orderNetTotal\": null,\n                    \"orderGrossTotal\": null,\n                    \"orderedNetPrice\": 10000,\n                    \"orderedGrossPrice\": null,\n                    \"internalOrderCode\": null,\n                    \"internalOrderName\": null,\n                    \"orderItemNumber\": null,\n                    \"orderNumber\": \"1003202\",\n                    \"orderLineNumber\": \"1\",\n                    \"allocatedQuantity\": 1,\n                    \"matchedQuantity\": 1,\n                    \"matchedNetSum\": 10000,\n                    \"matchedGrossSum\": 0,\n                    \"closeOrder\": \"False\",\n                    \"plant\": null,\n                    \"profitCenterCode\": null,\n                    \"profitCenterName\": null,\n                    \"businessUnitCode\": null,\n                    \"businessUnitName\": null,\n                    \"projectCode\": \"677020A\",\n                    \"projectName\": null,\n                    \"projectSubCode\": null,\n                    \"projectSubName\": null,\n                    \"employeeCode\": null,\n                    \"employeeName\": null,\n                    \"vehicleNumber\": null,\n                    \"vehicleName\": null,\n                    \"salesOrderCode\": null,\n                    \"salesOrderName\": null,\n                    \"salesOrderSubCode\": null,\n                    \"salesOrderSubName\": null,\n                    \"customerCode\": null,\n                    \"customerName\": null,\n                    \"conditionType\": null,\n                    \"accAssignmentCategoryCode\": null,\n                    \"accAssigmentCategoryCode\": null,\n                    \"accAssignmentCategoryName\": null,\n                    \"accAssigmentCategoryName\": null,\n                    \"budgetCode\": null,\n                    \"budgetName\": null,\n                    \"serviceCode\": null,\n                    \"serviceName\": null,\n                    \"businessAreaCode\": null,\n                    \"businessAreaName\": null,\n                    \"productCode\": \"1950469687\",\n                    \"productName\": null,\n                    \"buyerName\": null,\n                    \"orderLineDescription\": null,\n                    \"orderLinePriceUnit\": null,\n                    \"orderLinePriceUnitDescription\": null,\n                    \"partnerProfitCenter\": null,\n                    \"fixedAssetCode\": null,\n                    \"fixedAssetName\": null,\n                    \"goodsReceiptItemNumber\": null,\n                    \"goodsReceiptNumber\": null,\n                    \"materialGroup\": null,\n                    \"fiscalYear\": null,\n                    \"fixedAssetSubCode\": null,\n                    \"fixedAssetSubName\": null,\n                    \"orderLineUOM\": \"PCS\",\n                    \"subUOM\": null,\n                    \"workOrderCode\": null,\n                    \"workOrderName\": null,\n                    \"workOrderSubCode\": null,\n                    \"workOrderSubName\": null,\n                    \"commitmentItem\": null,\n                    \"controllingArea\": null,\n                    \"functionalArea\": null,\n                    \"network\": null,\n                    \"networkActivity\": null,\n                    \"orderCodingRowNumber\": \"1\",\n                    \"ownerName\": null,\n                    \"taxCode\": \"T25\",\n                    \"taxJurisdictionCode\": null,\n                    \"taxPercent\": 25,\n                    \"taxPercent2\": 0,\n                    \"taxSum\": 2500,\n                    \"taxSumCompany\": null,\n                    \"taxSumOrganization\": null,\n                    \"taxSum2\": 0,\n                    \"taxSum2Company\": null,\n                    \"taxSum2Organization\": null,\n                    \"rowOrigin\": null,\n                    \"plannedAdditionalCostType\": 0,\n                    \"dimCode1\": null,\n                    \"dimCode2\": null,\n                    \"dimCode3\": null,\n                    \"dimCode4\": null,\n                    \"dimCode5\": null,\n                    \"dimCode6\": null,\n                    \"dimCode7\": null,\n                    \"dimCode8\": null,\n                    \"dimCode9\": null,\n                    \"dimCode10\": null,\n                    \"dimName1\": null,\n                    \"dimName2\": null,\n                    \"dimName3\": null,\n                    \"dimName4\": null,\n                    \"dimName5\": null,\n                    \"dimName6\": null,\n                    \"dimName7\": null,\n                    \"dimName8\": null,\n                    \"dimName9\": null,\n                    \"dimName10\": null,\n                    \"num1\": null,\n                    \"num2\": null,\n                    \"num3\": null,\n                    \"num4\": null,\n                    \"num5\": null,\n                    \"text1\": null,\n                    \"text2\": null,\n                    \"text3\": null,\n                    \"text4\": null,\n                    \"text5\": null,\n                    \"date1\": null,\n                    \"date2\": null,\n                    \"date3\": null,\n                    \"date4\": null,\n                    \"date5\": null\n                }\n            ],\n            \"transferParameters\": [\n                {\n                    \"key\": \"InvoiceBatchId\",\n                    \"value\": \"eb182845f3c44276aaacdf88dc7d6b8e\"\n                }\n            ],\n            \"transferResponses\": [],\n            \"removeResponses\": null,\n            \"prebookResponses\": null,\n            \"paymentResponses\": [],\n            \"cashSumCompany\": 0,\n            \"cashSumOrganization\": 0,\n            \"exchangeRateBaseDate\": \"2019-09-05T00:00:00\",\n            \"exchangeRateCompany\": 1,\n            \"exchangeRateOrganization\": 1,\n            \"taxSum1Company\": null,\n            \"taxSum1Organization\": null,\n            \"taxSum2Company\": null,\n            \"taxSum2Organization\": null,\n            \"currencyCodeCompany\": \"EUR\",\n            \"currencyCodeOrganization\": \"EUR\",\n            \"organizationElementCode\": \"01\",\n            \"organizationElementName\": \"WorldWide Harbour maintenance Inc\",\n            \"grossSumCompany\": 12500,\n            \"grossSumOrganization\": 12500,\n            \"netSumCompany\": 10000,\n            \"netSumOrganization\": 10000\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "POST Acknowledge",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/accountingDocuments/:invoiceId/acknowledge",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accountingDocuments",
								":invoiceId",
								"acknowledge"
							],
							"variable": [
								{
									"key": "invoiceId",
									"value": "5eb682455ada4f0b9759d4609075505e"
								}
							]
						}
					},
					"response": [
						{
							"name": "POST Acknowledge response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"description": "Specifies the media type of the resource. Value application/json is supported."
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/accountingDocuments/:invoiceId/acknowledge",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"accountingDocuments",
										":invoiceId",
										"acknowledge"
									],
									"variable": [
										{
											"key": "invoiceId",
											"value": "dd79ba5612a744bf9a92333fe14a6aef"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "plain",
							"header": [
								{
									"key": "Content-Length",
									"value": "0"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Mon, 17 May 2021 12:12:12 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "d7f15ec1-5ac5-4ecb-b728-183cad7238f2"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "feOQgGxGjoEFj6g="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a25d9c-7ecf18b105f7e65a459f8fac;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 307a3e1075dd3d0976c64513a6ec3d74.cloudfront.net (CloudFront), 1.1 891326e51cae7827755c7a9147113a54.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA56-C2"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "oLuzFoSfcYhRGJeikj-bgTabwzJPV_oXp6mwjxzx0WFyfGh2Hb25-w=="
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "POST Transfer response",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\n    \"success\": true,\n    \"responseMessage\": \"Invoice posted to ERP.\",\n    \"sourceSystem\": \"Oracle\",\n    \"voucherNumber1\": \"987362190\",\n    \"transferDate\": \"2019-09-06T09:48:11.739Z\",\n    \"paymentBlock\": false\n}"
						},
						"url": {
							"raw": "{{baseUrl}}/v1/accountingDocuments/:invoiceId/transferResponses",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accountingDocuments",
								":invoiceId",
								"transferResponses"
							],
							"variable": [
								{
									"key": "invoiceId",
									"value": "5eb682455ada4f0b9759d4609075505e",
									"description": "Document number of the accountingDocument to be updated"
								}
							]
						}
					},
					"response": [
						{
							"name": "POST Transfer response -response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"description": "Specifies the media type of the resource. Value application/json is supported."
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\n    \"success\": true,\n    \"responseMessage\": \"Invoice posted to ERP.\",\n    \"sourceSystem\": \"Oracle\",\n    \"voucherNumber1\": \"987362190\",\n    \"transferDate\": \"2019-09-06T09:48:11.739Z\",\n    \"paymentBlock\": false\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/accountingDocuments/:invoiceId/transferResponses",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"accountingDocuments",
										":invoiceId",
										"transferResponses"
									],
									"variable": [
										{
											"key": "invoiceId",
											"value": "5eb682455ada4f0b9759d4609075505e",
											"description": "Document number of the accountingDocument to be updated"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "280"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 05 Sep 2019 12:25:01 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "cbcd8b05-cf09-4faa-838e-d6f72be8cfcb"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fiy4QHNeDoEFukQ="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d70fe9b-1085c438909e38e8e375b608;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 f794b89ac7b5d3a7a6b25a236579db6c.cloudfront.net (CloudFront), 1.1 b41c5c36f8ef3fb3917c7ce9f7687196.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA50"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "BxiRGur732r0GCoc50pMHC2NDF3NxiSh5o0iCw9obwzwRkp1jlXIeg=="
								}
							],
							"cookie": [],
							"body": "{\n    \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\n    \"success\": true,\n    \"responseMessage\": \"Invoice posted to ERP.\",\n    \"sourceSystem\": \"Oracle\",\n    \"voucherNumber1\": \"987362190\",\n    \"voucherNumber2\": null,\n    \"transferDate\": \"2019-09-06T09:48:11.739Z\",\n    \"paymentBlock\": false\n}"
						}
					]
				},
				{
					"name": "POST Payment response",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\r\n  \"success\": true,\r\n  \"sourceSystem\": \"Oracle\",\r\n  \"paymentDate\": \"2019-09-06T09:51:32.376Z\",\r\n  \"paymentTermCode\": \"NT30\",\r\n  \"paymentBlock\": false\r\n}"
						},
						"url": {
							"raw": "{{baseUrl}}/v1/accountingDocuments/:invoiceId/paymentResponses",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accountingDocuments",
								":invoiceId",
								"paymentResponses"
							],
							"variable": [
								{
									"key": "invoiceId",
									"value": "5eb682455ada4f0b9759d4609075505e",
									"description": "Document number of the accountingDocument to be updated"
								}
							]
						}
					},
					"response": [
						{
							"name": "POST Payment response -response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"description": "Specifies the media type of the resource. Value application/json is supported."
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\r\n  \"success\": true,\r\n  \"sourceSystem\": \"Oracle\",\r\n  \"paymentDate\": \"2019-09-06T09:51:32.376Z\",\r\n  \"paymentTermCode\": \"NT30\",\r\n  \"paymentBlock\": false\r\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/accountingDocuments/:invoiceId/paymentResponses",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"accountingDocuments",
										":invoiceId",
										"paymentResponses"
									],
									"variable": [
										{
											"key": "invoiceId",
											"value": "5eb682455ada4f0b9759d4609075505e",
											"description": "Document number of the accountingDocument to be updated"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "435"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 05 Sep 2019 12:26:35 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "26becb0c-a80a-4cff-b8d5-f4412eb27a53"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fizG5FF3joEFsxw="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d70fef8-f56e64aa03d9317f068db1f7;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 bc44333126502b410c97fe54a495ac36.cloudfront.net (CloudFront), 1.1 daf591bf33395af21c13beff18f6613c.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA53-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "aJP3yE43pHzPHs_sVHUAVY5Pbklr2dIZjoTlD3Ev6zt_1QN1_mf2-A=="
								}
							],
							"cookie": [],
							"body": "{\n    \"externalCode\": \"5eb682455ada4f0b9759d4609075505e\",\n    \"success\": true,\n    \"responseMessage\": null,\n    \"sourceSystem\": \"Oracle\",\n    \"paymentDate\": \"2019-09-06T09:51:32.376Z\",\n    \"paymentTermCode\": \"NT30\",\n    \"paymentBlock\": false,\n    \"paymentMethod\": null,\n    \"paidTotal\": null,\n    \"cashDiscount\": null,\n    \"checkNumber\": null,\n    \"paymentMessage\": null,\n    \"paymentNumber\": null,\n    \"paymentDocument\": null,\n    \"paymentReversalDocument\": null\n}"
						}
					]
				}
			]
		},
		{
			"name": "POST matchingOrders",
			"item": [
				{
					"name": "POST matchingOrder (order header)",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003403\",\r\n\t\t\"orderNumber\": \"1003403\",\r\n\t\t\"sourceSystem\": \"ORACLE\",\r\n\t\t\"companyCode\": \"01\",\r\n\t\t\"companyName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"organizationElementCode\": \"01\",\r\n\t\t\"organizationElementName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"orderTypeCode\": \"ORD\",\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"created\": \"2017-07-02T07:36:13.053Z\",\r\n\t\t\"description\": \"New forklift for Helsinki Harbour\",\r\n\t\t\"purchaseOrganizationCode\": \"01\",\r\n\t\t\"purchaseOrganizationName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"supplierCode\": \"10280\",\r\n\t\t\"supplierName\": \"Lifting machines Inc.\",\r\n\t\t\"invoicingSupplierCode\": \"10280\",\r\n\t\t\"invoicingSupplierName\": \"Lifting machines Inc.\",\r\n\t\t\"requestedDeliveryDate\": \"2018-07-02T08:36:13.053Z\",\r\n\t\t\"validFrom\": \"2019-08-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2020-12-31T07:36:13.053Z\",\r\n\t\t\"paymentTermCode\": \"NT14\",\r\n\t\t\"paymentTermName\": \"14 days net\"\r\n\t}\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/matchingOrders",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"matchingOrders"
							]
						}
					},
					"response": [
						{
							"name": "POST Order header response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003202\",\r\n\t\t\"orderNumber\": \"1003202\",\r\n\t\t\"sourceSystem\": \"ORACLE\",\r\n\t\t\"companyCode\": \"01\",\r\n\t\t\"companyName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"organizationElementCode\": \"01\",\r\n\t\t\"organizationElementName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"orderTypeCode\": \"ORD\",\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"created\": \"2017-07-02T07:36:13.053Z\",\r\n\t\t\"description\": \"New forklift for Helsinki Harbour\",\r\n\t\t\"purchaseOrganizationCode\": \"01\",\r\n\t\t\"purchaseOrganizationName\": \"WorldWide Harbour maintenance Inc.\",\r\n\t\t\"supplierCode\": \"10280\",\r\n\t\t\"supplierName\": \"Cargotec Oyj\",\r\n\t\t\"invoicingSupplierCode\": \"10280\",\r\n\t\t\"invoicingSupplierName\": \"Cargotec Oyj\",\r\n\t\t\"requestedDeliveryDate\": \"2018-07-02T08:36:13.053Z\",\r\n\t\t\"validFrom\": \"2019-08-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2020-12-31T07:36:13.053Z\",\r\n\t\t\"paymentTermCode\": \"NT14\",\r\n\t\t\"paymentTermName\": \"14 days net\",\r\n\t\t\"lastUpdated\": \"2019-08-16T09:31:28.287Z\"\r\n\t}\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/matchingOrders",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"matchingOrders"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "1466"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 22 Aug 2019 09:35:34 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "2fe60792-c4c0-11e9-add6-f7157e6f7608"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "e0Q7vGr8DoEF2tQ="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d5e61e4-fe3646e475d83b6c1ba9b1d0;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 87ccd4454f351f63bc8e246099a0bbc8.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN53"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "UDUsC6V_btW6rClG1yhvw3o1aDAq4B0ZmV-ixD63M2ejjFulPWhkQA=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"ORACLE_1003202\",\n        \"orderNumber\": \"1003202\",\n        \"sourceSystem\": \"ORACLE\",\n        \"companyCode\": \"01\",\n        \"companyName\": \"WorldWide Harbour maintenance Inc.\",\n        \"organizationElementCode\": \"01\",\n        \"organizationElementName\": \"WorldWide Harbour maintenance Inc.\",\n        \"orderTypeCode\": \"ORD\",\n        \"currencyCode\": \"EUR\",\n        \"created\": \"2017-07-02T07:36:13.053Z\",\n        \"isClosed\": null,\n        \"description\": \"New forklift for Helsinki Harbour\",\n        \"purchaseOrganizationCode\": \"01\",\n        \"purchaseOrganizationName\": \"WorldWide Harbour maintenance Inc.\",\n        \"supplierCode\": \"10280\",\n        \"supplierName\": \"Cargotec Oyj\",\n        \"invoicingSupplierCode\": \"10280\",\n        \"invoicingSupplierName\": \"Cargotec Oyj\",\n        \"requestedDeliveryDate\": \"2018-07-02T08:36:13.053Z\",\n        \"actualDeliveryDate\": null,\n        \"validFrom\": \"2019-08-01T07:36:13.053Z\",\n        \"validTo\": \"2020-12-31T07:36:13.053Z\",\n        \"paymentTermCode\": \"NT14\",\n        \"paymentTermName\": \"14 days net\",\n        \"text1\": null,\n        \"text2\": null,\n        \"text3\": null,\n        \"text4\": null,\n        \"text5\": null,\n        \"text6\": null,\n        \"text7\": null,\n        \"text8\": null,\n        \"text9\": null,\n        \"text10\": null,\n        \"numeric1\": null,\n        \"numeric2\": null,\n        \"numeric3\": null,\n        \"numeric4\": null,\n        \"numeric5\": null,\n        \"date1\": null,\n        \"date2\": null,\n        \"date3\": null,\n        \"date4\": null,\n        \"date5\": null,\n        \"isInvoiced\": null,\n        \"isDelivered\": null,\n        \"lastUpdated\": \"2019-08-22T09:35:34.469Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST matchingOrderLine",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003403_Ln1\",\r\n\t\t\"orderExternalCode\": \"ORACLE_1003403\",\r\n\t\t\"lineNumber\": \"1\",\r\n\t\t\"sortNumber\": 1,\r\n\t\t\"quantity\": 2,\r\n\t\t\"netSum\": 20000.0,\r\n\t\t\"grossSum\": 25000.0,\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"matchingMode\": \"Standard\",\r\n\t\t\"isReceiptRequired\": true,\r\n\t\t\"isReceiptBasedMatching\": true,\r\n\t\t\"uom\": \"PCS\",\r\n\t\t\"netPrice\": 10000.0,\r\n\t\t\"grossPrice\": 12500.0,\r\n\t\t\"priceUnit\": \"PCS\",\r\n\t\t\"priceUnitDescription\": \"Pieces\",\r\n\t\t\"taxCode\": \"T25\",\r\n\t\t\"taxPercent\":25.0,\r\n\t\t\"taxPercent2\": 0.0,\r\n\t\t\"taxSum\": 5000.0,\r\n\t\t\"taxSum2\": 0.0,\r\n        \"invoicedQuantity\": 0,\r\n        \"invoicedNetSum\": 0,\r\n        \"invoicedGrossSum\": 0,\r\n\t\t\"validFrom\": \"2018-01-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2018-12-31T08:36:13.053Z\",\r\n\t\t\"productCode\": \"1950469687\",\r\n\t\t\"productName\": \"Forklift A2 12000\",\r\n\t\t\"requestedDeliveryDate\": \"2020-01-14T07:36:13.053Z\",\r\n\t\t\"orderLineCoding\": [\r\n\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003403_Ln1_Cd1\",\r\n\t\t\t\t\"rowIndex\": 1,\r\n\t\t\t\t\"netTotal\": 20000.0,\r\n\t\t\t\t\"grossTotal\": 25000.0,\r\n\t\t\t\t\"accountCode\": \"18620\",\r\n\t\t\t\t\"accountName\": \"Machinery purchases\",\r\n\t\t\t\t\"costCenterCode\": \"35680\",\r\n\t\t\t\t\"costCenterName\": \"Helsinki Harbour\",\r\n\t\t\t\t\"projectCode\": \"677020A\",\r\n        \t\t\"projectName\": \"Helsinki Harbour annual maintenance 2020\",\r\n\t\t\t\t\"taxCode\": \"T25\",\r\n\t\t\t\t\"taxPercent\": 25.0,\r\n\t\t\t\t\"taxPercent2\": 0.0,\r\n\t\t\t\t\"taxSum\": 5000.0,\r\n\t\t\t\t\"taxSum2\": 0.0\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/matchingOrderLines",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"matchingOrderLines"
							]
						}
					},
					"response": [
						{
							"name": "POST Order line response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003202_Ln1\",\r\n\t\t\"orderExternalCode\": \"ORACLE_1003202\",\r\n\t\t\"lineNumber\": \"1\",\r\n\t\t\"sortNumber\": 1,\r\n\t\t\"quantity\": 1,\r\n\t\t\"netSum\": 10000.0,\r\n\t\t\"grossSum\": 12500.0,\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"matchingMode\": \"Standard\",\r\n\t\t\"isReceiptRequired\": true,\r\n\t\t\"isReceiptBasedMatching\": true,\r\n\t\t\"uom\": \"PCS\",\r\n\t\t\"netPrice\": 10000.0,\r\n\t\t\"grossPrice\": 12500.0,\r\n\t\t\"priceUnit\": \"PCS\",\r\n\t\t\"priceUnitDescription\": \"Pieces\",\r\n\t\t\"taxCode\": \"T25\",\r\n\t\t\"taxPercent\":25.0,\r\n\t\t\"taxPercent2\": 0.0,\r\n\t\t\"taxSum\": 2500.0,\r\n\t\t\"taxSum2\": 0.0,\r\n\t\t\"validFrom\": \"2018-01-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2018-12-31T08:36:13.053Z\",\r\n\t\t\"productCode\": \"1950469687\",\r\n\t\t\"productName\": \"Forklift A2 12000\",\r\n\t\t\"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\r\n\t\t\"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\r\n\t\t\"orderLineCoding\": [\r\n\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\r\n\t\t\t\t\"rowIndex\": 1,\r\n\t\t\t\t\"netTotal\": 10000.0,\r\n\t\t\t\t\"grossTotal\": 12500.0,\r\n\t\t\t\t\"accountCode\": \"18620\",\r\n\t\t\t\t\"accountName\": \"Machinery purchases\",\r\n\t\t\t\t\"costCenterCode\": \"35680\",\r\n\t\t\t\t\"costCenterName\": \"Helsinki Harbour\",\r\n\t\t\t\t\"projectCode\": \"677020A\",\r\n        \t\t\"projectName\": \"Helsinki Harbour annual maintenance 2019\",\r\n\t\t\t\t\"taxCode\": \"T25\",\r\n\t\t\t\t\"taxPercent\": 25.0,\r\n\t\t\t\t\"taxPercent2\": 0.0,\r\n\t\t\t\t\"taxSum\": 2500.0,\r\n\t\t\t\t\"taxSum2\": 0.0\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"lastUpdated\": \"2019-08-16T14:30:48.447Z\"\r\n\t}\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/matchingOrderLines",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"matchingOrderLines"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "4789"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 22 Aug 2019 09:35:52 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "3b6b3fef-c4c0-11e9-9211-c339148c8ae4"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "e0Q-xFTMjoEFh3g="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d5e61f8-6e2d941b7490814ef4d0b2f7;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 87ccd4454f351f63bc8e246099a0bbc8.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN53"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "Y06u4UX0AsHOldeYABISuabLJglXSPKqopuaaYAdbMwt4eTkk2PmUg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"ORACLE_1003202_Ln1\",\n        \"orderExternalCode\": \"ORACLE_1003202\",\n        \"lineNumber\": \"1\",\n        \"sortNumber\": 1,\n        \"quantity\": 1,\n        \"netSum\": 10000,\n        \"grossSum\": 12500,\n        \"currencyCode\": \"EUR\",\n        \"matchingMode\": \"Standard\",\n        \"isReceiptRequired\": true,\n        \"isReceiptBasedMatching\": true,\n        \"isOverreceivalAllowed\": null,\n        \"isClosed\": null,\n        \"isDeleted\": null,\n        \"isSelfApproved\": null,\n        \"uom\": \"PCS\",\n        \"subUOM\": null,\n        \"netPrice\": 10000,\n        \"grossPrice\": 12500,\n        \"priceUnit\": \"PCS\",\n        \"priceUnitDescription\": \"Pieces\",\n        \"taxCode\": \"T25\",\n        \"taxPercent\": 25,\n        \"taxPercent2\": 0,\n        \"taxSum\": 2500,\n        \"taxSum2\": 0,\n        \"invoicedQuantity\": null,\n        \"invoicedNetSum\": null,\n        \"invoicedGrossSum\": null,\n        \"validFrom\": \"2018-01-01T07:36:13.053Z\",\n        \"validTo\": \"2018-12-31T08:36:13.053Z\",\n        \"productCode\": \"1950469687\",\n        \"productName\": \"Forklift A2 12000\",\n        \"materialGroup\": null,\n        \"globalTradeItemNumber\": null,\n        \"unspsc\": null,\n        \"buyerProductCode\": null,\n        \"description\": null,\n        \"comment\": null,\n        \"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\n        \"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\n        \"text1\": null,\n        \"text2\": null,\n        \"text3\": null,\n        \"text4\": null,\n        \"text5\": null,\n        \"text6\": null,\n        \"text7\": null,\n        \"text8\": null,\n        \"text9\": null,\n        \"text10\": null,\n        \"numeric1\": null,\n        \"numeric2\": null,\n        \"numeric3\": null,\n        \"numeric4\": null,\n        \"numeric5\": null,\n        \"date1\": null,\n        \"date2\": null,\n        \"date3\": null,\n        \"date4\": null,\n        \"date5\": null,\n        \"orderLineCoding\": [\n            {\n                \"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\n                \"rowIndex\": 1,\n                \"netTotal\": 10000,\n                \"grossTotal\": 12500,\n                \"accountCode\": \"18620\",\n                \"accountName\": \"Machinery purchases\",\n                \"costCenterCode\": \"35680\",\n                \"costCenterName\": \"Helsinki Harbour\",\n                \"projectCode\": \"677020A\",\n                \"projectName\": \"Helsinki Harbour annual maintenance 2019\",\n                \"conversionNumerator\": null,\n                \"conversionDenominator\": null,\n                \"conversionDeNumerator\": null,\n                \"taxCode\": \"T25\",\n                \"taxPercent\": 25,\n                \"taxPercent2\": 0,\n                \"taxSum\": 2500,\n                \"taxSum2\": 0,\n                \"partnerProfitCenter\": null,\n                \"fixedAssetCode\": null,\n                \"fixedAssetName\": null,\n                \"materialGroup\": null,\n                \"fixedAssetSubCode\": null,\n                \"fixedAssetSubName\": null,\n                \"internalOrderCode\": null,\n                \"internalOrderName\": null,\n                \"profitCenterCode\": null,\n                \"profitCenterName\": null,\n                \"businessUnitCode\": null,\n                \"businessUnitName\": null,\n                \"projectSubCode\": null,\n                \"projectSubName\": null,\n                \"employeeCode\": null,\n                \"employeeName\": null,\n                \"vehicleNumber\": null,\n                \"vehicleName\": null,\n                \"salesOrderCode\": null,\n                \"salesOrderName\": null,\n                \"salesOrderSubCode\": null,\n                \"salesOrderSubName\": null,\n                \"customerCode\": null,\n                \"customerName\": null,\n                \"accAssignmentCategoryCode\": null,\n                \"accAssigmentCategoryCode\": null,\n                \"accAssignmentCategoryName\": null,\n                \"accAssigmentCategoryName\": null,\n                \"budgetCode\": null,\n                \"budgetName\": null,\n                \"serviceCode\": null,\n                \"serviceName\": null,\n                \"businessAreaCode\": null,\n                \"businessAreaName\": null,\n                \"taxJurisdictionCode\": null,\n                \"subUOM\": null,\n                \"workOrderCode\": null,\n                \"workOrderName\": null,\n                \"workOrderSubCode\": null,\n                \"workOrderSubName\": null,\n                \"commitmentItem\": null,\n                \"controllingArea\": null,\n                \"functionalArea\": null,\n                \"dimCode1\": null,\n                \"dimCode2\": null,\n                \"dimCode3\": null,\n                \"dimCode4\": null,\n                \"dimCode5\": null,\n                \"dimCode6\": null,\n                \"dimCode7\": null,\n                \"dimCode8\": null,\n                \"dimCode9\": null,\n                \"dimCode10\": null,\n                \"dimName1\": null,\n                \"dimName2\": null,\n                \"dimName3\": null,\n                \"dimName4\": null,\n                \"dimName5\": null,\n                \"dimName6\": null,\n                \"dimName7\": null,\n                \"dimName8\": null,\n                \"dimName9\": null,\n                \"dimName10\": null,\n                \"num1\": null,\n                \"num2\": null,\n                \"num3\": null,\n                \"num4\": null,\n                \"num5\": null,\n                \"allocatedQuantity\": 0,\n                \"text1\": null,\n                \"text2\": null,\n                \"text3\": null,\n                \"text4\": null,\n                \"text5\": null,\n                \"date1\": null,\n                \"date2\": null,\n                \"date3\": null,\n                \"date4\": null,\n                \"date5\": null,\n                \"network\": null,\n                \"networkActivity\": null\n            }\n        ],\n        \"goodsReceipts\": null,\n        \"referenceUsers\": null,\n        \"lastUpdated\": \"2019-08-22T09:35:52.117Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST matchingOrderLine (add GR option 1)",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003403_Ln1\",\r\n\t\t\"orderExternalCode\": \"ORACLE_1003403\",\r\n\t\t\"lineNumber\": \"1\",\r\n\t\t\"sortNumber\": 1,\r\n\t\t\"quantity\": 2,\r\n\t\t\"netSum\": 20000.0,\r\n\t\t\"grossSum\": 25000.0,\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"matchingMode\": \"Standard\",\r\n\t\t\"isReceiptRequired\": true,\r\n\t\t\"isReceiptBasedMatching\": true,\r\n\t\t\"uom\": \"PCS\",\r\n\t\t\"netPrice\": 10000.0,\r\n\t\t\"grossPrice\": 12500.0,\r\n\t\t\"priceUnit\": \"PCS\",\r\n\t\t\"priceUnitDescription\": \"Pieces\",\r\n\t\t\"taxCode\": \"T25\",\r\n\t\t\"taxPercent\":25.0,\r\n\t\t\"taxPercent2\": 0.0,\r\n\t\t\"taxSum\": 5000.0,\r\n\t\t\"taxSum2\": 0.0,\r\n\t\t\"validFrom\": \"2018-01-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2018-12-31T08:36:13.053Z\",\r\n\t\t\"productCode\": \"1950469687\",\r\n\t\t\"productName\": \"Forklift A2 12000\",\r\n\t\t\"requestedDeliveryDate\": \"2020-01-14T07:36:13.053Z\",\r\n\t\t\"actualDeliveryDate\": \"2020-01-15T07:36:13.053Z\",\r\n\t\t\"orderLineCoding\": [\r\n\t\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003403_Ln1_Cd1\",\r\n\t\t\t\t\"rowIndex\": 1,\r\n\t\t\t\t\"netTotal\": 20000.0,\r\n\t\t\t\t\"grossTotal\": 25000.0,\r\n\t\t\t\t\"accountCode\": \"18620\",\r\n\t\t\t\t\"accountName\": \"Machinery purchases\",\r\n\t\t\t\t\"costCenterCode\": \"35680\",\r\n\t\t\t\t\"costCenterName\": \"Helsinki Harbour\",\r\n\t\t\t\t\"projectCode\": \"677020A\",\r\n        \t\t\"projectName\": \"Helsinki Harbour annual maintenance 2020\",\r\n\t\t\t\t\"taxCode\": \"T25\",\r\n\t\t\t\t\"taxPercent\": 25.0,\r\n\t\t\t\t\"taxPercent2\": 0.0,\r\n\t\t\t\t\"taxSum\": 5000.0,\r\n\t\t\t\t\"taxSum2\": 0.0\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"goodsReceipts\": [\r\n\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003403_Ln1_GR1\",\r\n\t\t\t\t\"goodsReceiptNumber\": \"3671219\",\r\n\t\t\t\t\"goodsReceiptLineNumber\": \"1\",\r\n\t\t\t\t\"deliveryNoteNumber\": \"3190836\",\r\n\t\t\t\t\"bestFitGrouping\": \"2020-01-25\",\r\n\t\t\t\t\"quantity\": 1.0,\r\n\t\t\t\t\"netSum\": 10000.0,\r\n\t\t\t\t\"grossSum\": 12500.0,\r\n\t\t\t\t\"netPrice\": 10000.0,\r\n\t\t\t\t\"grossPrice\": 12500.0,\r\n                \"invoicedQuantity\": 0,\r\n                \"invoicedNetSum\": 0,\r\n                \"invoicedGrossSum\": 0,\r\n\t\t\t\t\"unitOfMeasure\": \"PCS\",\r\n\t\t\t\t\"deliveryDate\": \"2020-01-15T09:30:48.447Z\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n]\r\n"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/matchingOrderLines",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"matchingOrderLines"
							]
						},
						"description": "When POSTing updates (such as new goods receipts) to an order line, the entire order line data needs to be included."
					},
					"response": [
						{
							"name": "POST Order line (add GR option 1) - response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003202_Ln1\",\r\n\t\t\"orderExternalCode\": \"ORACLE_1003202\",\r\n\t\t\"lineNumber\": \"1\",\r\n\t\t\"sortNumber\": 1,\r\n\t\t\"quantity\": 1,\r\n\t\t\"netSum\": 10000.0,\r\n\t\t\"grossSum\": 12500.0,\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"matchingMode\": \"Standard\",\r\n\t\t\"isReceiptRequired\": true,\r\n\t\t\"isReceiptBasedMatching\": true,\r\n\t\t\"uom\": \"PCS\",\r\n\t\t\"netPrice\": 10000.0,\r\n\t\t\"grossPrice\": 12500.0,\r\n\t\t\"priceUnit\": \"PCS\",\r\n\t\t\"priceUnitDescription\": \"Pieces\",\r\n\t\t\"taxCode\": \"T25\",\r\n\t\t\"taxPercent\":25.0,\r\n\t\t\"taxPercent2\": 0.0,\r\n\t\t\"taxSum\": 2500.0,\r\n\t\t\"taxSum2\": 0.0,\r\n\t\t\"validFrom\": \"2018-01-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2018-12-31T07:36:13.053Z\",\r\n\t\t\"productCode\": \"1950469687\",\r\n\t\t\"productName\": \"Forklift A2 12000\",\r\n\t\t\"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\r\n\t\t\"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\r\n\t\t\"orderLineCoding\": [\r\n\t\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\r\n\t\t\t\t\"rowIndex\": 1,\r\n\t\t\t\t\"netTotal\": 10000.0,\r\n\t\t\t\t\"grossTotal\": 12500.0,\r\n\t\t\t\t\"accountCode\": \"18620\",\r\n\t\t\t\t\"accountName\": \"Machinery purchases\",\r\n\t\t\t\t\"costCenterCode\": \"35680\",\r\n\t\t\t\t\"costCenterName\": \"Helsinki Harbour\",\r\n\t\t\t\t\"projectCode\": \"677020A\",\r\n        \t\t\"projectName\": \"Helsinki Harbour annual maintenance 2019\",\r\n\t\t\t\t\"taxCode\": \"T25\",\r\n\t\t\t\t\"taxPercent\": 25.0,\r\n\t\t\t\t\"taxPercent2\": 0.0,\r\n\t\t\t\t\"taxSum\": 2500.0,\r\n\t\t\t\t\"taxSum2\": 0.0\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"goodsReceipts\": [\r\n\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003202_Ln1_GR1\",\r\n\t\t\t\t\"goodsReceiptNumber\": \"3671219\",\r\n\t\t\t\t\"goodsReceiptLineNumber\": \"1\",\r\n\t\t\t\t\"deliveryNoteNumber\": \"3190836\",\r\n\t\t\t\t\"bestFitGrouping\": \"2019-09-22\",\r\n\t\t\t\t\"quantity\": 1.0,\r\n\t\t\t\t\"netSum\": 10000.0,\r\n\t\t\t\t\"grossSum\": 12500.0,\r\n\t\t\t\t\"netPrice\": 10000.0,\r\n\t\t\t\t\"grossPrice\": 12500.0,\r\n\t\t\t\t\"unitOfMeasure\": \"PCS\",\r\n\t\t\t\t\"deliveryDate\": \"2019-09-24T09:30:48.447Z\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"lastUpdated\": \"2019-08-16T14:30:48.447Z\"\r\n\t}\r\n]\r\n"
								},
								"url": {
									"raw": "https://{{baseUrl}}/matchingOrderLines",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"matchingOrderLines"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "6116"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 22 Aug 2019 09:36:14 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "48673967-c4c0-11e9-81ce-6d0ea76d194c"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "e0RCLH7eDoEFT1g="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d5e620d-97bd5e18e3dfa8c8cc2b350e;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 87ccd4454f351f63bc8e246099a0bbc8.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN53"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "OlL-fwtZpTclvE-OSBYWhUI_4iMsQBTAtRio55b11jtlzrtyxL-IYg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"ORACLE_1003202_Ln1\",\n        \"orderExternalCode\": \"ORACLE_1003202\",\n        \"lineNumber\": \"1\",\n        \"sortNumber\": 1,\n        \"quantity\": 1,\n        \"netSum\": 10000,\n        \"grossSum\": 12500,\n        \"currencyCode\": \"EUR\",\n        \"matchingMode\": \"Standard\",\n        \"isReceiptRequired\": true,\n        \"isReceiptBasedMatching\": true,\n        \"isOverreceivalAllowed\": null,\n        \"isClosed\": null,\n        \"isDeleted\": null,\n        \"isSelfApproved\": null,\n        \"uom\": \"PCS\",\n        \"subUOM\": null,\n        \"netPrice\": 10000,\n        \"grossPrice\": 12500,\n        \"priceUnit\": \"PCS\",\n        \"priceUnitDescription\": \"Pieces\",\n        \"taxCode\": \"T25\",\n        \"taxPercent\": 25,\n        \"taxPercent2\": 0,\n        \"taxSum\": 2500,\n        \"taxSum2\": 0,\n        \"invoicedQuantity\": null,\n        \"invoicedNetSum\": null,\n        \"invoicedGrossSum\": null,\n        \"validFrom\": \"2018-01-01T07:36:13.053Z\",\n        \"validTo\": \"2018-12-31T07:36:13.053Z\",\n        \"productCode\": \"1950469687\",\n        \"productName\": \"Forklift A2 12000\",\n        \"materialGroup\": null,\n        \"globalTradeItemNumber\": null,\n        \"unspsc\": null,\n        \"buyerProductCode\": null,\n        \"description\": null,\n        \"comment\": null,\n        \"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\n        \"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\n        \"text1\": null,\n        \"text2\": null,\n        \"text3\": null,\n        \"text4\": null,\n        \"text5\": null,\n        \"text6\": null,\n        \"text7\": null,\n        \"text8\": null,\n        \"text9\": null,\n        \"text10\": null,\n        \"numeric1\": null,\n        \"numeric2\": null,\n        \"numeric3\": null,\n        \"numeric4\": null,\n        \"numeric5\": null,\n        \"date1\": null,\n        \"date2\": null,\n        \"date3\": null,\n        \"date4\": null,\n        \"date5\": null,\n        \"orderLineCoding\": [\n            {\n                \"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\n                \"rowIndex\": 1,\n                \"netTotal\": 10000,\n                \"grossTotal\": 12500,\n                \"accountCode\": \"18620\",\n                \"accountName\": \"Machinery purchases\",\n                \"costCenterCode\": \"35680\",\n                \"costCenterName\": \"Helsinki Harbour\",\n                \"projectCode\": \"677020A\",\n                \"projectName\": \"Helsinki Harbour annual maintenance 2019\",\n                \"conversionNumerator\": null,\n                \"conversionDenominator\": null,\n                \"conversionDeNumerator\": null,\n                \"taxCode\": \"T25\",\n                \"taxPercent\": 25,\n                \"taxPercent2\": 0,\n                \"taxSum\": 2500,\n                \"taxSum2\": 0,\n                \"partnerProfitCenter\": null,\n                \"fixedAssetCode\": null,\n                \"fixedAssetName\": null,\n                \"materialGroup\": null,\n                \"fixedAssetSubCode\": null,\n                \"fixedAssetSubName\": null,\n                \"internalOrderCode\": null,\n                \"internalOrderName\": null,\n                \"profitCenterCode\": null,\n                \"profitCenterName\": null,\n                \"businessUnitCode\": null,\n                \"businessUnitName\": null,\n                \"projectSubCode\": null,\n                \"projectSubName\": null,\n                \"employeeCode\": null,\n                \"employeeName\": null,\n                \"vehicleNumber\": null,\n                \"vehicleName\": null,\n                \"salesOrderCode\": null,\n                \"salesOrderName\": null,\n                \"salesOrderSubCode\": null,\n                \"salesOrderSubName\": null,\n                \"customerCode\": null,\n                \"customerName\": null,\n                \"accAssignmentCategoryCode\": null,\n                \"accAssigmentCategoryCode\": null,\n                \"accAssignmentCategoryName\": null,\n                \"accAssigmentCategoryName\": null,\n                \"budgetCode\": null,\n                \"budgetName\": null,\n                \"serviceCode\": null,\n                \"serviceName\": null,\n                \"businessAreaCode\": null,\n                \"businessAreaName\": null,\n                \"taxJurisdictionCode\": null,\n                \"subUOM\": null,\n                \"workOrderCode\": null,\n                \"workOrderName\": null,\n                \"workOrderSubCode\": null,\n                \"workOrderSubName\": null,\n                \"commitmentItem\": null,\n                \"controllingArea\": null,\n                \"functionalArea\": null,\n                \"dimCode1\": null,\n                \"dimCode2\": null,\n                \"dimCode3\": null,\n                \"dimCode4\": null,\n                \"dimCode5\": null,\n                \"dimCode6\": null,\n                \"dimCode7\": null,\n                \"dimCode8\": null,\n                \"dimCode9\": null,\n                \"dimCode10\": null,\n                \"dimName1\": null,\n                \"dimName2\": null,\n                \"dimName3\": null,\n                \"dimName4\": null,\n                \"dimName5\": null,\n                \"dimName6\": null,\n                \"dimName7\": null,\n                \"dimName8\": null,\n                \"dimName9\": null,\n                \"dimName10\": null,\n                \"num1\": null,\n                \"num2\": null,\n                \"num3\": null,\n                \"num4\": null,\n                \"num5\": null,\n                \"allocatedQuantity\": 0,\n                \"text1\": null,\n                \"text2\": null,\n                \"text3\": null,\n                \"text4\": null,\n                \"text5\": null,\n                \"date1\": null,\n                \"date2\": null,\n                \"date3\": null,\n                \"date4\": null,\n                \"date5\": null,\n                \"network\": null,\n                \"networkActivity\": null\n            }\n        ],\n        \"goodsReceipts\": [\n            {\n                \"externalCode\": \"ORACLE_1003202_Ln1_GR1\",\n                \"goodsReceiptNumber\": \"3671219\",\n                \"goodsReceiptLineNumber\": \"1\",\n                \"referenceGRExternalCode\": null,\n                \"deliveryNoteNumber\": \"3190836\",\n                \"bestFitGrouping\": \"2019-09-22\",\n                \"quantity\": 1,\n                \"netSum\": 10000,\n                \"grossSum\": 12500,\n                \"netPrice\": 10000,\n                \"grossPrice\": 12500,\n                \"isDeleted\": null,\n                \"invoicedQuantity\": null,\n                \"invoicedNetSum\": null,\n                \"invoicedGrossSum\": null,\n                \"unitOfMeasure\": \"PCS\",\n                \"subUnitOfMeasure\": null,\n                \"goodsReceiptType\": null,\n                \"receiveMethod\": null,\n                \"voucherNumber\": null,\n                \"goodsReceiptNote\": null,\n                \"fiscalYear\": null,\n                \"deliveryDate\": \"2019-09-24T09:30:48.447Z\",\n                \"productSerialNumber\": null,\n                \"text1\": null,\n                \"text2\": null,\n                \"text3\": null,\n                \"text4\": null,\n                \"text5\": null,\n                \"text6\": null,\n                \"text7\": null,\n                \"text8\": null,\n                \"text9\": null,\n                \"text10\": null,\n                \"numeric1\": null,\n                \"numeric2\": null,\n                \"numeric3\": null,\n                \"numeric4\": null,\n                \"numeric5\": null,\n                \"date1\": null,\n                \"date2\": null,\n                \"date3\": null,\n                \"date4\": null,\n                \"date5\": null\n            }\n        ],\n        \"referenceUsers\": null,\n        \"lastUpdated\": \"2019-08-22T09:36:14.02Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "PATCH matchingOrderLine (add GR option 2)",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\t\"goodsReceipts\": [\r\n\t\t{\r\n\t\t\t\"externalCode\": \"ORACLE_1003402_Ln1_GR2\",\r\n\t\t\t\"goodsReceiptNumber\": \"3671220\",\r\n\t\t\t\"goodsReceiptLineNumber\": \"2\",\r\n\t\t\t\"deliveryNoteNumber\": \"3190837\",\r\n\t\t\t\"bestFitGrouping\": \"2020-01-22\",\r\n\t\t\t\"quantity\": 1.0,\r\n\t\t\t\"netSum\": 10000.0,\r\n\t\t\t\"grossSum\": 12500.0,\r\n\t\t\t\"netPrice\": 10000.0,\r\n\t\t\t\"grossPrice\": 12500.0,\r\n            \"invoicedQuantity\": 0,\r\n            \"invoicedNetSum\": 0,\r\n            \"invoicedGrossSum\": 0,\r\n\t\t\t\"unitOfMeasure\": \"PCS\",\r\n\t\t\t\"deliveryDate\": \"2020-01-22T09:30:48.447Z\"\r\n\t\t}\r\n\t]\r\n}"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/matchingOrderLines/:orderLineExternalCode",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"matchingOrderLines",
								":orderLineExternalCode"
							],
							"variable": [
								{
									"key": "orderLineExternalCode",
									"value": "ORACLE_1003403_Ln1"
								}
							]
						},
						"description": "Goods receipts can be added wia POST and PATCH operations. When using POST, entire order line data needs to be included."
					},
					"response": [
						{
							"name": "PATCH matchingOrderLine (add GR option 2) - response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n\t{\r\n\t\t\"externalCode\": \"ORACLE_1003202_Ln1\",\r\n\t\t\"orderExternalCode\": \"ORACLE_1003202\",\r\n\t\t\"lineNumber\": \"1\",\r\n\t\t\"sortNumber\": 1,\r\n\t\t\"quantity\": 1,\r\n\t\t\"netSum\": 10000.0,\r\n\t\t\"grossSum\": 12500.0,\r\n\t\t\"currencyCode\": \"EUR\",\r\n\t\t\"matchingMode\": \"Standard\",\r\n\t\t\"isReceiptRequired\": true,\r\n\t\t\"isReceiptBasedMatching\": true,\r\n\t\t\"uom\": \"PCS\",\r\n\t\t\"netPrice\": 10000.0,\r\n\t\t\"grossPrice\": 12500.0,\r\n\t\t\"priceUnit\": \"PCS\",\r\n\t\t\"priceUnitDescription\": \"Pieces\",\r\n\t\t\"taxCode\": \"T25\",\r\n\t\t\"taxPercent\":25.0,\r\n\t\t\"taxPercent2\": 0.0,\r\n\t\t\"taxSum\": 2500.0,\r\n\t\t\"taxSum2\": 0.0,\r\n\t\t\"validFrom\": \"2018-01-01T07:36:13.053Z\",\r\n\t\t\"validTo\": \"2018-12-31T07:36:13.053Z\",\r\n\t\t\"productCode\": \"1950469687\",\r\n\t\t\"productName\": \"Forklift A2 12000\",\r\n\t\t\"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\r\n\t\t\"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\r\n\t\t\"orderLineCoding\": [\r\n\t\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\r\n\t\t\t\t\"rowIndex\": 1,\r\n\t\t\t\t\"netTotal\": 10000.0,\r\n\t\t\t\t\"grossTotal\": 12500.0,\r\n\t\t\t\t\"accountCode\": \"18620\",\r\n\t\t\t\t\"accountName\": \"Machinery purchases\",\r\n\t\t\t\t\"costCenterCode\": \"35680\",\r\n\t\t\t\t\"costCenterName\": \"Helsinki Harbour\",\r\n\t\t\t\t\"projectCode\": \"677020A\",\r\n        \t\t\"projectName\": \"Helsinki Harbour annual maintenance 2019\",\r\n\t\t\t\t\"taxCode\": \"T25\",\r\n\t\t\t\t\"taxPercent\": 25.0,\r\n\t\t\t\t\"taxPercent2\": 0.0,\r\n\t\t\t\t\"taxSum\": 2500.0,\r\n\t\t\t\t\"taxSum2\": 0.0\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"goodsReceipts\": [\r\n\t\t\t{\r\n\t\t\t\t\"externalCode\": \"ORACLE_1003202_Ln1_GR1\",\r\n\t\t\t\t\"goodsReceiptNumber\": \"3671219\",\r\n\t\t\t\t\"goodsReceiptLineNumber\": \"1\",\r\n\t\t\t\t\"deliveryNoteNumber\": \"3190836\",\r\n\t\t\t\t\"bestFitGrouping\": \"2019-09-22\",\r\n\t\t\t\t\"quantity\": 1.0,\r\n\t\t\t\t\"netSum\": 10000.0,\r\n\t\t\t\t\"grossSum\": 12500.0,\r\n\t\t\t\t\"netPrice\": 10000.0,\r\n\t\t\t\t\"grossPrice\": 12500.0,\r\n\t\t\t\t\"unitOfMeasure\": \"PCS\",\r\n\t\t\t\t\"deliveryDate\": \"2019-09-24T09:30:48.447Z\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"lastUpdated\": \"2019-08-16T14:30:48.447Z\"\r\n\t}\r\n]\r\n"
								},
								"url": {
									"raw": "https://{{baseUrl}}/matchingOrderLines",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"matchingOrderLines"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "6116"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Thu, 22 Aug 2019 09:36:14 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "48673967-c4c0-11e9-81ce-6d0ea76d194c"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "e0RCLH7eDoEFT1g="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d5e620d-97bd5e18e3dfa8c8cc2b350e;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 87ccd4454f351f63bc8e246099a0bbc8.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN53"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "OlL-fwtZpTclvE-OSBYWhUI_4iMsQBTAtRio55b11jtlzrtyxL-IYg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"externalCode\": \"ORACLE_1003202_Ln1\",\n        \"orderExternalCode\": \"ORACLE_1003202\",\n        \"lineNumber\": \"1\",\n        \"sortNumber\": 1,\n        \"quantity\": 1,\n        \"netSum\": 10000,\n        \"grossSum\": 12500,\n        \"currencyCode\": \"EUR\",\n        \"matchingMode\": \"Standard\",\n        \"isReceiptRequired\": true,\n        \"isReceiptBasedMatching\": true,\n        \"isOverreceivalAllowed\": null,\n        \"isClosed\": null,\n        \"isDeleted\": null,\n        \"isSelfApproved\": null,\n        \"uom\": \"PCS\",\n        \"subUOM\": null,\n        \"netPrice\": 10000,\n        \"grossPrice\": 12500,\n        \"priceUnit\": \"PCS\",\n        \"priceUnitDescription\": \"Pieces\",\n        \"taxCode\": \"T25\",\n        \"taxPercent\": 25,\n        \"taxPercent2\": 0,\n        \"taxSum\": 2500,\n        \"taxSum2\": 0,\n        \"invoicedQuantity\": null,\n        \"invoicedNetSum\": null,\n        \"invoicedGrossSum\": null,\n        \"validFrom\": \"2018-01-01T07:36:13.053Z\",\n        \"validTo\": \"2018-12-31T07:36:13.053Z\",\n        \"productCode\": \"1950469687\",\n        \"productName\": \"Forklift A2 12000\",\n        \"materialGroup\": null,\n        \"globalTradeItemNumber\": null,\n        \"unspsc\": null,\n        \"buyerProductCode\": null,\n        \"description\": null,\n        \"comment\": null,\n        \"requestedDeliveryDate\": \"2018-07-14T07:36:13.053Z\",\n        \"actualDeliveryDate\": \"2018-07-15T07:36:13.053Z\",\n        \"text1\": null,\n        \"text2\": null,\n        \"text3\": null,\n        \"text4\": null,\n        \"text5\": null,\n        \"text6\": null,\n        \"text7\": null,\n        \"text8\": null,\n        \"text9\": null,\n        \"text10\": null,\n        \"numeric1\": null,\n        \"numeric2\": null,\n        \"numeric3\": null,\n        \"numeric4\": null,\n        \"numeric5\": null,\n        \"date1\": null,\n        \"date2\": null,\n        \"date3\": null,\n        \"date4\": null,\n        \"date5\": null,\n        \"orderLineCoding\": [\n            {\n                \"externalCode\": \"ORACLE_1003202_Ln1_Cd1\",\n                \"rowIndex\": 1,\n                \"netTotal\": 10000,\n                \"grossTotal\": 12500,\n                \"accountCode\": \"18620\",\n                \"accountName\": \"Machinery purchases\",\n                \"costCenterCode\": \"35680\",\n                \"costCenterName\": \"Helsinki Harbour\",\n                \"projectCode\": \"677020A\",\n                \"projectName\": \"Helsinki Harbour annual maintenance 2019\",\n                \"conversionNumerator\": null,\n                \"conversionDenominator\": null,\n                \"conversionDeNumerator\": null,\n                \"taxCode\": \"T25\",\n                \"taxPercent\": 25,\n                \"taxPercent2\": 0,\n                \"taxSum\": 2500,\n                \"taxSum2\": 0,\n                \"partnerProfitCenter\": null,\n                \"fixedAssetCode\": null,\n                \"fixedAssetName\": null,\n                \"materialGroup\": null,\n                \"fixedAssetSubCode\": null,\n                \"fixedAssetSubName\": null,\n                \"internalOrderCode\": null,\n                \"internalOrderName\": null,\n                \"profitCenterCode\": null,\n                \"profitCenterName\": null,\n                \"businessUnitCode\": null,\n                \"businessUnitName\": null,\n                \"projectSubCode\": null,\n                \"projectSubName\": null,\n                \"employeeCode\": null,\n                \"employeeName\": null,\n                \"vehicleNumber\": null,\n                \"vehicleName\": null,\n                \"salesOrderCode\": null,\n                \"salesOrderName\": null,\n                \"salesOrderSubCode\": null,\n                \"salesOrderSubName\": null,\n                \"customerCode\": null,\n                \"customerName\": null,\n                \"accAssignmentCategoryCode\": null,\n                \"accAssigmentCategoryCode\": null,\n                \"accAssignmentCategoryName\": null,\n                \"accAssigmentCategoryName\": null,\n                \"budgetCode\": null,\n                \"budgetName\": null,\n                \"serviceCode\": null,\n                \"serviceName\": null,\n                \"businessAreaCode\": null,\n                \"businessAreaName\": null,\n                \"taxJurisdictionCode\": null,\n                \"subUOM\": null,\n                \"workOrderCode\": null,\n                \"workOrderName\": null,\n                \"workOrderSubCode\": null,\n                \"workOrderSubName\": null,\n                \"commitmentItem\": null,\n                \"controllingArea\": null,\n                \"functionalArea\": null,\n                \"dimCode1\": null,\n                \"dimCode2\": null,\n                \"dimCode3\": null,\n                \"dimCode4\": null,\n                \"dimCode5\": null,\n                \"dimCode6\": null,\n                \"dimCode7\": null,\n                \"dimCode8\": null,\n                \"dimCode9\": null,\n                \"dimCode10\": null,\n                \"dimName1\": null,\n                \"dimName2\": null,\n                \"dimName3\": null,\n                \"dimName4\": null,\n                \"dimName5\": null,\n                \"dimName6\": null,\n                \"dimName7\": null,\n                \"dimName8\": null,\n                \"dimName9\": null,\n                \"dimName10\": null,\n                \"num1\": null,\n                \"num2\": null,\n                \"num3\": null,\n                \"num4\": null,\n                \"num5\": null,\n                \"allocatedQuantity\": 0,\n                \"text1\": null,\n                \"text2\": null,\n                \"text3\": null,\n                \"text4\": null,\n                \"text5\": null,\n                \"date1\": null,\n                \"date2\": null,\n                \"date3\": null,\n                \"date4\": null,\n                \"date5\": null,\n                \"network\": null,\n                \"networkActivity\": null\n            }\n        ],\n        \"goodsReceipts\": [\n            {\n                \"externalCode\": \"ORACLE_1003202_Ln1_GR1\",\n                \"goodsReceiptNumber\": \"3671219\",\n                \"goodsReceiptLineNumber\": \"1\",\n                \"referenceGRExternalCode\": null,\n                \"deliveryNoteNumber\": \"3190836\",\n                \"bestFitGrouping\": \"2019-09-22\",\n                \"quantity\": 1,\n                \"netSum\": 10000,\n                \"grossSum\": 12500,\n                \"netPrice\": 10000,\n                \"grossPrice\": 12500,\n                \"isDeleted\": null,\n                \"invoicedQuantity\": null,\n                \"invoicedNetSum\": null,\n                \"invoicedGrossSum\": null,\n                \"unitOfMeasure\": \"PCS\",\n                \"subUnitOfMeasure\": null,\n                \"goodsReceiptType\": null,\n                \"receiveMethod\": null,\n                \"voucherNumber\": null,\n                \"goodsReceiptNote\": null,\n                \"fiscalYear\": null,\n                \"deliveryDate\": \"2019-09-24T09:30:48.447Z\",\n                \"productSerialNumber\": null,\n                \"text1\": null,\n                \"text2\": null,\n                \"text3\": null,\n                \"text4\": null,\n                \"text5\": null,\n                \"text6\": null,\n                \"text7\": null,\n                \"text8\": null,\n                \"text9\": null,\n                \"text10\": null,\n                \"numeric1\": null,\n                \"numeric2\": null,\n                \"numeric3\": null,\n                \"numeric4\": null,\n                \"numeric5\": null,\n                \"date1\": null,\n                \"date2\": null,\n                \"date3\": null,\n                \"date4\": null,\n                \"date5\": null\n            }\n        ],\n        \"referenceUsers\": null,\n        \"lastUpdated\": \"2019-08-22T09:36:14.02Z\"\n    }\n]"
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "User management",
			"item": [
				{
					"name": "POST aplicationGroup",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n    {\r\n        \"applicationGroupCode\": \"P2P\",\r\n        \"description\": \"This group gives access to P2P application.\",\r\n        \"active\": true,\r\n        \"default\": true,\r\n        \"applications\": [\r\n            {\r\n                \"code\": \"PurchaseToPay\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"applicationGroupCode\": \"ALL\",\r\n        \"description\": \"This group gives access to all application (provided that they are provisioned for the customer).\",\r\n        \"active\": true,\r\n        \"default\": true,\r\n        \"applications\": [\r\n            {\r\n                \"code\": \"PurchaseToPay\"\r\n            },\r\n            {\r\n                \"code\": \"Reporting\"\r\n            },\r\n            {\r\n                \"code\": \"SupplierPortal\"\r\n            },\r\n            {\r\n                \"code\": \"SupplierManagement\"\r\n            },\r\n            {\r\n                \"code\": \"CloudscanWithSelfValidation\"\r\n            },\r\n            {\r\n                \"code\": \"CloudscanWithBaswareValidation \"\r\n            }\r\n        ]\r\n    }\r\n]"
						},
						"url": {
							"raw": "https://test-api.basware.com/v1/applicationGroups",
							"protocol": "https",
							"host": [
								"test-api",
								"basware",
								"com"
							],
							"path": [
								"v1",
								"applicationGroups"
							]
						}
					},
					"response": [
						{
							"name": "POST aplicationGroup response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n    {\r\n        \"applicationGroupCode\": \"P2P\",\r\n        \"description\": \"This group gives access to P2P application.\",\r\n        \"active\": true,\r\n        \"default\": true,\r\n        \"applications\": [\r\n            {\r\n                \"code\": \"PurchaseToPay\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"applicationGroupCode\": \"ALL\",\r\n        \"description\": \"This group gives access to all application (provided that they are provisioned for the customer).\",\r\n        \"active\": true,\r\n        \"default\": true,\r\n        \"applications\": [\r\n            {\r\n                \"code\": \"PurchaseToPay\"\r\n            },\r\n            {\r\n                \"code\": \"Reporting\"\r\n            },\r\n            {\r\n                \"code\": \"SupplierPortal\"\r\n            },\r\n            {\r\n                \"code\": \"SupplierManagement\"\r\n            },\r\n            {\r\n                \"code\": \"CloudscanWithSelfValidation\"\r\n            },\r\n            {\r\n                \"code\": \"CloudscanWithBaswareValidation \"\r\n            }\r\n        ]\r\n    }\r\n]"
								},
								"url": {
									"raw": "https://test-api.basware.com/v1/applicationGroups",
									"protocol": "https",
									"host": [
										"test-api",
										"basware",
										"com"
									],
									"path": [
										"v1",
										"applicationGroups"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "65"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 10:02:19 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "8b6a82fb-2aab-4e9b-b3b0-23aa97aa4f21"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "65"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhOKyFKZDoEF-LA="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a390ab-06b9014d48d9aa513baecbe7;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 f7b7cf90592cf6a380fd34cc45e9c4b5.cloudfront.net (CloudFront), 1.1 6da67a85460a493ba4aab4d94239d022.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "qBIF48zlUDCS7Ct_lk6kOIaqdsHFqTc8nZ7edpqhojT9JTennNGRkw=="
								}
							],
							"cookie": [],
							"body": "{\n    \"taskName\": \"RedistributeData\",\n    \"taskStatus\": \"Succeeded\"\n}"
						}
					]
				},
				{
					"name": "POST User",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"firstName\": \"John\",\r\n    \"surName\": \"Smith\",\r\n    \"uiLanguage\": \"en-US\",\r\n    \"countryCode\": \"FIN\",\r\n    \"telephone\": \"050501234567\",\r\n    \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\r\n    \"middleInitial\": \"S\",\r\n    \"email\": \"john.smith@company.com\",\r\n    \"costCenterCode\": \"1000\",\r\n    \"supervisorLoginAccount\": \"BASWARE\\\\JOEGREEN\",\r\n    \"personCode\": \"1002\",\r\n    \"title\": \"Solid line manager\",\r\n    \"loginType\": \"0\",\r\n    \"approvalPasswordUseAllowed\": \"1\",\r\n    \"collaborationSendType\": \"1\",\r\n    \"messageSendType\": \"1\",\r\n    \"groups\": [\r\n      {\r\n        \"externalGroupCode\": \"P2P_Reviewers\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"companyCode\": \"P2P\",\r\n    \"loginAllowed\": true,\r\n    \"applicationGroups\": [\r\n        \"DefaultApplications\"\r\n    ],\r\n    \"externalCode\": \"P2P.1002\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/users",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users"
							]
						}
					},
					"response": [
						{
							"name": "POST user response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"description": "Specifies the media type of the resource. Value application/json is supported."
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"firstName\": \"John\",\r\n    \"surName\": \"Smith\",\r\n    \"uiLanguage\": \"en-US\",\r\n    \"countryCode\": \"FIN\",\r\n    \"telephone\": \"050501234567\",\r\n    \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\r\n    \"middleInitial\": \"S\",\r\n    \"email\": \"john.smith@company.com\",\r\n    \"costCenterCode\": \"1000\",\r\n    \"supervisorLoginAccount\": \"BASWARE\\\\JOEGREEN\",\r\n    \"personCode\": \"1002\",\r\n    \"title\": \"Solid line manager\",\r\n    \"loginType\": \"0\",\r\n    \"approvalPasswordUseAllowed\": \"1\",\r\n    \"collaborationSendType\": \"1\",\r\n    \"messageSendType\": \"1\",\r\n    \"groups\": [\r\n      {\r\n        \"externalGroupCode\": \"HIGH_1\",\r\n        \"active\": false\r\n      }\r\n    ],\r\n    \"companyCode\": \"P2P\",\r\n    \"loginAllowed\": true,\r\n    \"externalCode\": \"P2P.1002\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/users",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"users"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "1126"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 25 Oct 2019 07:44:36 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "1c1397f4-46ff-4316-90ff-3afadf62f238"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "CG8rtFuCjoEF8hA="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5db2a7e4-9d8dcd80a1ada3802e049900;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 c6b364b1181abfafd7a69f210841edca.cloudfront.net (CloudFront), 1.1 78dbcb60ca54760934851cf8d8476f3a.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "FRA6-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "iMzeiRbEOfRF0e3dJblE7cNZCUt384SvnfZOdsY64A6lYFTqb-cicw=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"firstName\": \"John\",\n        \"surName\": \"Smith\",\n        \"uiLanguage\": \"en-US\",\n        \"countryCode\": \"FIN\",\n        \"telephone\": \"050501234567\",\n        \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\n        \"password\": null,\n        \"middleInitial\": \"S\",\n        \"email\": \"john.smith@company.com\",\n        \"costCenterCode\": \"1000\",\n        \"validFrom\": null,\n        \"validUntil\": null,\n        \"supervisorLoginAccount\": \"BASWARE\\\\JOEGREEN\",\n        \"personCode\": \"1002\",\n        \"title\": \"Solid line manager\",\n        \"loginType\": \"0\",\n        \"approvalPasswordUseAllowed\": \"1\",\n        \"collaborationSendType\": \"1\",\n        \"messageSendType\": \"1\",\n        \"groups\": [\n            {\n                \"externalGroupCode\": \"HIGH_1\",\n                \"active\": false\n            }\n        ],\n        \"spendingLimits\": null,\n        \"purchaseManagerUserLocations\": null,\n        \"purchaseManagerModuleAccess\": null,\n        \"purchasingGroups\": null,\n        \"accessRealms\": null,\n        \"accessLoginMethod\": null,\n        \"accessTimeout\": null,\n        \"mfa\": null,\n        \"sendAccountCreationEmail\": null,\n        \"accountCreationURI\": null,\n        \"companyCode\": \"P2P\",\n        \"loginAllowed\": true,\n        \"externalCode\": \"P2P.1002\",\n        \"lastUpdated\": \"0001-01-01T00:00:00\"\n    }\n]"
						}
					]
				},
				{
					"name": "POST AdvancedPermission",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\r\n    \"rowApproveIterationCount\": 0,\r\n    \"permissionCode1\": \"6410\",\r\n    \"permissionCode2\": \"6310,6211\",\r\n    \"permissionCode3\": \"6209-6230\",\r\n    \"permissionCode4\": \"*\",\r\n    \"limit\": 20000,\r\n    \"priorityIndex\": 0,\r\n    \"module\": \"P2P\",\r\n    \"excludedValue\": \"6228\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"BASWARE\\\\JOHNSMITH_01_ROW1\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/advancedPermissions",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"advancedPermissions"
							]
						}
					},
					"response": [
						{
							"name": "POST AdvancedPermission response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\r\n    \"rowApproveIterationCount\": 0,\r\n    \"permissionCode1\": \"6410\",\r\n    \"permissionCode2\": \"6310,6211\",\r\n    \"permissionCode3\": \"6209-6230\",\r\n    \"permissionCode4\": \"*\",\r\n    \"limit\": 20000,\r\n    \"priorityIndex\": 0,\r\n    \"module\": \"P2P\",\r\n    \"excludedValue\": \"6228\",\r\n    \"companies\": [\r\n      {\r\n        \"companyCode\": \"01\",\r\n        \"active\": true\r\n      }\r\n    ],\r\n    \"externalCode\": \"BASWARE\\\\JOHNSMITH_01_ROW1\"\r\n  }\r\n]"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/advancedPermissions",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"advancedPermissions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "505"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 10:03:33 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "af7c7ebf-0939-4ff6-b7b0-0b898e6d267c"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "505"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhOWXEgEjoEFTkw="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a390f5-00be68396e48bc1306eb23d2;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 8685972bf77e5f24fd436c18e051a434.cloudfront.net (CloudFront), 1.1 6da67a85460a493ba4aab4d94239d022.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "MUC51-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "paADPWl24jA0t4Erf-4zAS4w3BiSmPMEOqllNNbBHWFw1sjFUml4Eg=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\n        \"rowApproveIterationCount\": 0,\n        \"permissionCode1\": \"6410\",\n        \"permissionCode2\": \"6310,6211\",\n        \"permissionCode3\": \"6209-6230\",\n        \"permissionCode4\": \"*\",\n        \"limit\": 20000,\n        \"priorityIndex\": 0,\n        \"module\": \"P2P\",\n        \"excludedValue\": \"6228\",\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"BASWARE\\\\JOHNSMITH_01_ROW1\",\n        \"lastUpdated\": \"2021-05-18T10:03:33.422Z\"\n    }\n]"
						}
					]
				}
			]
		},
		{
			"name": "P2P Purchase APIs",
			"item": [
				{
					"name": "POST purchaseRequisition",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"extDocumentNumber\": \"REQ0002137804\",\n        \"organizationUnitCode\": \"01\",\n        \"purchasingGroupCode\": \"P3\",\n        \"purchasingGroupName\": \"Machinery parts, electronics\",\n        \"ownerEmail\": \"john.smith@company.com\",\n        \"ownerLogin\": \"BASWARE\\\\JOHNSMITH\",\n        \"purpose\": \"Service parts for personnel lift renovation\",\n        \"desiredDeliveryDate\": \"2020-01-01T07:36:13.053Z\",\n        \"desiredDeliveryEndDate\": \"2020-12-31T07:36:13.053Z\",\n        \"deliveryInstructions\": \"Please deliver between 9-17.\",\n        \"classification\": \"Internal costs\",\n        \"lines\": [\n            {\n                \"externalCode\": \"01_REQ0002137804_Ln1\",\n                \"extRequisitionLineNumber\": \"0001\",\n                \"supplierCode\": \"10280\",\n                \"supplierName\": \"Lifting machines Inc.\",\n                \"contractNumber\": \"CON3217\",\n                \"supplierProductName\": \"Elevator control panel for mark VII elevators\",\n                \"supplierProductCode\": \"6791297632\",\n                \"quantity\": 1,\n                \"quantityUnitCode\": \"PCS\",\n                \"quantityUnitName\": \"Pieces\",\n                \"priceType\": \"Net\",\n                \"unitPrice\": 100,\n                \"discountPercent\": 0,\n                \"currencyCode\": \"EUR\",\n                \"taxCode\": \"T25\",\n                \"taxPercent\": 25,\n                \"taxPercent2\": 0,\n                \"codingRows\": [\n                    {\n                        \"externalCode\": \"01_REQ0002137804_0001_CR1\",\n                        \"accountCode\": \"18620\",\n                        \"accountName\": \"Machinery purchases\",\n                        \"costCenterCode\": \"35680\",\n                        \"costCenterName\": \"Helsinki Harbour\"\n                    }\n                ]\n            }\n        ],\n        \"sendToProcess\": true,\n        \"externalCode\": \"01_REQ0002137804\"\n    }\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/purchaseRequisitions",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"purchaseRequisitions"
							]
						},
						"description": "Note! Updating data for existing requisitions is not supported. Posting updates will result in errors in errorFeedbacks -interface and data will not be updated in Alusta Purchase. The data will still be accepted and updated in Basware API. Because of this updates to existing purchase requisition records will result in inconsistent data between GET operations to Basware API and Alusta Purchase."
					},
					"response": []
				},
				{
					"name": "POST purchaseOrder",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  {\n    \"externalCode\": \"ORD1278113\",\n    \"extOrderNumber\": \"ORD1278113\",\n    \"extRequisitionNumber\": \"ORD1278113_REQ#\",\n    \"processingStatus\": \"ReadyForImport\",\n    \"organizationUnitCode\": \"01\",\n    \"purchasingGroupCode\": \"1270\",\n    \"purchasingGroupName\": \"Internal costs\",\n    \"purpose\": \"Developer laptops\",\n    \"desiredDeliveryDate\": \"2020-10-24T00:00:00\",\n    \"desiredDeliveryEndDate\": \"2020-10-24T00:00:00\",\n    \"deliveryInstruction\": \"\",\n    \"classification\": \"IT equipment\",\n    \"contractNumber\": \"1201\",\n    \"supplierCode\": \"10280\",\n    \"supplierName\": \"Lifting Machines Inc.\",\n    \"ownerOrderingEmail\": \"john.smith@buyer.com\",\n    \"supplierOrderingEmail\": \"orders@supplier.com\",\n    \"paymentTermCode\": \"NT14\",\n    \"paymentTermName\": \"14 days net\",\n    \"attachPdfToNetworkOrder\": true,\n    \"orderRecipientType\": \"Supplier\",\n    \"deliveryLocation\": \"Helsinki\",\n    \"deliveryTerm\": \"BA16\",\n    \"deliveryReceivers\": [\n      {\n        \"externalCode\": \"P2P.1002\",\n        \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\n        \"emailAddress\": \"john.smith@company.com\"\n      }\n    ],\n    \"purchaseCurrency\": \"EUR\",\n    \"owner\": {\n        \"externalCode\": \"P2P.1002\",\n        \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\n        \"emailAddress\": \"john.smith@company.com\"\n    },\n    \"receiverToContact\": {\n        \"externalCode\": \"P2P.1002\",\n        \"loginAccount\": \"BASWARE\\\\JOHNSMITH\",\n        \"emailAddress\": \"john.smith@company.com\"\n    },\n    \"lines\": [\n      {\n        \"externalCode\": \"ORD1278113_Ln1\",\n        \"extOrderLineNumber\": \"1\",\n        \"categoryCode\": \"006\",\n        \"buyerProductCode\": \"126570\",\n        \"supplierProductCode\": \"639120\",\n        \"supplierProductName\": \"15\\\" laptop\",\n        \"description\": \"Laptops for new developers\",\n        \"desiredDeliveryDate\": \"2020-10-01T08:00:00.000Z\",\n        \"desiredDeliveryEndDate\": \"2020-10-07T16:00:00.000Z\",\n        \"allowPartialDeliveries\": true,\n        \"receiveAutomatically\": false,\n        \"quantity\": 3,\n        \"quantityUnit\": \"C62\",\n        \"quantityUnitName\": \"One\",\n        \"priceType\": \"Net\",\n        \"unitPrice\": 1000,\n        \"taxCode\": \"T25\",\n        \"taxPercent\": 25,\n        \"codingRows\": [\n          {\n            \"externalCode\": \"ORD1278100_Ln1_Cr1\",\n            \"accountCode\": \"18620\",\n            \"accountName\": \"Machinery purchases\",\n            \"costCenterCode\": \"35680\",\n            \"costCenterName\": \"Helsinki Harbour\",\n          }\n        ]\n      }\n    ],\n    \"deliveryAddress\": {\n      \"name\": \"Maple street office\",\n      \"streetName\": \"Runeberginkatu 11\",\n      \"postalZone\": \"02600\",\n      \"city\": \"Helsinki\",\n      \"countryCode\": \"FI\",\n      \"countryName\": \"Finland\"\n    }\n  }\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/purchaseOrders",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"purchaseOrders"
							]
						},
						"description": "Note! Updating data for existing requisitions is not supported. Posting updates will result in errors in errorFeedbacks -interface and data will not be updated in Alusta Purchase. The data will still be accepted and updated in Basware API. Because of this updates to existing purchase requisition records will result in inconsistent data between GET operations to Basware API and Alusta Purchase."
					},
					"response": []
				},
				{
					"name": "POST purchaseGoodsReceipt (receive)",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"externalCode\": \"ORD1278113_GRDOC1\",\n        \"externalGRNumber\": \"ORD1278113_GR#\",\n        \"orderExternalCode\": \"ORD1278113\",\n        \"receiveDate\": \"2020-09-15\",\n        \"receiver\": {\n            \"loginAccount\": \"BASWARE\\\\JOHNSMITH\"\n        },\n        \"lineReceivings\": [\n            {\n                \"externalCode\": \"ORD1278113_GRDOC1_Ln1\",\n                \"orderLineExternalCode\": \"ORD1278113_Ln1\",\n                \"deliveryNoteNumber\": \"34567898\",\n                \"receivedQuantity\": 2,\n                \"notifyFault\": false\n            }\n        ]\n    }\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/purchaseGoodsReceipts",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"purchaseGoodsReceipts"
							]
						},
						"description": "Note! Updating data for existing requisitions is not supported. Posting updates will result in errors in errorFeedbacks -interface and data will not be updated in Alusta Purchase. The data will still be accepted and updated in Basware API. Because of this updates to existing purchase requisition records will result in inconsistent data between GET operations to Basware API and Alusta Purchase."
					},
					"response": []
				},
				{
					"name": "POST purchaseGoodsReceipt (reverse)",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  {\n    \"externalCode\": \"ORD1278113_GRDOC2\",\n    \"externalGRNumber\": \"ORD1278113_GR2#\",\n    \"orderExternalCode\": \"ORD1278113\",\n    \"receiveDate\": \"2020-09-16\",\n    \"referenceGRDocumentExternalCode\": \"ORD1278113-GRDOC1\",\n    \"receiver\": {\n      \"loginAccount\": \"BASWARE\\\\JOHNSMITH\"\n    },\n    \"lineReceivings\": [\n      {\n        \"externalCode\": \"ORD1278113_GRDOC2-Ln1\",\n        \"orderLineExternalCode\": \"ORD1278113_Ln1\",\n        \"productSerialNumber\": \"9876556776643716\",\n        \"receivedQuantity\": -1,\n        \"referenceGRLineExternalCode\": \"ORD1278113_GRDOC1_Ln1\",\n        \"comment\": \"Broken laptop\",\n        \"notifyFault\": true\n      }\n    ]\n  }\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/purchaseGoodsReceipts",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"purchaseGoodsReceipts"
							]
						},
						"description": "Note! Updating data for existing requisitions is not supported. Posting updates will result in errors in errorFeedbacks -interface and data will not be updated in Alusta Purchase. The data will still be accepted and updated in Basware API. Because of this updates to existing purchase requisition records will result in inconsistent data between GET operations to Basware API and Alusta Purchase."
					},
					"response": []
				},
				{
					"name": "POST Contract",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"referenceCode\": \"CON3218\",\r\n    \"companyCode\": \"01\",\r\n    \"title\": \"Maintenance parts\",\r\n    \"description\": \"Elevator components\",\r\n    \"type\": \"Fixed\",\r\n    \"validFrom\": \"2019-01-01\",\r\n    \"validTo\": \"2023-12-01\",\r\n    \"total\": 100000,\r\n    \"amountType\": \"Net\",\r\n    \"currencyCode\": \"EUR\",\r\n    \"paymentTermCode\": \"NT14\",\r\n    \"owner\": \"John Smith\",\r\n    \"contactPerson\": \"Samantha Green\",\r\n    \"active\": true,\r\n    \"suppliers\": [\r\n      {\r\n        \"supplierCode\": \"10280\",\r\n        \"supplierName\": \"Lifting machines Inc.\"\r\n      }\r\n    ],\r\n    \"externalLinks\": [\r\n      {\r\n        \"externalLinkName\": \"Basware homepage\",\r\n        \"externalLinkURL\": \"https://www.basware.com\"\r\n      }\r\n    ],\r\n    \"externalCode\": \"CON3218\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/contracts",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"contracts"
							]
						}
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "GET posted data",
			"item": [
				{
					"name": "GET multiple records",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-amz-meta-continuationtoken",
								"value": "<string>",
								"description": "UUID value that needs to be included in request to receive the next page of results.",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/:interface/",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								":interface",
								""
							],
							"query": [
								{
									"key": "pageSize",
									"value": "500",
									"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items",
									"disabled": true
								},
								{
									"key": "companyCode",
									"value": "<string>",
									"description": "Company filter. Returns items for specific company.",
									"disabled": true
								},
								{
									"key": "lastUpdated",
									"value": "<dateTime>",
									"description": "Date Filter. Returns items that have been updated after specified date.",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "interface",
									"value": "costCenters",
									"description": "The interface for which records are returned, e.g. accounts, costCenters, vendors, matchingOrderLines"
								}
							]
						}
					},
					"response": [
						{
							"name": "GET multiple records response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "x-amz-meta-continuationtoken",
										"value": "<string>",
										"description": "UUID value that needs to be included in request to receive the next page of results."
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/accounts",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"accounts"
									],
									"query": [
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items",
											"disabled": true
										},
										{
											"key": "companyCode",
											"value": "<string>",
											"description": "Company filter. Returns items for specific company.",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "<dateTime>",
											"description": "Date Filter. Returns items that have been updated after specified date.",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "5419"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Wed, 25 Sep 2019 09:41:43 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "78c432d8-ab74-4258-86d3-003fae10475a"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "AkVtnGsUDoEFXpQ="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d8b3657-2f75bf4095f705d04f80c5c0;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 089ee28df029aa2f4878a528c124aaf9.cloudfront.net (CloudFront), 1.1 feed293e4f35224252786d4d48fa601f.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "LHR50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN1-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "EZM3-JBPSp8vJf9YBPk5lwMX4Pef0gRwr9kSdbnd9cHMOtL_s7torQ=="
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"accountCode\": \"100122\",\n        \"accountNames\": [\n            {\n                \"translation\": \"Office supplies\",\n                \"language\": \"en-US\"\n            }\n        ],\n        \"parents\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"100122_01\",\n        \"lastUpdated\": \"2019-09-25T07:35:41.412Z\"\n    },\n    {\n        \"accountCode\": \"102223\",\n        \"accountNames\": [\n            {\n                \"translation\": \"Sales expenses\",\n                \"language\": \"en-US\"\n            }\n        ],\n        \"parents\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"102223_01\",\n        \"lastUpdated\": \"2019-09-19T08:51:07.934Z\"\n    },\n    {\n        \"accountCode\": \"132388\",\n        \"accountNames\": [\n            {\n                \"translation\": \"Equipment maintenance costs\",\n                \"language\": \"en-US\"\n            }\n        ],\n        \"parents\": null,\n        \"companies\": [\n            {\n                \"companyCode\": \"01\",\n                \"inherit\": false,\n                \"active\": true\n            }\n        ],\n        \"externalCode\": \"132388_01\",\n        \"lastUpdated\": \"2019-09-17T10:54:26.423Z\"\n    }\n]"
						}
					]
				},
				{
					"name": "GET single record by externalCode",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{baseUrl}}/v1/:interface/:externalCode",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								":interface",
								":externalCode"
							],
							"variable": [
								{
									"key": "interface",
									"value": "accounts",
									"description": "The interface for which records are returned, e.g. accounts, costCenters, vendors, matchingOrderLines"
								},
								{
									"key": "externalCode",
									"value": "18620-02",
									"description": "The ExternalCode of the entity to be fetched"
								}
							]
						}
					},
					"response": [
						{
							"name": "GET single record response",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{baseUrl}}/:interface/:externalCode",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										":interface",
										":externalCode"
									],
									"variable": [
										{
											"key": "interface",
											"value": "accounts",
											"description": "The interface for which records are returned, e.g. accounts, costCenters, vendors, matchingOrderLines"
										},
										{
											"key": "externalCode",
											"value": "18620-02",
											"description": "The ExternalCode of the entity to be fetched"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "417"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Wed, 25 Sep 2019 09:43:58 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "ef45dfea-95ff-4c44-b691-4389bb5f5562"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "AkWCyEVNjoEFU1Q="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-5d8b36de-705b0122ec4ebf0676016333;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 67cb3947592025e38a5582b2e33b8c2f.cloudfront.net (CloudFront), 1.1 feed293e4f35224252786d4d48fa601f.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "LHR50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "ARN1-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "EITAPfgaTgH9kk6eActvDpg0pBJegnjeeFTm4oG9BKNdjqNQSJgkKw=="
								}
							],
							"cookie": [],
							"body": "{\n    \"accountCode\": \"18620\",\n    \"accountNames\": [\n        {\n            \"translation\": \"Machinery purchases\",\n            \"language\": \"en-US\"\n        },\n        {\n            \"translation\": \"Koneiden hankinnat\",\n            \"language\": \"fi-FI\"\n        }\n    ],\n    \"parents\": null,\n    \"companies\": [\n        {\n            \"companyCode\": \"02\",\n            \"inherit\": false,\n            \"active\": true\n        }\n    ],\n    \"externalCode\": \"18620-02\",\n    \"lastUpdated\": \"2019-09-05T13:33:36.766Z\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "GET errors / request Status (from target systems)",
			"item": [
				{
					"name": "requestStatus API (new)",
					"item": [
						{
							"name": "GET \"error\" responses, show only errors",
							"request": {
								"method": "GET",
								"header": [
									{
										"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
										"key": "x-amz-meta-continuationtoken",
										"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/requestStatus?status=Error&ignoreSuccessfullItems=true&lastUpdated=2021-04-03",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"requestStatus"
									],
									"query": [
										{
											"key": "status",
											"value": "Error",
											"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system."
										},
										{
											"key": "entityType",
											"value": "MatchingGoodsReceipt",
											"description": "Allows filtering requests by EntityType.",
											"disabled": true
										},
										{
											"key": "ignoreSuccessfullItems",
											"value": "true",
											"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress."
										},
										{
											"key": "system",
											"value": "P2P",
											"description": "Allows limiting the responses to requests routed to a particular target system.",
											"disabled": true
										},
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "2021-04-03",
											"description": "Date Filter. Returns items that have been updated after specified date."
										}
									]
								},
								"description": "Note: RequestStatus functionality is not yet available for 'users' API for following target systems: \r\n1. Network consumer (application codes 'SupplierPortal' and 'SupplierManagement') \r\n2. Basware Access"
							},
							"response": [
								{
									"name": "GET errors only response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
												"key": "x-amz-meta-continuationtoken",
												"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
											}
										],
										"url": {
											"raw": "https://{{baseUrl}}/v1/requestStatus?ignoreSuccessfullItems=true&lastUpdated=2021-04-03",
											"protocol": "https",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"requestStatus"
											],
											"query": [
												{
													"key": "status",
													"value": "AcknowledgedSuccess",
													"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system.",
													"disabled": true
												},
												{
													"key": "entityType",
													"value": "MatchingGoodsReceipt",
													"description": "Allows filtering requests by EntityType.",
													"disabled": true
												},
												{
													"key": "ignoreSuccessfullItems",
													"value": "true",
													"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress."
												},
												{
													"key": "system",
													"value": "P2P",
													"description": "Allows limiting the responses to requests routed to a particular target system.",
													"disabled": true
												},
												{
													"key": "pageSize",
													"value": "500",
													"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
													"disabled": true
												},
												{
													"key": "lastUpdated",
													"value": "2021-04-03",
													"description": "Date Filter. Returns items that have been updated after specified date."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "2566"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Tue, 18 May 2021 08:11:39 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "572d422d-2ccc-4f43-925a-fa3046fa489b"
										},
										{
											"key": "x-amzn-Remapped-Content-Length",
											"value": "2566"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fg99XEvkjoEFTqQ="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a376bb-5e7e6164749ec1db7ed90b3a;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 269bfdd288bfea5423a4e9e701777da6.cloudfront.net (CloudFront), 1.1 0b29dbae3ec4657017234abf5689a8f8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FRA53-C1"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "P8I_6cjlBUplOgrqg0aQ1gMm2UruZ0wbUYqzURv0s220VUr_eK1GMg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"requestStatus\": [\n        {\n            \"requestId\": \"6ec7c29a-bcfa-44ab-8260-384222050b0f\",\n            \"entityType\": \"GenericList\",\n            \"entityVersion\": \"GenericListV1\",\n            \"requestStatus\": \"Error\",\n            \"lastUpdated\": \"2021-05-17T12:04:46.4326247Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Error\",\n                    \"lastUpdated\": \"2021-05-17T12:04:46.4326247Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"032141\",\n                            \"status\": \"Error\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Error\",\n                                    \"message\": \"Records with CompanyCode = 10 and ExternalCode = 032141_10 for EXT_ACC_LIST_1 has been skipped from import due to wrong or missing CompanyCode\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"1a78a513-14b4-4c52-9147-343f712c68cc\",\n            \"entityType\": \"CostCenter\",\n            \"entityVersion\": \"CostCenterV1\",\n            \"requestStatus\": \"Error\",\n            \"lastUpdated\": \"2021-05-10T12:44:43.3668314Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Error\",\n                    \"lastUpdated\": \"2021-05-10T12:44:43.3668314Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"4847-31231212-212121-1212B\",\n                            \"status\": \"Error\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Error\",\n                                    \"message\": \"Cost center data already exists with the same code. Skipping record from import process.\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "GET \"error\" responses, show also succesful records",
							"request": {
								"method": "GET",
								"header": [
									{
										"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
										"key": "x-amz-meta-continuationtoken",
										"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/requestStatus?status=Error&lastUpdated=2021-04-03",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"requestStatus"
									],
									"query": [
										{
											"key": "status",
											"value": "Error",
											"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system."
										},
										{
											"key": "entityType",
											"value": "MatchingGoodsReceipt",
											"description": "Allows filtering requests by EntityType.",
											"disabled": true
										},
										{
											"key": "ignoreSuccessfullItems",
											"value": "true",
											"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress.",
											"disabled": true
										},
										{
											"key": "system",
											"value": "P2P",
											"description": "Allows limiting the responses to requests routed to a particular target system.",
											"disabled": true
										},
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "2021-04-03",
											"description": "Date Filter. Returns items that have been updated after specified date."
										}
									]
								},
								"description": "Note: RequestStatus functionality is not yet available for 'users' API for following target systems: \r\n1. Network consumer (application codes 'SupplierPortal' and 'SupplierManagement') \r\n2. Basware Access"
							},
							"response": [
								{
									"name": "GET errors only response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
												"key": "x-amz-meta-continuationtoken",
												"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
											}
										],
										"url": {
											"raw": "https://{{baseUrl}}/v1/requestStatus?ignoreSuccessfullItems=true&lastUpdated=2021-04-03",
											"protocol": "https",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"requestStatus"
											],
											"query": [
												{
													"key": "status",
													"value": "AcknowledgedSuccess",
													"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system.",
													"disabled": true
												},
												{
													"key": "entityType",
													"value": "MatchingGoodsReceipt",
													"description": "Allows filtering requests by EntityType.",
													"disabled": true
												},
												{
													"key": "ignoreSuccessfullItems",
													"value": "true",
													"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress."
												},
												{
													"key": "system",
													"value": "P2P",
													"description": "Allows limiting the responses to requests routed to a particular target system.",
													"disabled": true
												},
												{
													"key": "pageSize",
													"value": "500",
													"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
													"disabled": true
												},
												{
													"key": "lastUpdated",
													"value": "2021-04-03",
													"description": "Date Filter. Returns items that have been updated after specified date."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "2566"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Tue, 18 May 2021 08:11:39 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "572d422d-2ccc-4f43-925a-fa3046fa489b"
										},
										{
											"key": "x-amzn-Remapped-Content-Length",
											"value": "2566"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fg99XEvkjoEFTqQ="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a376bb-5e7e6164749ec1db7ed90b3a;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 269bfdd288bfea5423a4e9e701777da6.cloudfront.net (CloudFront), 1.1 0b29dbae3ec4657017234abf5689a8f8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FRA53-C1"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "P8I_6cjlBUplOgrqg0aQ1gMm2UruZ0wbUYqzURv0s220VUr_eK1GMg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"requestStatus\": [\n        {\n            \"requestId\": \"6ec7c29a-bcfa-44ab-8260-384222050b0f\",\n            \"entityType\": \"GenericList\",\n            \"entityVersion\": \"GenericListV1\",\n            \"requestStatus\": \"Error\",\n            \"lastUpdated\": \"2021-05-17T12:04:46.4326247Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Error\",\n                    \"lastUpdated\": \"2021-05-17T12:04:46.4326247Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"032141\",\n                            \"status\": \"Error\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Error\",\n                                    \"message\": \"Records with CompanyCode = 10 and ExternalCode = 032141_10 for EXT_ACC_LIST_1 has been skipped from import due to wrong or missing CompanyCode\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"1a78a513-14b4-4c52-9147-343f712c68cc\",\n            \"entityType\": \"CostCenter\",\n            \"entityVersion\": \"CostCenterV1\",\n            \"requestStatus\": \"Error\",\n            \"lastUpdated\": \"2021-05-10T12:44:43.3668314Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Error\",\n                    \"lastUpdated\": \"2021-05-10T12:44:43.3668314Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"4847-31231212-212121-1212B\",\n                            \"status\": \"Error\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Error\",\n                                    \"message\": \"Cost center data already exists with the same code. Skipping record from import process.\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "GET \"request succesful\" responses",
							"request": {
								"method": "GET",
								"header": [
									{
										"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
										"key": "x-amz-meta-continuationtoken",
										"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/requestStatus?status=Success&lastUpdated=2021-04-03",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"requestStatus"
									],
									"query": [
										{
											"key": "status",
											"value": "Success",
											"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system."
										},
										{
											"key": "entityType",
											"value": "MatchingGoodsReceipt",
											"description": "Allows filtering requests by EntityType.",
											"disabled": true
										},
										{
											"key": "ignoreSuccessfullItems",
											"value": "false",
											"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress.",
											"disabled": true
										},
										{
											"key": "system",
											"value": "P2P",
											"description": "Allows limiting the responses to requests routed to a particular target system.",
											"disabled": true
										},
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "2021-04-03",
											"description": "Date Filter. Returns items that have been updated after specified date."
										}
									]
								},
								"description": "Note: RequestStatus functionality is not yet available for 'users' API for following target systems: \r\n1. Network consumer (application codes 'SupplierPortal' and 'SupplierManagement') \r\n2. Basware Access"
							},
							"response": [
								{
									"name": "GET \"request succesful\" responses",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Used to get next page of results when item count indicated by 'pageSize' is exceeded. A token is returned in header (not body) parameter 'X-amz-meta-continuationToken' of the response whenever there are more records to fetch. Post the received value here in a new GET request to receive the next page of results. ",
												"key": "x-amz-meta-continuationtoken",
												"value": "2b9f2e6f-1dde-4c3b-99b5-97c584b59ff8"
											}
										],
										"url": {
											"raw": "https://{{baseUrl}}/v1/requestStatus?status=Success&lastUpdated=2021-04-03",
											"protocol": "https",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"requestStatus"
											],
											"query": [
												{
													"key": "status",
													"value": "Success",
													"description": "Allows filtering requests by status. Defaults to status ‘Error’ if search is not narrowed-down by entityType or system."
												},
												{
													"key": "entityType",
													"value": "MatchingGoodsReceipt",
													"description": "Allows filtering requests by EntityType.",
													"disabled": true
												},
												{
													"key": "ignoreSuccessfullItems",
													"value": "false",
													"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress.",
													"disabled": true
												},
												{
													"key": "system",
													"value": "P2P",
													"description": "Allows limiting the responses to requests routed to a particular target system.",
													"disabled": true
												},
												{
													"key": "pageSize",
													"value": "500",
													"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items.",
													"disabled": true
												},
												{
													"key": "lastUpdated",
													"value": "2021-04-03",
													"description": "Date Filter. Returns items that have been updated after specified date."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "8018"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Tue, 18 May 2021 08:16:21 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "7bb72197-8c3e-4ca0-b251-a5216a57a7df"
										},
										{
											"key": "x-amzn-Remapped-Content-Length",
											"value": "8018"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fg-pZExjjoEFz_g="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a377d5-33aa3dc71fc535484900be14;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 f2db75b601dc30df73b1beb29596a375.cloudfront.net (CloudFront), 1.1 79beb37803543f9a0f0aa59f238cc43a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FRA53-C1"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "MMnMMb7tgJG2mpuspiJ9OWZl39JjO1HrgyOsie54Lzf-j1UBFFdS5g=="
										}
									],
									"cookie": [],
									"body": "{\n    \"requestStatus\": [\n        {\n            \"requestId\": \"de8ca9de-0345-486d-b5f6-c7d84da11d42\",\n            \"entityType\": \"Vendor\",\n            \"entityVersion\": \"VendorV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-17T12:08:30.6721119Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-17T12:08:30.6721119Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"ORACLE_10280\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"b84f3bee-33d1-4289-8caf-a950c52015e6\",\n            \"entityType\": \"Vendor\",\n            \"entityVersion\": \"VendorV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-17T12:07:20.2117758Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-17T12:07:20.2117758Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"ORACLE_10280\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"109c9e4c-1888-45ec-9b98-965abfd03399\",\n            \"entityType\": \"ExchangeRate\",\n            \"entityVersion\": \"ExchangeRateV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-17T12:07:03.271424Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-17T12:07:03.271424Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"AUDEUR_20210517\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"3c74719e-d502-4ae7-96be-cd767a9f748f\",\n            \"entityType\": \"CostCenter\",\n            \"entityVersion\": \"CostCenterV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-10T12:55:35.7421845Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2P\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-10T12:55:35.7421845Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"4847-31231212-212121-1212B\",\n                            \"status\": \"NotProcessed\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"fc845af1-804b-42e6-8c0b-51bdec363952\",\n            \"entityType\": \"User\",\n            \"entityVersion\": \"UserV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-10T09:42:46.2895361Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-10T09:42:46.2895361Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"P2P.1002.John_test20210510A\",\n                            \"status\": \"Warning\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Warning\",\n                                    \"message\": \"UserImport: No Cost Center information found for user with external code P2P.1002.John_test20210510A.\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"e9834f32-dbd8-414f-99e6-f02dc00ab00e\",\n            \"entityType\": \"User\",\n            \"entityVersion\": \"UserV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-10T09:41:40.9326462Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-10T09:41:40.9326462Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"P2P.1002\",\n                            \"status\": \"Warning\",\n                            \"errors\": [\n                                {\n                                    \"type\": \"Warning\",\n                                    \"message\": \"UserImport: No Cost Center information found for user with external code P2P.1002.\",\n                                    \"category\": \"DataValidation\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"e34019d7-9615-4991-82ab-ed1f0b49e534\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:36:11.6182192Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:36:11.6182192Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"dac8c130-7817-48ad-87ff-300e7822126d\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:35:26.9974483Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:35:26.9974483Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"9a6d1f0a-2189-48f6-b562-08092c5da1c9\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:35:20.3810964Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:35:20.3810964Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"f3a4c77f-bd81-4e4e-a699-0203f4cda7fa\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:35:08.9410999Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:35:08.9410999Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"45656b6f-f8ad-4dd5-b39a-d2f83384d45f\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:31:58.6790645Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:31:58.6790645Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"40b838f2-215d-4f92-abe7-95ba793bb055\",\n            \"entityType\": \"Project\",\n            \"entityVersion\": \"ProjectV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T12:31:45.0558575Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T12:31:45.0558575Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"677020YEAR\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"requestId\": \"81c311e8-073c-4e9b-9a0f-2e596f3cd3fa\",\n            \"entityType\": \"TransferResponse\",\n            \"entityVersion\": \"TransferResponseV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-05T09:01:28.0451608Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"IA\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-05T09:01:28.0451608Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"3b7326fbdd714e168b9637ce42e0a32\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "GET responses by requestId",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/v1/requestStatus/:requestId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"requestStatus",
										":requestId"
									],
									"query": [
										{
											"key": "system",
											"value": "P2P",
											"description": "Allows limiting the responses to requests routed to a particular target system.",
											"disabled": true
										},
										{
											"key": "ignoreSuccessfulItems",
											"value": "true",
											"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress.",
											"disabled": true
										}
									],
									"variable": [
										{
											"key": "requestId",
											"value": "109c9e4c-1888-45ec-9b98-965abfd03399",
											"description": "(Required) The request id used to post in the data. This is returned in request header parameter 'x-amzn-RequestId', in response of the original request."
										}
									]
								},
								"description": "Note: RequestStatus functionality is not yet available for 'users' API for following target systems: \r\n1. Network consumer (application codes 'SupplierPortal' and 'SupplierManagement') \r\n2. Basware Access"
							},
							"response": [
								{
									"name": "GET responses by requestId - response",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{baseUrl}}/v1/requestStatus/:requestId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"requestStatus",
												":requestId"
											],
											"query": [
												{
													"key": "system",
													"value": "P2P",
													"description": "Allows limiting the responses to requests routed to a particular target system.",
													"disabled": true
												},
												{
													"key": "ignoreSuccessfulItems",
													"value": "true",
													"description": "Allows filtering out succesful records within the response. Can be used to show only records with errors and records in progress.",
													"disabled": true
												}
											],
											"variable": [
												{
													"key": "requestId",
													"value": "109c9e4c-1888-45ec-9b98-965abfd03399",
													"description": "(Required) The request id used to post in the data. This is returned in request header parameter 'x-amzn-RequestId', in response of the original request."
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "605"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Tue, 18 May 2021 08:21:12 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "46c2c733-b28d-4b96-9d74-875bd80e8059"
										},
										{
											"key": "x-amzn-Remapped-Content-Length",
											"value": "605"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fg_W4HGljoEFbLg="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a378f8-2b5e150800e1c51e63e36e42;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 d66ba6ddafce2f17d4194c66f1af89fc.cloudfront.net (CloudFront), 1.1 79beb37803543f9a0f0aa59f238cc43a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HAM50-C1"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "vGQnXCPMFJu4nYSrqG3W0d9AzrtKFb-pNV1KWMV0nxpDWbgzVll6Vw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"requestStatus\": [\n        {\n            \"requestId\": \"109c9e4c-1888-45ec-9b98-965abfd03399\",\n            \"entityType\": \"ExchangeRate\",\n            \"entityVersion\": \"ExchangeRateV1\",\n            \"requestStatus\": \"Success\",\n            \"lastUpdated\": \"2021-05-17T12:07:03.271424Z\",\n            \"systems\": [\n                {\n                    \"system\": \"P2P\",\n                    \"module\": \"P2PAdmin\",\n                    \"systemStatus\": \"Success\",\n                    \"lastUpdated\": \"2021-05-17T12:07:03.271424Z\",\n                    \"items\": [\n                        {\n                            \"externalCode\": \"AUDEUR_20210517\",\n                            \"status\": \"Success\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "Acknowledge received status updates",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"requestIds\": [\n        \"109c9e4c-1888-45ec-9b98-965abfd03399\", \n        \"3c74719e-d502-4ae7-96be-cd767a9f748f\",\n        \"fc845af1-804b-42e6-8c0b-51bdec363952\"        \n    ]\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/requestStatus/acknowledge",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"requestStatus",
										"acknowledge"
									]
								},
								"description": "Acknowledging will status from 'Success' or 'Error' to indicate the request has already been acknowledged."
							},
							"response": [
								{
									"name": "Acknowledge response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"requestIds\": [\n        \"109c9e4c-1888-45ec-9b98-965abfd03399\", \n        \"3c74719e-d502-4ae7-96be-cd767a9f748f\",\n        \"fc845af1-804b-42e6-8c0b-51bdec363952\"        \n    ]\n}"
										},
										"url": {
											"raw": "{{baseUrl}}/v1/requestStatus/acknowledge",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"requestStatus",
												"acknowledge"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "plain",
									"header": [
										{
											"key": "Content-Length",
											"value": "0"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Tue, 18 May 2021 08:22:55 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "f3996bcf-c9b9-40d4-beb8-f7dfec528f7d"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fg_m1EzKjoEFVKw="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a3795e-0093ec485ad37221087f0a27;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 6b4954a8411e7b2a232537f8000c5c9d.cloudfront.net (CloudFront), 1.1 79beb37803543f9a0f0aa59f238cc43a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FRA50-C1"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "u9dpqFHwyZLPzUufxcs92BDKNx-CsrAHf9fmtlORDKeRbdIrZYDT2A=="
										}
									],
									"cookie": [],
									"body": ""
								}
							]
						}
					]
				},
				{
					"name": "errorFeedbacks API (old)",
					"item": [
						{
							"name": "GET Errors by date",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "continuationToken",
										"value": "<string>",
										"description": "UUID value that needs to be included in request to receive the next page of results.",
										"disabled": true
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/errorFeedbacks?lastUpdated=2020-05-16",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"errorFeedbacks"
									],
									"query": [
										{
											"key": "targetSystem",
											"value": "<string>",
											"description": "Basware application module which has posted error (\"P2P\", \"Vendor Manager\", \"Purchase Manager\", etc.)",
											"disabled": true
										},
										{
											"key": "entityType",
											"value": "<string>",
											"description": "The EntityType of the entities to be fetched",
											"disabled": true
										},
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items",
											"disabled": true
										},
										{
											"key": "lastUpdated",
											"value": "2020-05-16"
										}
									]
								}
							},
							"response": [
								{
									"name": "GET Errors by date",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "continuationToken",
												"value": "<string>",
												"description": "UUID value that needs to be included in request to receive the next page of results.",
												"disabled": true
											}
										],
										"url": {
											"raw": "https://{{baseUrl}}/v1/errorFeedbacks?lastUpdated=2020-05-16",
											"protocol": "https",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"errorFeedbacks"
											],
											"query": [
												{
													"key": "targetSystem",
													"value": "<string>",
													"description": "Basware application module which has posted error (\"P2P\", \"Vendor Manager\", \"Purchase Manager\", etc.)",
													"disabled": true
												},
												{
													"key": "entityType",
													"value": "<string>",
													"description": "The EntityType of the entities to be fetched",
													"disabled": true
												},
												{
													"key": "pageSize",
													"value": "500",
													"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items",
													"disabled": true
												},
												{
													"key": "lastUpdated",
													"value": "2020-05-16"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "323420"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Mon, 17 May 2021 12:21:52 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "aad4cec0-c1c3-44d2-b898-d23ff2777320"
										},
										{
											"key": "x-amzn-Remapped-Content-Length",
											"value": "323420"
										},
										{
											"key": "x-amz-meta-continuationtoken",
											"value": "92b6de0c-7ec9-4179-b59b-49196775a4b7"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "fePrAFYWDoEF5Kw="
										},
										{
											"key": "X-Amzn-Trace-Id",
											"value": "Root=1-60a25fdf-3c42d59f3e840da376c0276b;Sampled=0"
										},
										{
											"key": "Via",
											"value": "1.1 28b0f9ae51406f70504a784d296a3a49.cloudfront.net (CloudFront), 1.1 8f473fbf4c5fc98461ca6905ec13126d.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FRA56-C2"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "HEL50-C1"
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "zTBgeq2Luhr3q3zzaodKIxdaCPMT_XJ8foz-EgNDDR0vJnPeqRz7UQ=="
										}
									],
									"cookie": [],
									"body": "{\n    \"errorList\": [\n        {\n            \"id\": \"b01af2ac-ef47-4148-96cd-185a2b53faba\",\n            \"requestId\": \"6ec7c29a-bcfa-44ab-8260-384222050b0f\",\n            \"externalCode\": \"032141\",\n            \"errorEntity\": \"{\\\"ExternalCode\\\":\\\"032141\\\"}\",\n            \"entityType\": \"GenericList\",\n            \"errorStamp\": \"2021-05-17T12:04:46.417Z\",\n            \"errors\": [\n                \"Records with CompanyCode = 10 and ExternalCode = 032141_10 for EXT_ACC_LIST_1 has been skipped from import due to wrong or missing CompanyCode. \"\n            ],\n            \"targetSystem\": \"P2P\"\n        },\n        {\n            \"id\": \"ef8c16a7-a062-4d8b-9c3e-8762cbf1f642\",\n            \"requestId\": \"1a78a513-14b4-4c52-9147-343f712c68cc\",\n            \"externalCode\": \"4847-31231212-212121-1212B\",\n            \"errorEntity\": \"{\\\"ExternalCode\\\":\\\"4847-31231212-212121-1212B\\\"}\",\n            \"entityType\": \"CostCenter\",\n            \"errorStamp\": \"2021-05-10T12:44:43.343Z\",\n            \"errors\": [\n                \"Cost center data already exists with the same code. Skipping record from import process.. \"\n            ],\n            \"targetSystem\": \"P2P\"\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "GET Errors by externalCode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{baseUrl}}/v1/errorFeedbacks/:entityType/:errorEntityExternalCode",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"errorFeedbacks",
										":entityType",
										":errorEntityExternalCode"
									],
									"variable": [
										{
											"key": "entityType",
											"value": "User",
											"description": "The entityType of the entities to be fetched"
										},
										{
											"key": "errorEntityExternalCode",
											"value": "kariy_test4_yopmail.com",
											"description": "The ExternalCode of the entities to be fetched"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "GET Errors by messageId",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{baseUrl}}/v1/errorFeedbacks/:requestId?pageSize=500",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"errorFeedbacks",
										":requestId"
									],
									"query": [
										{
											"key": "pageSize",
											"value": "500",
											"description": "A limit for the number of items to be returned for one request. Limit can range between 1 and 500 items"
										}
									],
									"variable": [
										{
											"key": "requestId",
											"value": "70bd0b4a-902d-414f-af88-900e9ce9a37b",
											"description": "The RequestId of the entity to be fetched"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Push notifications",
			"item": [
				{
					"name": "POST Subscription",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\r\n  {\r\n    \"taskType\": \"AccountingDocuments\",\r\n    \"taskSubType\": \"All\",\r\n    \"subscriptionType\": \"Webhook\",\r\n    \"notificationWebhookURL\": \"https://webhook.site/cdb83b11-9577-4f1b-a915-20cc863782ca\",\r\n    \"webhookAuthenticationToken\": \"ad65rujltr9093ijhdkutiyua09döijhsa76d8799w8pqugdfafjdhfkjhadls\"\r\n  }\r\n]"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/subscriptions",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"subscriptions"
							]
						}
					},
					"response": []
				},
				{
					"name": "GET subscriptions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/subscriptions",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"subscriptions"
							]
						}
					},
					"response": []
				},
				{
					"name": "DELETE subscriptions",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/subscriptions?taskType=RequestStatus&taskSubType=All&lastUpdated=2022-01-28",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"subscriptions"
							],
							"query": [
								{
									"key": "taskType",
									"value": "RequestStatus"
								},
								{
									"key": "taskSubType",
									"value": "All"
								},
								{
									"key": "lastUpdated",
									"value": "2022-01-28"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "GET tasks",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"description": "Specifies the media type of the resource. Value application/json is supported."
							}
						],
						"url": {
							"raw": "https://{{baseUrl}}/v1/tasks?lastUpdated=2021-10-01",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"tasks"
							],
							"query": [
								{
									"key": "lastUpdated",
									"value": "2021-10-01"
								}
							]
						}
					},
					"response": [
						{
							"name": "GET tasks",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"description": "Specifies the media type of the resource. Value application/json is supported."
									}
								],
								"url": {
									"raw": "https://{{baseUrl}}/v1/tasks?lastUpdated=2021-10-01",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"tasks"
									],
									"query": [
										{
											"key": "lastUpdated",
											"value": "2021-10-01"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "37189"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 28 Jan 2022 10:11:19 GMT"
								},
								{
									"key": "Apigw-Requestid",
									"value": "Mpsi2jZSjoEEJrg="
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 5bcfe2deda0bdbc6bade0af9b61602ca.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "OSL50-P1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "zP26iAYSxgehnU3ZGtwZnkLB51zJ1D4u0Re30dKeE2lBLVkutnQcfw=="
								}
							],
							"cookie": [],
							"body": "{\n    \"taskStatus\": [\n        {\n            \"taskId\": \"e36b46ce-beee-44f6-b20a-b26277b9991a\",\n            \"taskStatus\": \"Completed\",\n            \"taskType\": \"AccountingDocuments\",\n            \"taskSubType\": \"WaitingForTransfer\",\n            \"documentId\": \"709dfc0da9194892ae177b81dc7384f1\",\n            \"expirationTime\": null,\n            \"externalProcessingTime\": null,\n            \"isSimulatedTask\": false,\n            \"lastUpdated\": \"2022-01-27T14:48:07Z\",\n            \"taskHistory\": [\n                {\n                    \"action\": \"Initiated\",\n                    \"timeStamp\": \"2022-01-27T14:48:03Z\",\n                    \"messages\": null\n                },\n                {\n                    \"action\": \"New\",\n                    \"timeStamp\": \"2022-01-27T14:48:05Z\",\n                    \"messages\": null\n                },\n                {\n                    \"action\": \"Completed\",\n                    \"timeStamp\": \"2022-01-27T14:48:07Z\",\n                    \"messages\": [\n                        \" Response from webhook ''\"\n                    ]\n                }\n            ]\n        }   \n    ]\n}"
						}
					]
				}
			]
		},
		{
			"name": "Maintenance",
			"item": [
				{
					"name": "Delete data",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"lastUpdated\": \"0001-01-01\"\r\n}\r\n\r\n\r\n",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/:interface",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								":interface"
							],
							"variable": [
								{
									"key": "interface",
									"value": "lists/ACC_LIST_21"
								}
							]
						}
					},
					"response": [
						{
							"name": "Delete data response (status link)",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"lastUpdated\": \"0001-01-01\"\r\n}\r\n\r\n\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/:interface",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										":interface"
									],
									"variable": [
										{
											"key": "interface",
											"value": "lists/ACC_LIST_21"
										}
									]
								}
							},
							"status": "Accepted",
							"code": 202,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "196"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 09:42:31 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "f6f37e73-d1c7-4675-8dce-a649408a2359"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "196"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhLREFlQjoEF-TA="
								},
								{
									"key": "Location",
									"value": "https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/e4f6c0a3-caee-47ba-830f-b380e34a56fe"
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a38c06-566840aa208048987c462b9a;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 1ce2e02518867b6d4fdccf32e95ab8e4.cloudfront.net (CloudFront), 1.1 71208833688838f959b0e70682af50b3.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "MUC51-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "OdtOCNzRSZXC6VDoIwrLtZvVMUIWq1fUrD3PPTj6kZF1RUI8rML1-g=="
								}
							],
							"cookie": [],
							"body": "{\n    \"statusApiLink\": \"https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/e4f6c0a3-caee-47ba-830f-b380e34a56fe\",\n    \"taskName\": \"DeleteData\",\n    \"taskStatus\": \"RequestAccepted\"\n}"
						}
					]
				},
				{
					"name": "Redistribute data",
					"request": {
						"method": "POST",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"entityType\": \"CostCenter\",\r\n    \"subscribedService\": \"All\"\r\n}\r\n\r\n\r\n"
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/redistribute",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"redistribute"
							]
						},
						"description": "See instructions for use, especially available entity types, in consulting network"
					},
					"response": [
						{
							"name": "Redistribute data examle (status link)",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"entityType\": \"GenericList\",\r\n    \"listKey\": \"ACC_LIST_11\",\r\n    \"subscribedService\": \"All\",\r\n    \"lastUpdated\": \"2021-01-01\"\r\n}\r\n\r\n\r\n"
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/redistribute",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"redistribute"
									]
								}
							},
							"status": "Accepted",
							"code": 202,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "202"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 09:45:36 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "4fb35fff-310d-4ccc-a17e-06656cc6fd32"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "202"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhLt-FvPDoEFzIQ="
								},
								{
									"key": "Location",
									"value": "https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/6bc1e61f-be0e-412b-b7d3-459cb247ff8d"
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a38cbf-1c542df61416c6466ec3f7c1;Sampled=0"
								},
								{
									"key": "Via",
									"value": "1.1 a69bfd4d39a9b992855d914318a2c367.cloudfront.net (CloudFront), 1.1 71208833688838f959b0e70682af50b3.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HAM50-C1"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "G4H6dC7-uD57jAw18NYX0rumWNK-Aa0ovn_yF2Cl3OGbVpDAktgfmA=="
								}
							],
							"cookie": [],
							"body": "{\n    \"statusApiLink\": \"https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/6bc1e61f-be0e-412b-b7d3-459cb247ff8d\",\n    \"taskName\": \"RedistributeData\",\n    \"taskStatus\": \"RequestAccepted\"\n}"
						}
					]
				},
				{
					"name": "Check task status",
					"request": {
						"method": "GET",
						"header": [
							{
								"description": "Specifies the media type of the resource. Value application/json is supported.",
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/e4f6c0a3-caee-47ba-830f-b380e34a56fe",
							"protocol": "https",
							"host": [
								"9msx9n4u98",
								"execute-api",
								"eu-west-1",
								"amazonaws",
								"com"
							],
							"path": [
								"ct",
								"v1",
								"taskStatus",
								"e4f6c0a3-caee-47ba-830f-b380e34a56fe"
							]
						},
						"description": "Note: You will need to Update URL ach time with the one returned in your DELETE/REDISTRIBUTE -request"
					},
					"response": [
						{
							"name": "Check task status response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Specifies the media type of the resource. Value application/json is supported.",
										"key": "Content-Type",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "https://9msx9n4u98.execute-api.eu-west-1.amazonaws.com/ct/v1/taskStatus/e4f6c0a3-caee-47ba-830f-b380e34a56fe",
									"protocol": "https",
									"host": [
										"9msx9n4u98",
										"execute-api",
										"eu-west-1",
										"amazonaws",
										"com"
									],
									"path": [
										"ct",
										"v1",
										"taskStatus",
										"e4f6c0a3-caee-47ba-830f-b380e34a56fe"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Content-Length",
									"value": "81"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Tue, 18 May 2021 09:46:13 GMT"
								},
								{
									"key": "x-amzn-RequestId",
									"value": "ad609939-6004-49c5-a89c-861573924b12"
								},
								{
									"key": "x-amzn-Remapped-Content-Length",
									"value": "81"
								},
								{
									"key": "x-amz-apigw-id",
									"value": "fhLz0E5QjoEFgdQ="
								},
								{
									"key": "X-Amzn-Trace-Id",
									"value": "Root=1-60a38ce5-67ec48c7068f2ab01325ef51;Sampled=0"
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 7edd8006b8bc56aba6e41686a63bba53.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "HEL50-C1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "JG9RusOQYqQIm2APZd36DQjzxVYnfixOU1U3W6MOS6oWKTeUF4AEEQ=="
								}
							],
							"cookie": [],
							"body": "{\n    \"taskName\": \"DeleteData\",\n    \"taskStatus\": \"Succeeded\",\n    \"recordCount\": 401\n}"
						}
					]
				}
			]
		},
		{
			"name": "Get Oauth2 access token",
			"item": [
				{
					"name": "Get access token",
					"request": {
						"auth": {
							"type": "basic",
							"basic": [
								{
									"key": "password",
									"value": "(Enter your Oauth2 API user clientSecret)",
									"type": "string"
								},
								{
									"key": "username",
									"value": "(Enter your Oauth2 API user clientId)",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "grant_type",
									"value": "client_credentials",
									"type": "text"
								},
								{
									"key": "scope",
									"value": "accountingDocuments.read accountingDocuments.write accountingDocuments.delete",
									"type": "text"
								}
							],
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://{{baseUrl}}/v1/tokens",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"tokens"
							]
						}
					},
					"response": [
						{
							"name": "GET access token response",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "grant_type",
											"value": "client_credentials",
											"type": "text"
										},
										{
											"key": "scope",
											"value": "accountingDocuments.read accountingDocuments.write accountingDocuments.delete",
											"type": "text"
										}
									],
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://{{baseUrl}}/v1/tokens",
									"protocol": "https",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"tokens"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1018"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Date",
									"value": "Fri, 28 Jan 2022 10:04:42 GMT"
								},
								{
									"key": "Apigw-Requestid",
									"value": "MprkmhwIDoEEMEg="
								},
								{
									"key": "X-Cache",
									"value": "Miss from cloudfront"
								},
								{
									"key": "Via",
									"value": "1.1 5bcfe2deda0bdbc6bade0af9b61602ca.cloudfront.net (CloudFront)"
								},
								{
									"key": "X-Amz-Cf-Pop",
									"value": "OSL50-P1"
								},
								{
									"key": "X-Amz-Cf-Id",
									"value": "Ex50VtoU_XWAIvZ8BUhIoQBO5qK0Eg4oxUCe2ik6HsX044qruZV2RA=="
								}
							],
							"cookie": [],
							"body": "{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsImtpZCI6Il9BNHRlRFh6THR2Rm1zeXF5YkloRjJQbHVIaHU3QW1yZUw2aURLdF9xS1kiLCJ0eXAiOiJhdCtqd3QifQ.eyJzdWIiOiAic201ZXZoYmxvOWdtcmtiMmY1dmY4cDBpdiIsICJzY29wZSI6ICJhY2NvdW50aW5nRG9jdW1lbnRzLnJlYWQgYWNjb3VudGluZ0RvY3VtZW50cy53cml0ZSBhY2NvdW50aW5nRG9jdW1lbnRzLmRlbGV0ZSIsICJhdXRoX3RpbWUiOiAxNjQzMzY0MjgxLCAiaXNzIjogImh0dHBzOi8vdGVzdC1hcGkuYmFzd2FyZS5jb20iLCAiYXVkIjogIk9wZW5BUEkiLCAiZXhwIjogMTY0MzQ0ODg4MSwgImlhdCI6IDE2NDMzNjQyODEsICJqdGkiOiAiYjYwYWIxYTgtODAyMS0xMWVjLThjMDUtNmFkYTkyMGRhMzFjIiwgImJ3Y2lkIjogIktBUkkwMSJ9.t0B2VnHVrR6ukYOPdxbS-pZem2a0senAnq4Rkas8G7iOQOGngYxzn3TG2rTlnWlJDznHW7znPWFxHRknrEob9K3qVye9JhgHiQs18wSVYmNbe3e_MV0cJVWx-EQlFgCezdmcPP_CPf5ht_b0DcTxw8Z5qXSB1RHrb0a5SnFI94ofWMjvsz4ibevvXc4vLTvzTjWx97v8qKDK8QCnWnomk2epkWD_qxatHpnyNgNU7ELovdf4QzoEP7c-GmxEHTQouGq2s_oql1-ccwzQcdaEXG7c-J9WZERWIYTrxXSy1MJ_5EFGwhXOYQoROHUSoBrM0bdsmJ1artBTJaR84-e9VQ\",\n    \"scope\": \"accountingDocuments.read accountingDocuments.write accountingDocuments.delete\",\n    \"expires_in\": 84600,\n    \"token_type\": \"Bearer\"\n}"
						}
					]
				},
				{
					"name": "Use access token (example)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "(Enter value of field 'access_token' from above request)",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{baseUrl}}/v1/accountingDocuments",
							"protocol": "https",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"accountingDocuments"
							]
						}
					},
					"response": []
				}
			],
			"description": "This folder contains requests to manually retrieve and use Oauth2 access tokens. \n\nWhile most integration platforms and programming languages have built-in functions or libraries to handle Oauth2 requests, it can be useful to understand how they work \"under the hood\". This example shows the Oauth2 client credentials flow supported by Basware API by breaking it down to the individual requests. \n\nThese examples are mainly to understand the underlying tehcnology and for debugging purposes. When using this postman collection, Basware recommends using Postman's native Oauth2 support by setting authentication type to 'Oauth2' on the root of this postman collection."
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "clientSecret",
				"value": "(Enter your API user clientSecret)",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "(Enter your API user clientId)",
				"type": "string"
			},
			{
				"key": "scope",
				"value": "accountingDocuments.read accountingDocuments.write accountingDocuments.delete accounts.read accounts.write accounts.delete advancedPermissions.read advancedPermissions.write advancedPermissions.delete advancedValidations.read advancedValidations.write advancedValidations.delete applicationGroups.read applicationGroups.write companies.read companies.write contracts.read contracts.write contracts.delete costCenters.read costCenters.write costCenters.delete errorFeedbacks.read errorFeedbacks.write errorFeedbacks.delete exchangeRates.read exchangeRates.write exchangeRates.delete exportedPurchaseOrders.read exportedPurchaseOrders.write exportedPurchaseOrders.delete exportedPurchaseRequisitions.read exportedPurchaseRequisitions.write exportedPurchaseRequisitions.delete lists.read lists.write lists.delete matchingOrderLines.read matchingOrderLines.write matchingOrderLines.delete matchingOrders.read matchingOrders.write matchingOrders.delete paymentTerms.read paymentTerms.write paymentTerms.delete projects.read projects.write projects.delete purchaseGoodsReceipts.read purchaseGoodsReceipts.write purchaseGoodsReceipts.delete purchaseOrders.read purchaseOrders.write purchaseOrders.delete purchaseRequisitions.read purchaseRequisitions.write purchaseRequisitions.delete requestStatus.read requestStatus.write taxCodes.read taxCodes.write taxCodes.delete taskStatus.read users.read users.write users.delete vendors.read vendors.write vendors.delete subscriptions.read subscriptions.write subscriptions.delete tasks.read",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "https://{{baseUrl}}/v1/tokens",
				"type": "string"
			},
			{
				"key": "challengeAlgorithm",
				"value": "S256",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "client_credentials",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "test-api.basware.com"
		}
	]
}