Difference between revisions of "API: Creating Records"

From Charitylog Manual
Jump to: navigation, search
 
Line 1: Line 1:
 
[[API Details| Go to API overview]]
 
[[API Details| Go to API overview]]
 
[[File:helpheader_small.png|right]]
 
  
 
To create a record you need to do a [PUT] request, with fields in the body. Many of these will have a selection of mandatory fields.
 
To create a record you need to do a [PUT] request, with fields in the body. Many of these will have a selection of mandatory fields.

Latest revision as of 10:19, 20 May 2024

Go to API overview

To create a record you need to do a [PUT] request, with fields in the body. Many of these will have a selection of mandatory fields.

Create a client:

[PUT] https://api.dizions.co.uk/v2/clients

Create a client by an external ID (e.g a reference to the client in another system):

[PUT] https://api.dizions.co.uk/v2/clients/external_id/EXTERNAL_ID

Create a referral (Record a Contact):

[PUT] https://api.dizions.co.uk/v2/referrals

Create a due contact (incomplete action) for a referral:

[PUT] https://api.dizions.co.uk/v2/due_contacts/referral/REFERRAL_ID