@@ -24,10 +24,10 @@ The customers API implements standard REST calls for customer CRUD actions:
2424| Path | Method | Description |
2525| ----------------------------------------------------------| --------| -----------------------------|
2626| /__ customermanagementframework/webservice/customers | GET | Fetch all customers |
27- | /__ customermanagementframework/webservice/customers/{id} | GET | Fetch a single customer |
27+ | /__ customermanagementframework/webservice/customers/\ { id\ } | GET | Fetch a single customer |
2828| /__ customermanagementframework/webservice/customers | POST | Create a new customer |
29- | /__ customermanagementframework/webservice/customers/{id} | PATCH | Partially update a customer |
30- | /__ customermanagementframework/webservice/customers/{id} | DELETE | Delete a customer |
29+ | /__ customermanagementframework/webservice/customers/\ { id\ } | PATCH | Partially update a customer |
30+ | /__ customermanagementframework/webservice/customers/\ { id\ } | DELETE | Delete a customer |
3131
3232The ` GET ` requests can be filtered by passing the following params as query params:
3333
@@ -47,10 +47,10 @@ The activities API implements standard REST calls for activity CRUD actions:
4747| Path | Method | Description |
4848| -----------------------------------------------------------| --------| -------------------------------|
4949| /__ customermanagementframework/webservice/activities | GET | Fetch all activities |
50- | /__ customermanagementframework/webservice/activities/{id} | GET | Fetch a single activity |
50+ | /__ customermanagementframework/webservice/activities/\ { id\ } | GET | Fetch a single activity |
5151| /__ customermanagementframework/webservice/activities | POST | Create a new activity |
52- | /__ customermanagementframework/webservice/activities/{id} | PATCH | Partially update a activity |
53- | /__ customermanagementframework/webservice/activities/{id} | DELETE | Delete a activity |
52+ | /__ customermanagementframework/webservice/activities/\ { id\ } | PATCH | Partially update a activity |
53+ | /__ customermanagementframework/webservice/activities/\ { id\ } | DELETE | Delete a activity |
5454
5555The ` GET ` requests can be filtered by passing the following params as query params:
5656
@@ -84,10 +84,10 @@ The segments API implements standard REST calls for customer segment CRUD action
8484| Path | Method | Description |
8585| -----------------------------------------------------------| --------| -------------------------------|
8686| /__ customermanagementframework/webservice/segments | GET | Fetch all segments |
87- | /__ customermanagementframework/webservice/segments/{id} | GET | Fetch a single segment |
87+ | /__ customermanagementframework/webservice/segments/\ { id\ } | GET | Fetch a single segment |
8888| /__ customermanagementframework/webservice/segments | POST | Create a new segment |
89- | /__ customermanagementframework/webservice/segments/{id} | PATCH | Partially update a segment |
90- | /__ customermanagementframework/webservice/segments/{id} | DELETE | Delete a segment |
89+ | /__ customermanagementframework/webservice/segments/\ { id\ } | PATCH | Partially update a segment |
90+ | /__ customermanagementframework/webservice/segments/\ { id\ } | DELETE | Delete a segment |
9191
9292The ` GET ` requests can be filtered by passing the follwing params as query params:
9393
@@ -103,10 +103,10 @@ The segment groups API implements standard REST calls for customer segment group
103103| Path | Method | Description |
104104| -----------------------------------------------------------------| --------| ---------------------------------------|
105105| /__ customermanagementframework/webservice/segment-groups | GET | Fetch all segment groups |
106- | /__ customermanagementframework/webservice/segment-groups/{id} | GET | Fetch a single segment group |
106+ | /__ customermanagementframework/webservice/segment-groups/\ { id\ } | GET | Fetch a single segment group |
107107| /__ customermanagementframework/webservice/segment-groups | POST | Create a new segment group |
108- | /__ customermanagementframework/webservice/segment-groups/{id} | PATCH | Partially update a segment group |
109- | /__ customermanagementframework/webservice/segment-groups/{id} | DELETE | Delete a segment group |
108+ | /__ customermanagementframework/webservice/segment-groups/\ { id\ } | PATCH | Partially update a segment group |
109+ | /__ customermanagementframework/webservice/segment-groups/\ { id\ } | DELETE | Delete a segment group |
110110
111111The ` GET ` requests can be filtered by passing the following params as query params:
112112
0 commit comments