Name | Description | Type | Additional information |
---|---|---|---|
IsPlan |
Scheduled flag of the fulfilment |
integer |
Required Range: inclusive between 0 and 1 |
ItemCode |
Identification of the project item in the system |
string |
Required String length: inclusive between 0 and 100 |
PersonID |
Identification of the participant (Personal ID) |
string |
Required String length: inclusive between 0 and 100 |
DateFrom |
Begin(date) of the fulfilment |
string |
Data type: Date |
DateTo |
End(date) of the fulfilment |
string |
Data type: Date |
GPSBeginLatitude |
GPS coordinates - latitude; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
GPSBeginLongitude |
GPS coordinates - longitude; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
GPSBeginAccuracy |
GPS coordinates - accuracy; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
GPSEndLatitude |
GPS coordinates - latitude; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
GPSEndLongitude |
GPS coordinates - lonitude; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
GPSEndAccuracy |
GPS coordinates - accuracy; Format - float number, please use dot as decimal point separator. |
string |
Matching regular expression pattern: ^[0-9]*(?:\.[0-9]*)?$ |
Description |
Description of the fulfilment |
string |
Required String length: inclusive between 0 and 4000 |
Duration |
Duration of the fulfilment in minutes |
integer |
Required Matching regular expression pattern: ^[0-9]*$ |