Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
titleBIll Delete
linenumberstrue
collapsetrue
/**
* Event: Delete Bill
* Listener Class: Application_Model_Bill_Bill
* Listener Method: eventDeleteBill
*/

{
	"contact":"216121", //RecID of Contact that initiated the Bill Deletion
	"BILLS_RECID":"445", //RecID of Bill being run

	"eventBroadcastBy":"216121",
	"eventBroadcastTime":"Sep 30, 2022, 10:20 am",
	"eventBroadcastDayofWeek":"5",
	"eventBroadcastHourMin":"1020",
}

...