All Verbs | /zero5 |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token_to_verify | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
form | string | No | ||
firstName | form | string | No | |
lastName | form | string | No | |
phoneNumber | form | string | No | |
tenantId | form | string | No | |
tenantName | form | string | No | |
tenantType | form | string | No | |
startDate | form | long | No | |
endDate | form | long | No | |
message | form | 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 /jsv/reply/zero5 HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token_to_verify: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { email: String, firstName: String, lastName: String, phoneNumber: String, tenantId: String, tenantName: String, tenantType: String, startDate: 0, endDate: 0, message: String }