Skip to content

Errors in papiNet-PACT.json for interactions from version 3.0.0 #258

@larsolofsson

Description

@larsolofsson

Errors papiNet-PACT.json

			"providerState": "Interaction_3_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 3 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/delivery-notes",
				"query": "shipmentStatus=Departed"

should be

			"providerState": "Interaction_3_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 3 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-notes",
				"query": "shipmentStatus=Departed"

''''''''''''''''''''''''''''''''

			"providerState": "Interaction_4_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 4 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-note/fc190dd0-d239-40db-8196-ea72ae5b4841"

should be

			"providerState": "Interaction_4_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 4 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-notes/fc190dd0-d239-40db-8196-ea72ae5b4841"

			"providerState": "Interaction_6_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 6 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/delivery-instructions",
				"query": "isActive=true"

should be

			"providerState": "Interaction_6_of_Scenario_A",
			"type": "Synchronous/HTTP",
			"description": "Interaction 6 of Scenario A",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-instructions",
				"query": "isActive=true"

*************************************************************************''

			"providerState": "Interaction_3_of_Scenario_B",
			"type": "Synchronous/HTTP",
			"description": "Interaction 3 of Scenario B",
			"request": {
				"method": "GET",
				"path": "/delivery-notes",
				"query": "shipmentStatus=Departed"

should be

			"providerState": "Interaction_3_of_Scenario_B",
			"type": "Synchronous/HTTP",
			"description": "Interaction 3 of Scenario B",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-notes",
				"query": "shipmentStatus=Departed"

			"providerState": "Interaction_4_of_Scenario_B",
			"type": "Synchronous/HTTP",
			"description": "Interaction 4 of Scenario B",
			"request": {
				"method": "GET",
				"path": "/logistics-delivery-note/fc190dd0-d239-40db-8196-ea72ae5b4841
```"
should be
		"providerState": "Interaction_4_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 4 of Scenario B",
		"request": {
			"method": "GET",
			"path": "/logistics-delivery-notes/fc190dd0-d239-40db-8196-ea72ae5b4841"
*********************************************************************'
		"providerState": "Interaction_7_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 7 of Scenario B",
		"request": {
			"method": "GET",
			"path": "/delivery-instructions",
			"query": "isActive=true"
should be
		"providerState": "Interaction_7_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 7 of Scenario B",
		"request": {
			"method": "GET",
			"path": "/logistics-delivery-instructions",
			"query": "isActive=true"
************************************************************************
		"providerState": "Interaction_8_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 8 of Scenario B",
		"request": {
			"method": "GET",
			"path": "/delivery-instruction/52c5caed-57c6-4a68-97ff-b2745a514af6"
should be
		"providerState": "Interaction_8_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 8 of Scenario B",
		"request": {
			"method": "GET",
			"path": "/logistics-delivery-instructions/52c5caed-57c6-4a68-97ff-b2745a514af6"
*******************************************************************************
		"providerState": "Interaction_6_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 6 of Scenario B",
		"request": {
			"method": "PUT",
			"path": "/logistics-goods-receipts/3aa556bb-7198-4107-8dd9-450845eb365a",
			"headers": {
				"Authorization": "Bearer a4f071c3-fe1f-4a45-9eae-07ddcb5bed26",
				"Content-Type": "application/json"
			},
			"body": {
				"id": "3aa556bb-7198-4107-8dd9-450845eb365",
				"number": "GRIWMS-20240506-090833",
should be
		"providerState": "Interaction_6_of_Scenario_B",
		"type": "Synchronous/HTTP",
		"description": "Interaction 6 of Scenario B",
		"request": {
			"method": "PUT",
			"path": "/logistics-goods-receipts/3aa556bb-7198-4107-8dd9-450845eb365a",
			"headers": {
				"Authorization": "Bearer a4f071c3-fe1f-4a45-9eae-07ddcb5bed26",
				"Content-Type": "application/json"
			},
			"body": {
				"id": "3aa556bb-7198-4107-8dd9-450845eb365a",
				"number": "GRIWMS-20240506-090833",
************************************************************************

Metadata

Metadata

Assignees

No one assigned

    Labels

    Done Ready for ReviewThe change is implemented and ready for review.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions