API Documentation - member_messages/create

Publishes a new member message

Last updated on 27/08/2014 09:03:49

POST Parameters

Name Type Explanation Example
request_pickup_from string Pickup location Cork
request_pickup_from_coordinates string Coordinates in decimal format separated by a comma 51.917282390384095,-8.475745653124932
request_pickup_date string Date in MySQL format in the future 2014-12-31
request_pickup_to string Delivery location Dublin
request_pickup_to_coordinates string Coordinates in decimal format separated by a comma 53.39654310815642,-6.223548387499932
request_delivery_date string Date in MySQL format in the future 2015-01-01
request_nature_goods string Nature of goods frozen goods
request_weight string Weight as free text 50 kilos
request_dimensions string Dimensions as free text 50cm wide, 1 meter height
request_number_pieces integer Number of pieces 2
request_content string Text explaining the request I need the package to be devivered within the next day
selected_companies array List of company ids separated by comma 182,180
login_key string The login_key obtained when logging in

Return

Name Type Explanation Example
message string Message explaining the process
request_id integer The ID of the request created

Try it!