The task_notes
object is included in some webhook callbacks. For example, the Order Is Done callback object includes the task_notes object.
Order Notes Details
Parameter | Description |
---|---|
created_at datetime | The date and time this note was created. This is in UTC and is in the format is "%Y-%m-%dT%H:%M:%S%z". |
customer_id Int32 | The ID of the customer with which this note is associated. |
lat double | The geoposition latitude of the user (driver) when the task note was added. |
lng double | The geoposition longitude of the user (driver) when the task note was added. |
pending_upload boolean | Indicates whether the note is pending upload (or was already uploaded). A note may be pending upload due to the size of the note or system latency. - false or 0 - the note is not pending upload - true or 1 - the note is pending upload |
task_id Int32 | Bringg's ID for this order. |
type string | The type of task note. The values include: - FormattedTaskNote - Form - HtmlTaskNote - Signature - TaskNote (text)- TaskPhoto |
updated_at datetime | The date and time of the last update for this note. This is in UTC and is in the format is "%Y-%m-%dT%H:%M:%S%z". |
url text | URL added to this note. |
user_id Int32 | The driver's ID. |
way_point_id Int32 | The ID of the associated waypoint. |