~~NOTRANS~~ ====== Extras ====== ===== GET ===== ==== Get extra via ID [From X2 new format] ==== ''/rest/extras/extra/__5__'' * Get for extra ID 5 == Example result == 5 11 0 12 1.5 6 Test ... ===== POST/PUT ===== ==== Add a new extra [From X2 new format] ==== ''/rest/extras/extra'' * Add new == Example request body == staff_id=4&date=2012/06/12&project_id=11&work_package_id=12&number=1.5&type_id=6&purpose=Test == Example result == .../rest/extras/extra/5 === Possible values === ^ Field ^ Description ^ Valid Values ^ German Name ^ ^ staff_id | Staff ID | required,integer | Person | ^ date | Date | required,us_date | Datum | ^ project_id | Project ID | required,integer | Projekt | ^ work_package_id | Work package ID | required,integer | Bereich | ^ number | Number | required,numeric,greater_than[-0.001] | Anzahl | ^ type_id | Type ID | required,integer | Art | ^ purpose | Purpose | | Zweck | ^ description | Description | | Bemerkung | **X3 13.0**\\ The ''cost_centre_id'' is ignored starting with X3 13.0 and should therefore be omitted for this call.\\ Setting the ''cost_centre_id'' will result in a HTTP Header ''US-Warning'' with the above message, but the call will still work. ===== GET ===== ==== Get extras for a member of staff for today [From X2 new format] ==== ''/rest/extras/staff/__4__'' * Get for staff ID 4 == Example result == ==== Get extras for a member of staff for a defined date [From X2 new format] ==== ''/rest/extras/staff/__4__/__2011/1/1__'' * Get for staff ID 4 * Get for 2011/Jan/01 == Same result as above ==