aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_put_customer_service.json
blob: 98ed133b6d96bb5ab1e25d3e180c2ec9847f6b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "request": {
        "method": "PUT",
        "url": "/aai/v14/business/customers/customer/new/service-subscriptions/service-subscription/vFW"
    },
    "response": {
        "status": 201,
        "headers": {
            "Content-Type": "application/json"
        }
    }
}