POST api/Dispatch/AcceptInvoice

Request Information

URI Parameters

None.

Body Parameters

admin_StockInvoice
NameDescriptionTypeAdditional information
id

integer

None.

StateName

string

None.

UsrID

integer

None.

DispatchMasterID

integer

None.

Inv_Date

date

None.

InvoiceNo

string

None.

SRD_Code

string

None.

SRD_Name

string

None.

Qty

integer

None.

Amount

decimal number

None.

Weight

decimal number

None.

Vehical_KM

integer

None.

ReedemKm

integer

None.

ELat

decimal number

None.

ELong

decimal number

None.

AcceptedDate

date

None.

DeliveredDate

date

None.

ApprovalDate

date

None.

UserRemarks

string

None.

AdminRemarks

string

None.

sts

string

None.

LMD

date

None.

Edate

date

None.

admin_DispatchMaster

admin_DispatchMaster

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "stateName": "sample string 2",
  "usrID": 3,
  "dispatchMasterID": 1,
  "inv_Date": "2025-12-06T09:04:29.2917841+05:30",
  "invoiceNo": "sample string 5",
  "srD_Code": "sample string 6",
  "srD_Name": "sample string 7",
  "qty": 8,
  "amount": 9.0,
  "weight": 10.0,
  "vehical_KM": 1,
  "reedemKm": 1,
  "eLat": 1.0,
  "eLong": 1.0,
  "acceptedDate": "2025-12-06T09:04:29.2917841+05:30",
  "deliveredDate": "2025-12-06T09:04:29.2917841+05:30",
  "approvalDate": "2025-12-06T09:04:29.2917841+05:30",
  "userRemarks": "sample string 11",
  "adminRemarks": "sample string 12",
  "sts": "sample string 13",
  "lmd": "2025-12-06T09:04:29.2917841+05:30",
  "edate": "2025-12-06T09:04:29.2917841+05:30",
  "admin_DispatchMaster": {
    "id": 1,
    "stateID": 2,
    "dispatchNo": "sample string 3",
    "nxt": 4,
    "freight": 5.0,
    "freightType": "sample string 6",
    "otherFreight": 7.0,
    "dIspatchMode": 8,
    "dispatchUser": 9,
    "helperDCS": 1,
    "assignUser": 10,
    "startDate": "2025-12-06T09:04:29.2917841+05:30",
    "endDate": "2025-12-06T09:04:29.2917841+05:30",
    "startKM": 11,
    "sLat": 1.0,
    "sLong": 1.0,
    "endKm": 12,
    "eLat": 1.0,
    "eLong": 1.0,
    "sts": "sample string 13",
    "edate": "2025-12-06T09:04:29.2917841+05:30",
    "admin_StockInvoice": []
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.