Qodex.ai
Qodex.ai
IntroductionAsk Anything
Patch Public
v1-estimates
Create an estimate based on mass of CO2Retrieves an estimateCreate a flight estimate given the airportsCreate a shipping estimate given the tracking codeCreate a vehicle estimate given the distance traveled in meters and the type of vehicleCreate a bitcoin transaction estimate - with balanceCreate an ethereum supply estimate
v1-orders-{id}-line_items
Creates a new line_itemEdit a line_item
v1-orders-{id}
Retrieves an orderCancel an orderPlace an order
v1-orders
Creates an order - with priceRetrieves a list of orders
v1-projects
Retrieves a list of projectsRetrieves a project
v1-technology_types
Retrieves a list of technology_types
IntroductionAsk Anything
Patch Public
v1-estimates
Create an estimate based on mass of CO2Retrieves an estimateCreate a flight estimate given the airportsCreate a shipping estimate given the tracking codeCreate a vehicle estimate given the distance traveled in meters and the type of vehicleCreate a bitcoin transaction estimate - with balanceCreate an ethereum supply estimate
v1-orders-{id}-line_items
Creates a new line_itemEdit a line_item
v1-orders-{id}
Retrieves an orderCancel an orderPlace an order
v1-orders
Creates an order - with priceRetrieves a list of orders
v1-projects
Retrieves a list of projectsRetrieves a project
v1-technology_types
Retrieves a list of technology_types
HomePatch Publicv1-orders-{id}

v1-orders-{id}

Number of APIs: 3

  1. Retrieves an order GET {{baseUrl}}/v1/orders/:id

  2. Place an order PATCH {{baseUrl}}/v1/orders/:id/place

  3. Cancel an order PATCH {{baseUrl}}/v1/orders/:id/cancel

Previous
Edit a line_item
Next
Retrieves an order