Contributions

This resource serves to ONLY facilitate interceptor plugins at this point. These resources are invoked when saving (POST) or updating (PUT) a contribution in the client application.

Http Verb Operation
Create TXN/Contributions This resource is currently strictly for interceptor plugin use. This is called any time a new contribution is saved from the contribution editor in the client application. Only Id (ref_no) is provided in the request content.
POST Method: Create, URL: TXN/Contributions Test

This resource is currently strictly for interceptor plugin use. This is called any time a new contribution is saved from the contribution editor in the client application. Only Id (ref_no) is provided in the request content.

Update TXN/Contributions/{contributionId} This resource is currently strictly for interceptor plugin use. This is called any time an existing contribution is updated from contribution editor in the client application. Only Id (ref_no) is provided in the request content.
PUT Method: Update, URL: TXN/Contributions/{contributionId} Test

This resource is currently strictly for interceptor plugin use. This is called any time an existing contribution is updated from contribution editor in the client application. Only Id (ref_no) is provided in the request content.