{"success":true,"name":"agm-services-agreements-backend","description":"agm agreements services backend","environment":"production","author":"agder media <thomas.lindstrom@agderposten.no>","operations":{"agreements":{"list":{"description":"List customer agreements.","examples":["GET '/agreements/3b6380a2-4e97-4cca-8a28-c891d0b7a2de/851980'"],"request":{"methods":["get"],"headers":["accept"],"paths":["/agreements/:environmentId/:customerNumber"]}},"create":{"description":"Create customer agreement.","examples":["POST '/agreements/3b6380a2-4e97-4cca-8a28-c891d0b7a2de/851980' -H 'content-type: application/json' -H 'authorization: Basic {{token}}' -d '{\"code\":\"CSUEM\",\"source\":\"http://agderposten.no/campaign/competition\",\"medium\":\"summer_2018_email_campaign\",\"version\":\"29932f391\"}'","POST '/agreements/3b6380a2-4e97-4cca-8a28-c891d0b7a2de/851980' -H 'content-type: application/json' -H 'authorization: Basic {{token}}' -d '[{\"code\":\"CSUSM\",\"source\":\"http://agderposten.no/campaign/competition\",\"medium\":\"summer_2018_email_campaign\",\"version\":\"29932f391\"},{\"code\":\"CS\",\"source\":\"http://agderposten.no/campaign/competition\",\"medium\":\"summer_2018_email_campaign\",\"version\":\"29932f391\"}]'"],"request":{"methods":["post"],"headers":["authorization","content-type"],"paths":["/agreements/:environmentId/:customerNumber"]}},"delete":{"description":"Delete customer agreement.","examples":["DELETE '/agreements/3b6380a2-4e97-4cca-8a28-c891d0b7a2de/851980' -H 'content-type: application/json' -H 'authorization: Basic {{token}}' -d '{\"code\":\"CSUEM\"}'","DELETE '/agreements/3b6380a2-4e97-4cca-8a28-c891d0b7a2de/851980' -H 'content-type: application/json' -H 'authorization: Basic {{token}}' -d '[{\"code\":\"CSUEM\"},{\"code\":\"CSUSM\"}]'"],"request":{"methods":["delete"],"headers":["authorization","content-type"],"paths":["/agreements/:environmentId/:customerNumber"]}}}}}