POST services/api/v1/Update_DeliveryStatus

Request Information

URI Parameters

None.

Body Parameters

DeliveryStatusUpdate
NameDescriptionTypeAdditional information
ColumnName

string

None.

ColumnValue

string

None.

UserId

integer

None.

DeliveryList

Collection of DeliveryMgmt_Master

None.

Request Formats

application/json, text/json

Sample:
{
  "ColumnName": "sample string 1",
  "ColumnValue": "sample string 2",
  "UserId": 3,
  "DeliveryList": [
    {
      "Sel": true,
      "InvNo": 2,
      "VoucherNo": "sample string 3",
      "InvDate": "2026-09-09T15:04:27.3738023+04:00",
      "Amount": 5.0,
      "CustomerName": "sample string 6",
      "ContactNo": "sample string 7",
      "Area": "sample string 8",
      "PLGen": true,
      "Printed": true,
      "Paked": true,
      "Deliverd": true,
      "Driver": "sample string 13",
      "SalesType": 14,
      "locid": 15,
      "driverId": 16
    },
    {
      "Sel": true,
      "InvNo": 2,
      "VoucherNo": "sample string 3",
      "InvDate": "2026-09-09T15:04:27.3738023+04:00",
      "Amount": 5.0,
      "CustomerName": "sample string 6",
      "ContactNo": "sample string 7",
      "Area": "sample string 8",
      "PLGen": true,
      "Printed": true,
      "Paked": true,
      "Deliverd": true,
      "Driver": "sample string 13",
      "SalesType": 14,
      "locid": 15,
      "driverId": 16
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeliveryStatusUpdate
NameDescriptionTypeAdditional information
ColumnName

string

None.

ColumnValue

string

None.

UserId

integer

None.

DeliveryList

Collection of DeliveryMgmt_Master

None.

Response Formats

application/json, text/json

Sample:
{
  "ColumnName": "sample string 1",
  "ColumnValue": "sample string 2",
  "UserId": 3,
  "DeliveryList": [
    {
      "Sel": true,
      "InvNo": 2,
      "VoucherNo": "sample string 3",
      "InvDate": "2026-09-09T15:04:27.3894202+04:00",
      "Amount": 5.0,
      "CustomerName": "sample string 6",
      "ContactNo": "sample string 7",
      "Area": "sample string 8",
      "PLGen": true,
      "Printed": true,
      "Paked": true,
      "Deliverd": true,
      "Driver": "sample string 13",
      "SalesType": 14,
      "locid": 15,
      "driverId": 16
    },
    {
      "Sel": true,
      "InvNo": 2,
      "VoucherNo": "sample string 3",
      "InvDate": "2026-09-09T15:04:27.3894202+04:00",
      "Amount": 5.0,
      "CustomerName": "sample string 6",
      "ContactNo": "sample string 7",
      "Area": "sample string 8",
      "PLGen": true,
      "Printed": true,
      "Paked": true,
      "Deliverd": true,
      "Driver": "sample string 13",
      "SalesType": 14,
      "locid": 15,
      "driverId": 16
    }
  ]
}