
SALE BILL PUSH
API DESCRIPTION( USED TO SAVE SALE BILL)
This API is used to CREATE SALE BILL in LOGIC .The third party application will push the API and the fields containing the details associated with SALE BILL will be saved.
To access this API, you need to call: Host-Server Name/API-name. In this case, the API name will be: Save Sale Bill .
All the Fields that are used to Save Sale Bill are mentioned below:
Field Name | Field Value | Description | Required |
Doc_Type | String | This Fields Stores the Document Type | Yes |
Doc_Code | Number | This Fields Stores the Unique Document Code | No |
DeliveryAt | String | This Fields Stores the Time of Delivery | No |
Remarks2 | String | This Fields Stores the Remarks. | No |
DeliveryAdd1 | String | This Fields Stores the Delivery Address | No |
OrderNo | Number | This Fields Stores the Order Number | No |
PVTMark | String | This Fields Stores the PVT Mark | No |
Order_Id | String | This Fields Stores the Unique Order ID. | No |
Gst_State_Code | Number | This Fields Stores the GST State code | No |
GRNo | String | This Fields Stores the GR Number | No |
GRDate | String | This Fields Stores the GR Date | No |
BillSeries | String | This Fields Stores the Bill Series | No |
WayBillNo | Number | This Fields Stores the Way Bill Number | No |
CurrencyName | String | This Fields Stores the Currency Name | No |
ExchangeRate | Number | This Fields Stores the Exchange Rate | No |
PartyUserCode | Number | This Fields Stores the Unique Party User code | Yes |
BranchCode | String | This Fields Stores the Unique Branch Code | Yes |
LstItems | Array | (This function stores the List of Item Details) | |
{ LogicUserCode AddlItemCode Quantity Lot_No Rate } | Yes Yes Yes Yes |
** Note:– In the above Requested Json, some fields are mandatory to Define: Branch Code ,Doc Type, Party User Code ,Logic User Code ,Sale Qty,Add Item Code, Lot Number.
(Visited 46 times, 1 visits today)