Schedule of Rates (archive)

This page describes the low level design for the SOR and rates services

Overview

Schedule of rates are defined by the state to provide detailed specifications for materials, labour, machinery etc..Rates are also defined at the state level but can be customized at the ULB level. This service provides a way to create/update/search for SORs and add rates to the SORs.

API Specifications

APIs

Create an SOR

post

Create a SOR in the system with relevant details

Body

Request for SOR _create and _update api's

Responses
post
/sor/v1/_create

Update an SOR

post

Submit SOR with the head details to update SORs in the system

Body

Request for SOR _create and _update api's

Responses
post
/sor/v1/_update

Search an SOR

post

Submit SOR search request to get SOR list from the system

Body

Request for SOR _create and _update api's

Responses
post
/sor/v1/_search

Create an rates of SOR

post

Submit SOR with the rate details to create an SOR in the system

Body

Request for Rate _create and _update api's

Responses
post
/sor/rate/v1/_create

Create an rates of SOR

post

Submit SOR with the rate details to create an SOR in the system

Body

Request for Rate _create and _update api's

Responses
post
/sor/rate/v1/_update

Search Rates for SOR and SOR heads

post

Submit Rate search request to get Rate list list from the system

Body

Request for rate _sarch api

Responses
post
/sor/rate/v1/_search

Data Model

DB Schema Diagram

Web Sequence Diagrams

SOR APIs

Rates

Master Data Types

The following masters need to be created as part of this module:

  • SOR Type

  • SOR Subtype

  • Unit of measurement

Was this helpful?