{
    "info": {
        "_postman_id": "e4622e31-83d0-43af-8aca-30d5809854c9",
        "name": "ows-conflict-manager",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "HEALTH_CHECK",
            "request": {
                "method": "GET",
                "header": [],
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/hello",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "hello"
                    ]
                },
                "description": "HEALTH_CHECK"
            },
            "response": []
        },
        {
            "name": "GET /conflicts/new",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Grass-Account-Id",
                        "value": "8869",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/conflicts/new",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "conflicts",
                        "new"
                    ]
                },
                "description": "/conflicts/new"
            },
            "response": []
        },
        {
            "name": "/conflicts/actioned",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Grass-Account-Id",
                        "value": "8869",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/conflicts/actioned",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "conflicts",
                        "actioned"
                    ]
                },
                "description": "/conflicts/actioned"
            },
            "response": []
        },
        {
            "name": "/conflicts/resolved",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Grass-Account-Id",
                        "value": "25824",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    }
                ],
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/conflicts/resolved",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "conflicts",
                        "resolved"
                    ]
                },
                "description": "/conflicts/resolved"
            },
            "response": []
        },
        {
            "name": "/action/bulk",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Grass-account-type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Grass-account-id",
                        "value": "8869",
                        "type": "text"
                    },
                    {
                        "key": "session",
                        "value": "71347e92ff943a0680a03fa6facfba0f",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\r\n    \"actions\": [\r\n        {\r\n            \"territory_standard\": \"ISO_3166_1_2016\",\r\n            \"conflicting_owner\": \"UMG\",\r\n            \"conflict_date\": \"2019-12-17\",\r\n            \"isrc\": \"USA371415671\",\r\n            \"tuid\": 4120451,\r\n            \"es_id\": \"\",\r\n            \"assert_action\": {\r\n                \"conflict_ids\": [\r\n                    216320973\r\n                ],\r\n                \"reason\": \"MASTER_COPYRIGHT_OWNER\",\r\n                \"additional_information\": \"\"\r\n            }\r\n        },\r\n        {\r\n            \"territory_standard\": \"ISO_3166_1_2016\",\r\n            \"conflicting_owner\": \"WMG\",\r\n            \"conflict_date\": \"2019-11-26\",\r\n            \"isrc\": \"USA371654826\",\r\n            \"tuid\": 4773204,\r\n            \"es_id\": \"\",\r\n            \"assert_action\": {\r\n                \"conflict_ids\": [\r\n                    213108809\r\n                ],\r\n                \"reason\": \"MASTER_COPYRIGHT_OWNER\",\r\n                \"additional_information\": \"\"\r\n            }\r\n        }\r\n    ]\r\n}",
                    "options": {
                        "raw": {
                            "language": "json"
                        }
                    }
                },
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/action/bulk",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "action",
                        "bulk"
                    ]
                },
                "description": "/action/bulk"
            },
            "response": []
        },
        {
            "name": "/action",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Connection",
                        "value": "keep-alive",
                        "disabled": true
                    },
                    {
                        "key": "Pragma",
                        "value": "no-cache",
                        "disabled": true
                    },
                    {
                        "key": "Cache-Control",
                        "value": "no-cache",
                        "disabled": true
                    },
                    {
                        "key": "csrfp_token",
                        "value": "ffe1e438a53bfac94d4ae3678331dbdeec4d0bf7",
                        "disabled": true
                    },
                    {
                        "key": "session",
                        "value": "800504b9e0dde89273ffc49cfd941171"
                    },
                    {
                        "key": "User-Agent",
                        "value": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36",
                        "disabled": true
                    },
                    {
                        "key": "DNT",
                        "value": "1",
                        "disabled": true
                    },
                    {
                        "key": "Content-Type",
                        "value": "application/json"
                    },
                    {
                        "key": "Accept",
                        "value": "*/*",
                        "disabled": true
                    },
                    {
                        "key": "Origin",
                        "value": "https://workstation.qaorch.com",
                        "disabled": true
                    },
                    {
                        "key": "Sec-Fetch-Site",
                        "value": "same-origin",
                        "disabled": true
                    },
                    {
                        "key": "Sec-Fetch-Mode",
                        "value": "cors",
                        "disabled": true
                    },
                    {
                        "key": "Referer",
                        "value": "https://workstation.qaorch.com/conflict/2726584805/respond",
                        "disabled": true
                    },
                    {
                        "key": "Accept-Encoding",
                        "value": "gzip, deflate, br",
                        "disabled": true
                    },
                    {
                        "key": "Accept-Language",
                        "value": "en-US,en;q=0.9",
                        "disabled": true
                    },
                    {
                        "key": "Cookie",
                        "value": "ajs_group_id=null; _ga=GA1.2.2135696490.1575972682; mf_user=2958261e384710a2f6cd7a8db09d5f3a|; PHPSESSID=l716ducue24fl0529pu3mnv336; vendor_logo_path=https%3A%2F%2Fqa-images.theorchard.io%2Fvendor%2Flogo%2F1ce3e6e3f452828e23a0c94572bef9d9.jpg; csrfp_token=ffe1e438a53bfac94d4ae3678331dbdeec4d0bf7; ajs_user_id=8736; ajs_anonymous_id=%226d338738-de1e-4959-a005-8c66d464f645%22; AWSELB=31A30329120073F6342382B7EA2EEFB5AEC8729C3587F4373A1B6960D51E1930D2DAF9153F15629BD14553F859C56C784BA6B439C3AFE8B346E870548C87E7F45367F93171; _gid=GA1.2.1320427542.1579607876; orchard-go-banner=false; mf_291ba464-44a4-47c2-a0ef-10ac3028f9a4=e72ec1093f50ac31faa6ad0f3aa45123|012104407ff4eb655019cea748d67dd378d16972.-1569952163.1579608844142$01210878f46b6d9c5461de8b7745e0ce765bb888.-1013775965.1579608908178$0121493409f66816b794b510e4cda5ae878f1dcd.-2972328806.1579608949336$01213158b69ba4d9410f755ae0519d85592c2ed5.-1013775965.1579608991259$0121386172ff942ea6b4d6e900d5c170edb58610.352518537.1579609118762|1579609258775|-672734438_-2074609671.2559182312_-1233062068.-63202513_1723843.352687477_52657.3687245902_-820075192.-836030906_1722786.3355_1722786.50511102_2652946783.-1422950858_-6446025598.102727412_-6695281716.96891546_-6446025598|16||82BYKTjkFkCNP2Hy5eG5TA|1|17.02|5; _gali=resolve-conflict-next; _gat=1",
                        "disabled": true
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Id",
                        "value": "8869",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\n    \"territory_standard\": \"ISO_3166_1_2016\",\n    \"conflicting_owner\": \"SME\",\n    \"conflict_date\": \"2019-11-26\",\n    \"isrc\": \"USA370582885\",\n    \"tuid\": 453322,\n    \"es_id\": \"gJozx28BKuW9ULq6Uwb8\",\n    \"assert_action\": {\n        \"conflict_ids\": [\n           213192170\n        ],\n        \"reason\": \"MASTER_COPYRIGHT_OWNER\",\n        \"additional_information\": \"\"\n    }\n}"
                },
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/action",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "action"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "/conflicts/status/bulk",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Grass-Account-Id",
                        "value": "8869",
                        "type": "text"
                    },
                    {
                        "key": "Grass-Account-Type",
                        "value": "vendor",
                        "type": "text"
                    },
                    {
                        "key": "Orchard-User-Id",
                        "value": "oa:562",
                        "type": "text"
                    },
                    {
                        "key": "Content-Type",
                        "value": "application/json",
                        "type": "text"
                    }
                ],
                "body": {
                    "mode": "raw",
                    "raw": "{\n    \"grouped_conflicts_ids\": [\n        \"10716816|2017-05-05|UMG|assert\",\n        \"27856195|2018-05-31|SME|release\"\n    ],\n    \"status\": \"orchard_asserted\",\n    \"note\": \"\"\n}"
                },
                "url": {
                    "raw": "https://qa-ows-conflict-manager.theorchard.io/conflicts/status/bulk",
                    "protocol": "https",
                    "host": [
                        "qa-ows-conflict-manager",
                        "theorchard",
                        "io"
                    ],
                    "path": [
                        "conflicts",
                        "status",
                        "bulk"
                    ]
                }
            },
            "response": []
        }
    ],
    "protocolProfileBehavior": {}
}