Skip to main content
POST
/
Member
/
dx
/
api
/
application
/
v2
/
objects
Create Member
curl --request POST \
  --url https://api.example.com/Member/dx/api/application/v2/objects \
  --header 'Content-Type: application/json' \
  --data '
{
  "objectTypeID": "Member",
  "content": {
    "Origin": "API",
    "ExternalID": "34567890",
    "DateOfBirth": "2010-07-05",
    "EmailAddress": "[email protected]",
    "FullName": "Sample Member",
    "MobileNumber": "9876543210",
    "JoinDateTime": "2023-05-06T16:56:27.066Z",
    "ProgramBusinessID": "P-337UUW"
  }
}
'
{
  "data": {
    "objectInfo": {
      "status": "Open-Active"
    }
  },
  "ID": "STE6TG95YWx0eV9fTWVtYmVyXzY4OWUxMTk1ZjY4MTRmMDBhNjg5MjJlZA",
  "confirmationNote": "This stage is ready to transition."
}

Response

201 - application/json

Created