post https://app3.archisnapper.com/api/public/v1/contact_details
Log in to see full request history
Responses
xxxxxxxxxx
19curl --request POST \
--url https://app3.archisnapper.com/api/public/v1/contact_details \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"auth_token": "YOUR KEY",
"contact_detail": {
"name": "John Doe",
"contact_detail_type": "Contractor",
"secondary_type": "Interior Work",
"email": "john@due.com",
"cellphone_number": "123.4.5.67890",
"company_name": "Microsoft INC",
"fax_number": "123 456",
"address": "Main Street 33, 1001 New York"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: