{
"info": {
"_postman_id": "d420916c-4423-405c-8ef9-2652f6aa2a07",
"name": "Lewis Production",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "6800766"
},
"item": [
{
"name": "lewis prod",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "Bearer 6Cel800D8c000003SMZu8888X00000110DaaUjRvVX9FyijB08289LGW0S95lUu2myy7aCEw3QIEiqHhaCa8X1ixYA62tk0ikmrB6f91baE",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "grant_type",
"value": "password",
"type": "text"
},
{
"key": "client_id",
"value": "3MVG9riCAn8HHkYVLKVLCCUNayB5vFmJjvyqolUZzCNYJkerINjmfi8NLKvtG973IPtM.D.KJZHjJuOh5MCS6",
"type": "text"
},
{
"key": "client_secret",
"value": "599DA04383CC16D015435581308FCB52207C644B6BEB559C011DF149C1389BD1",
"type": "text"
},
{
"key": "username",
"value": "lewis@jandlcapital.com",
"type": "text"
},
{
"key": "password",
"value": "Hoochie_9271!",
"type": "text"
}
]
},
"url": {
"raw": "https://login.salesforce.com/services/oauth2/token",
"protocol": "https",
"host": [
"login",
"salesforce",
"com"
],
"path": [
"services",
"oauth2",
"token"
]
}
},
"response": []
},
{
"name": "CreateContactSandbox Copy",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "00D8c000003SMZu!AQwAQEauaEqE3YLGmUaFoPDEM_Fm.NWAofAxkcd6Uf0GM0gApoG2sOnSazKmYZVlJEnanPvtYwrI5PCE7JTdvsroGwdKzLXX",
"type": "string"
}
]
},
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{n "firstName": "Test",n "lastName": "Test",n "email": "test@test.com",n "phone": "1234567890",n "propertyType": "Single Family Home",n "coldLeadSource": "SMS",n "contactRecordType": "Buyer",n "fixAndFlip": "true",n "buyAndHold": "true",n "sfhBuyer": "true",n "smallMultiBuyer": "true",n "largeMultiBuyer": "true",n "condition": "Good",n "budget": "100000",n "area": "Atlanta",n "livesIn": "Atlanta",n "needBeforeOffer": "Yes",n "aboutYourself": "I am a test",n "willingToLend": "Yes",n "howWillYouFinance": "Cash",n "desiredFlipProfit": "10000",n "desiredCashflow": "1000"n}n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://drivebyhomebuyers.my.salesforce.com/services/apexrest/CreateContact",
"protocol": "https",
"host": [
"drivebyhomebuyers",
"my",
"salesforce",
"com"
],
"path": [
"services",
"apexrest",
"CreateContact"
]
}
},
"response": []
}
]
}