getAllVariables
|
GET /tandcs/variables |
|
Get a list of template variables
|
createTandCTemplate
|
POST /tandcs/templates |
Template
|
Create a template
|
createVariable
|
POST /tandcs/variables |
TemplateVariable
|
Create a template variable
|
getTandC_2
|
GET /tandcs/tandcs/{platform}/{customerId}/current |
|
Get a T&C
|
getTandCTemplate
|
GET /tandcs/templates/{id} |
|
Get a template by id
|
updateVariable
|
PUT /tandcs/variables/{id} |
TemplateVariable
|
Update a template variable
|
getTandC_1
|
GET /tandcs/public/tandcs/{platform}/{customerId}/{locale} |
|
Get a terms and conditions by plaform and customer Id and locale and etc
|
getAllTandC
|
GET /tandcs/tandcs |
|
Get a list of T&C
|
getTandC
|
GET /tandcs/public/tandcs/{customerAndPlaftormId}/{locale} |
|
Get a terms and conditions by customer Id and locale
|
getAllTandCTemplate
|
GET /tandcs/templates |
|
Get a list of templates
|
deleteVariable
|
DELETE /tandcs/variables/{id} |
|
Delete a template variable
|
updateTandCTemplate
|
PUT /tandcs/templates/{id} |
Template
|
Update a template
|
processSampleTandCTemplate
|
POST /tandcs/templates/{id}/processsample |
TemplateString
|
Process sample of template
|
deleteTandCTemplate
|
DELETE /tandcs/templates/{id} |
|
Delete a template
|