Create an Order
Create an order in a Route4Me acount. Orders come with unlimited custom fields you can assign to them.
POST: https://api.route4me.com/api.v4/order.php
Parameters
Parameter | Type | Description | HTTP Method |
---|---|---|---|
api_key | string | API KEY of the user | GET |
address_1 | string | Address to assign the order to | POST |
cached_lat | double | Address latitude | POST |
cached_lng | double | Address longitude | POST |
address_alias | string | Address Alias | POST |
day_scheduled_for_YYMMDD | string | Day the order is scheduled for. Format: YY-MM-DD | POST |
address_city | string | Address city | POST |
EXT_FIELD_first_name | string | First name of the order recipient | POST |
EXT_FIELD_last_name | string | Last name of the order recipient | POST |
EXT_FIELD_email | string | Email of the order recipient | POST |
EXT_FIELD_phone | string | Phone of the order recipient | POST |
EXT_FIELD_custom_data | array | Array of field name and field value pairs | POST |
Try this API
Custom Field 1