home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 B
/
CHIP_HITWARE6_B.iso
/
biuro
/
SDSHelpDesk
/
HelpDesk.mdb
/
TimeEntry.json
< prev
next >
Wrap
JavaScript Object Notation
|
1999-01-17
|
525b
{
"schema": {
"TimeEntryId": "Long Integer",
"Billable": "Boolean NOT NULL",
"TaskId": "Long Integer",
"IssueId": "Long Integer",
"UserId": "Long Integer",
"OrganizationId": "Long Integer",
"CustomerId": "Long Integer",
"ContractId": "Long Integer",
"Start": "DateTime",
"Stop": "DateTime",
"ActualTime": "Single",
"BillableTime": "Single"
},
"data": [
{
"TimeEntryId": 1,
"Billable": 0,
"TaskId": 1,
"IssueId": 1,
"UserId": 1,
"OrganizationId": 1,
"CustomerId": 1,
"ContractId": 1,
"Start": "12/30/99 00:00:00",
"Stop": "12/30/99 00:00:00",
"ActualTime": 0,
"BillableTime": 0
}
]
}