experience | leadretail | O2C icon

experience | leadretail | O2C

(0 reviews)
LeadRetail - Clickit

home

Introduction

This is a REST API that expose methods to operate with customerOrders in Lead Retail operations.

At present, this API collects information from Salesforce, including customers, customerordes, and balance and price check for customer orders

How to use it

The way to invoke the API is described under the Summary page, where based on the RAML files, dynamic documentation is generated. In there, details regarding request/response payload type, headers, query and URI parameters together with client invocation code snippets are provided to help clients to easily interact with the API itself.

Methods summary

Customers

  • GET /customers/{soldToId}/balance

Get balnce and preice check for the specified customer by its Id

  • GET /customers/{soldToId}/customerOrder

Get all orders from a specified customer

  • POST /customers/{soldToId}/customerOrder

Create an order for specified customer

  • GET /customers/{soldToId}/customerOrder/{customerOrderId}

Post create a new claim in destination

  • POST /claims

Get a specific order from the specified customer

  • GET /trucks/{Id}/position

Get info from a specified truck plate id


Reviews