All Verbs | /post_employeescalendar_list |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | |
tokensecret | query | string | Yes | |
query | string | Yes | ||
startdate | query | string | No | |
enddate | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
list | form | List<employeescalendarInfo> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
result | form | int | No | |
message | form | string | 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/reply/post_employeescalendar_list HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/jsv
Content-Length: length
{
token: String,
tokensecret: String,
email: String,
startdate: String,
enddate: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { list: [ { 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 } ], result: 0, message: String }