Cart Test
Web/Cart/{sessionKey}/Contributions/{lineItemId}/CustomData/{customId}
Removes a custom data value for a contribution in the cart
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/Contributions/{lineItemId}/CustomData/{customId}

URI Parameters

Parameter Name Data Type Required Notes
sessionKey string Y
lineItemId integer N The Reference Number of the contribution to remove the custom data value for.
customId integer N The Index of custom data value to remove.

Request Body

None.

No request body.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

Change Version Description Contract Old New
Parameter Changed 15.0.0 sessionKey has been marked as required. Required