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