post https://api.securevan.com/v4/contributions
Use this endpoint to create a new contribution with the properties provided in the request body. If successful, the endpoint responds with HTTP Status Code 201 Created
and the integer ID of the created Contribution in the response body. If any of the specified ids (vanId
, pledgeId
, codeId
, or extendedSourceCodeId
) are not accessible in the current context (e.g., the associated api user does not have access to the contact), the request will be considered invalid.