Grants

Number of APIs: 10

  1. Get Grants for a Contact GET {{baseUrl}}/api/Grant/ByContact/:contactId?skip=<integer>&take=<integer>

  2. Get Grant GET {{baseUrl}}/api/Grant/:grantId

  3. Get a Grant by Reference ID GET {{baseUrl}}/api/Grant/ByReference/:referenceId

  4. Get the Gifts applied to a Grant GET {{baseUrl}}/api/Grant/:grantId/Gifts

  5. Create a Grant POST {{baseUrl}}/api/Grant

  6. Update a Grant PUT {{baseUrl}}/api/Grant/:grantId

  7. Delete a Grant DELETE {{baseUrl}}/api/Grant/:grantId

  8. Get Grant Custom Fields Available GET {{baseUrl}}/api/Grant/CustomFields

  9. Query Grants POST {{baseUrl}}/api/Grant/Query?skip=<integer>&take=<integer>

  10. Get Grant Query Options GET {{baseUrl}}/api/Grant/QueryOptions