All Verbs | /service/Remote/CreateProspect |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | query | string | No | |
CompanyName | query | string | No | |
Name | query | string | No | |
Address | query | string | No | |
Address2 | query | string | No | |
City | query | string | No | |
State | query | string | No | |
Zip | query | string | No | |
Phone | query | string | No | |
Status | query | string | No | |
Source | query | string | No | |
Ranking | query | string | No | |
Notes | query | string | No | |
query | string | No | ||
Website | query | string | No | |
Meta | query | Dictionary<string, string> | No | |
CreatedOn | query | DateTime | No | |
SalesRepID | query | string | No | |
StoreType | query | string | No | |
Hot | query | bool | No | |
Tags | query | Dictionary<string, HashSet<String>> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/Remote/CreateProspect HTTP/1.1
Host: www.bernhardt.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
id: String,
companyName: String,
name: String,
address: String,
address2: String,
city: String,
state: String,
zip: String,
phone: String,
status: String,
source: String,
ranking: String,
notes: String,
email: String,
website: String,
meta:
{
String: String
},
createdOn: 0001-01-01,
salesRepID: String,
storeType: String,
hot: False,
tags:
{
String:
[
String
]
}
}