Codelayer API Documentation

  • Introduction

    • General
  • API Reference

    • System

      • License request
      • Register Device
      • Authentication
    • Sales

      • Add Customer
      • Check Customer
      • Device Location
      • Master Place
      • Master Routes
      • Notification Details
      • Product Summary
      • Return details
      • Route Closing
      • Route Customers
      • Route Customers Balance
      • Route Details
      • Route Path
      • Route Products
      • Route Products Return
      • Route Report
      • Route Return
      • Route Salesmen
      • Route Save
      • Route Save With Remarks
      • Route Shops
      • Sales Closing
      • Sales Details
      • Shop Limit Override Request
      • Stock Transfer
      • Update Device Token
      • Update Notifications
      • update Shop Details
    • Response Codes
Codelayer API Documentation
Route Customers Balance

Show debit balance of customers in route

URL

sales/route_customers_balance

Method

POST

Request Media type

application/json

Response Media type

application/json

Request Parameters
Parameter Data Type Min Max M/O Sample Value Comments
key String 32 32 M NP8W7MqMbcnvcdjKZ23Uya3JUnKzxneJ Key obtained from authentiaction.

 

Response Values
Name Data Type Min Length Max Length M/O Sample Value Comments
details Array M
achead String M
laccode Integer M
opbal Decimal M
bal Decimal M
netbal Decimal M
sphone String M
absnetbal Decimal M
followuppriority Integer M
ldate String M
rname String M

 

Sample Request
{
    "key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq"
}
Sample Success Response
{
    "details": [
        {
            "achead": "",
            "laccode": "",
            "opbal": "",
            "bal": "",
            "netbal": "",
            "sphone": "",
            "absnetbal": "",
            "followuppriority": "",
            "ldate": "",
            "rname": ""
        }
    ],
    "e": 200,
    "msg": "Success"
}