All Verbs | /post_employeescalendar_new |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
info | query | employeescalendarInfo | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idnumber | form | string | No | |
idcia | form | string | No | |
creaby | form | string | No | |
creadate | form | string | No | |
mytitle | form | string | No | |
myreason | form | string | No | |
myevent | form | string | No | |
notes | form | string | No | |
tdate | form | string | No | |
thour | form | string | No | |
tdate2 | form | string | No | |
thour2 | form | string | No | |
hours | form | string | No | |
status | form | string | No | |
appr_by | form | string | No | |
appr_date | 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/oneway/post_employeescalendar_new HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
info:
{
idnumber: String,
idcia: String,
creaby: String,
creadate: String,
mytitle: String,
myreason: String,
myevent: String,
notes: String,
tdate: String,
thour: String,
tdate2: String,
thour2: String,
hours: String,
status: String,
appr_by: String,
appr_date: String
}
}