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