Creating terms and conditions data partner and subscription
You must create terms and conditions data partner and subscription to trigger events to Databridge.
To create the terms and conditions data partner:
Sample Databridge message in JSON format is outlined below:
{
"termsAndCondition":{
"termsAndConditionsID":"1",
"clauseCode":"TERM1",
"description":"TERM1 DESC",
"language":"EN",
"type":"TOOLKT",
"revision":1,
"status":"DRAFT",
"startDate":"10/26/2018 00:00",
"endDate":"10/31/2018 00:00",
"brand":"ZR",
"countryCode":"AL",
"countrydesc":"Albania",
"region":"AU",
"channel":"RES",
"category":"PLCOUNTRY",
"showContent":true,
"showContentWAck":true,
"saveAgentAck":true,
"publishToPartners":true,
"publishOnReservation":true,
"comment":"\u003chtml\u003eHi!.How are you?\u0026nbsp;\u003c/html\u003e",
"updatedBy":"R5",
"updated":"10/26/2018 01:08",
"createdBy":"R5",
"created":"10/26/2018 01:04",
"updateCount":0,
"isstatusapproveflag":false,
"clauseCodeDescription":"TERM1 - TERM1 DESC",
"stripComment":"Hi!.How are you? "
}
}