GR Entry against Sale

Save GR Entry Against Sale :- LOGIC API PUSH - GR DETAILS AGAINST SALES

This API is used to create GR Entry Against the Sale Bill in LOGIC. This API is mainly used to handover the order to the Transporter for the successfull delivery

Authorization Detail

Name

Detail

End Point

http://demo.logicerp.com/api/SaveGREntryAgainstSale

Request Type

POST

Authorization

Basic Auth

Username

Demo

Password

1

Request

{
  "Doc_Prefix": "LR",
  "Doc_Date": "02-11-2023",
  "Remarks": null,
  "BranchCode": 2,
  "ListBills": [
    {
      "BillSeries": "ESL",
      "BillNo": "ESL-346",
      "NewBillNo": null,
      "BillNumber": 346,
      "BillDate": null,
      "Agent_Name": "AMAL P",
      "GR_Number_1": "2345654",
      "GR_Date_1": "26-10-2023",
      "GR_Number_2": null,
      "GR_Date_2": null,
      "Pvt_Mark": null,
      "Remarks1": null,
      "Remarks2": null,
      "Remarks3": null,
      "Weight": null,
      "Cases": null,
      "Transpoter_Name": null,
      "Way_Bill_No": null,
      "Challan_No": null,
      "Challan_Date": null,
      "Issue_Time": "06:49 PM",
      "Removal_Time": null,
      "Transport_Mode": null,
      "Vehicle_No": null,
      "Delivery_At": "BLOCK -10 MOHALI",
      "Delivery_Add1": "NLOCK 10 MOHALI",
      "Delivery_Add2": null,
      "Doc_Remarks": null,
      "Packing_Box_Length": 0.0,
      "Packing_Box_Width": 0.0,
      "Packing_Box_Height": 0.0,
      "Packing_Box_Net_Weight": 0.0,
      "ShippingLabel": "",
      "TrackingUrl": ""
    },
    {
      "BillSeries": "ESL",
      "BillNo":"ESL-347",
      "NewBillNo": null,
      "BillNumber": 347,
      "BillDate": null,
      "Agent_Name":"AMAL P",
      "GR_Number_1": "2345655",
      "GR_Date_1": "26-10-2023",
      "GR_Number_2": null,
      "GR_Date_2": null,
      "Pvt_Mark": null,
      "Remarks1": null,
      "Remarks2": null,
      "Remarks3": null,
      "Weight": null,
      "Cases": null,
      "Transpoter_Name": null,
      "Way_Bill_No": null,
      "Challan_No": null,
      "Challan_Date": null,
      "Issue_Time": "07:20 PM",
      "Removal_Time": null,
      "Transport_Mode": null,
      "Vehicle_No": null,
      "Delivery_At": "BLOCK -10 MOHALI",
      "Delivery_Add1":  "NLOCK 10 MOHALI",
      "Delivery_Add2": null,
      "Doc_Remarks": null,
      "Packing_Box_Length": 0.0,
      "Packing_Box_Width": 0.0,
      "Packing_Box_Height": 0.0,
      "Packing_Box_Net_Weight": 0.0,
      "ShippingLabel": "",
      "TrackingUrl": ""
    }
  ]
}
  
Sr.No
Name
Type
Length

Doc_Prefix

nvarchar

100

yes

Doc_Date

date/time

-

-

Remarks

nvarchar

80

-

BranchCode

nvarchar

8

yes

BillSeries

nvarchar

-

-

BillNo

nvarchar

50

-

NewBillNo

nvarchar

50

-

BillNumber

number

50

-

BillDate

date/time

-

-

Agent_Name

nvarchar

50

-

GR_Number_1

num

10

yes

GR_Date_1

date/time

50

-

GR_Number_2

nvarchar

50

-

GR_Date_2

date/time

50

-

Remarks1

nvarchar

80

-

Remarks2

nvarchar

80

-

Remarks3

nvarchar

80

-

Weight

nvarchar

50

-

Cases

nvarchar

-

-

Transpoter_Name

nvarchar

-

-

Challan_No

nvarchar

-

-

Challan_Date

nvarchar

-

-

Issue_Time

nvarchar

-

-

Removal_Time

num

10

-

Transport_Mode

nvarchar

80

-

Vehicle_No

nvarchar

50

-

Delivery_At

nvarchar

50

-

Delivery_Add1

nvarchar

50

-

Delivery_Add2

num

10

-

Doc_Remarks

nvarchar

50

-

Packing_Box_Length

nvarchar

-

-

Packing_Box_Width

nvarchar

-

-

Packing_Box_Height

nvarchar

50

-

Packing_Box_Net_Weight

nvarchar

50

-

ShippingLabel

nvarchar

50

-

TrackingUrl

nvarchar

250

-

Response

{
   "LastSavedDocNo": "LR-8",
   "LastSavedCode": 8,
   "Status": true,
   "Message": "Document Saved Sucessfully..."
}

Last updated