Api-Key: ********************
{
"client_id": null,
"first_name": "John",
"last_name": "Doe",
"email": "johndoe1@hellotech.com",
"address": "719 Flower St, Los Angeles, CA 90017",
"address_details": "Yellow house",
"phone": "8888888888",
"business_name": "John Doe S/A",
"sku_id": [
10639
],
"devices": [
"iPhone 13"
],
"notes": "This is everything",
"time_windows": [
{
"start_time": "2024-11-03T16:00:00.000Z",
"end_time": "2024-11-03T17:00:00.000Z"
},
{
"start_time": "2024-11-03T17:00:00.000Z",
"end_time": "2024-11-03T18:00:00.000Z"
}
],
"purchase_order_id": "PO-1234"
}
curl --location --request POST 'https://apis.hellotech.com/api/partners/orders' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Api-Key;' \
--data-raw '{
"client_id": null,
"first_name": "John",
"last_name": "Doe",
"email": "johndoe1@hellotech.com",
"address": "719 Flower St, Los Angeles, CA 90017",
"address_details": "Yellow house",
"phone": "8888888888",
"business_name": "John Doe S/A",
"sku_id": [
10639
],
"devices": [
"iPhone 13"
],
"notes": "This is everything",
"time_windows": [
{
"start_time": "2024-11-03T16:00:00.000Z",
"end_time": "2024-11-03T17:00:00.000Z"
},
{
"start_time": "2024-11-03T17:00:00.000Z",
"end_time": "2024-11-03T18:00:00.000Z"
}
],
"purchase_order_id": "PO-1234"
}'
{
"order": {
"id": 432873,
"status": "Pending",
"clientName": "Client Name",
"clientCity": "Indianapolis",
"clientState": "IN",
"createdAt": {
"integer": 1728427930,
"iso": "2024-10-08T22:52:10Z",
"isoShort": "2024-10-08T22:52:10"
}
}
}