- 🐶 Walk through Apidog
- Sample APIs
- Vendor Managment
- Update Vendor Basic InfoPUT
- Update Vendor DocumentPUT
- Update Deposit InfoPUT
- Add daily milk salePOST
- Fetch Daily sales by vendorGET
- Fetch Specific daily milk saleGET
- Update daily milk salePUT
- Delete daily saleDELETE
- Bulk Upload Milk SalesPUT
- Fetch daily sales milk by dateGET
- Add PaymentPOST
- Update PaymentPOST
- Fetch Vendor PaymentsGET
- Fetch Vendor Payments By IdGET
- Fetch payment by idGET
- DeleteDELETE
- Create Milk price changePOST
- Update milk price changesPUT
- Fetch milk price revisionsGET
- Fetch milk price revisionGET
- Delete Milk price revisionDELETE
- Regenrate vendor billPUT
- Archive VendorDELETE
- Restore VendorGET
- Fetch Daily salesGET
- Employee
- Animal
- Green Fooder
- Lease Land
- Crop
- Lease
- yields
- Expense
- Purchase Info
- Sale info
- Purchase Dry Fooder
- Concentrate Dry Fooder
- Add Concentrate Dry Fooder
- Update Concentrate Dry Fooder Copy
- Fetch Concentrate Dry Fooders
- Fetch Concentrate Dry Fooders By Id
- Delete Concentrate Dry Fooder Id
- Fetch Concentrate Dry Fooders Stocks
- Add Concentrate Dry Fooder Usage
- Update Concentrate Dry Fooder Usage
- Delete Concentrate Dry Fooder Id Daily usage
- Add feed global settings
- Update feed global settings
- Fetch Concentrate Dry Fooders
- Add feed management global setting
- Add feed management global setting Copy
- Settings
- Milk
- Outlet
- Add Production Unit
- Add Outlet
- Fetch outlets
- Fetch specific outlet
- Update outlet
- Fetch outlet list
- Add Product
- Fetch products
- Fetch specific product
- Update Product
- Remove Product
- Fetch Product List
- Add Daily Production
- Update Daily production
- Fetch daily productions
- Fetch specific daily production
- Remove Daily Productions
- Add Outlet Stock
- Update Stock
- Remove Outlet stock
- Fetch daily stocks
- Fetch specific daily stock
- Add Outlet Sales
- Update outlet sale
- Remove Outlet sale
- Fetch sales
- Add Outlet Customer
- Update Outlet
- Fetch daily customers
- Fetch specific customer
- Fetch customers list
- Add Outlet Customer Payment
- Update Customer Payment
- Fetch customer outlet payments
- Fetch specific customer Copy
- Delete Customer Payment
- Add Outlet Customer Payment Copy
- Update Payment
- Fetch outlet payments
- Fetch specific outlet payment
- Delete Outlet Payment
- Daily Production bulk
- Fetch daily production
- Outlet Stocks Bulk
- Fetch outlet stocks
- Outlet Stocks Bulk Copy
- Fetch outlet sales
- Add Price revision
- Update Price revision
- Delete Outlet Payment Copy
- Fetch product price revisions
- Fetch specific product price revision
- Regenrate vendor bill Copy
- Fetch Bills
- Approve outlet bills
- Regenrate outlet customer
- Approve customer outlet bills
- Fetch Production Inventories
- Fetch customer Bills
- Fetch specific product Copy
- Archive Outlet
- Fetch Outlet Inventories
- Raw milk usage bulk
- fetch raw milk usage by date
- Raw milk wastage bulk
- fetch raw milk wastage by date
- Fetch outlets ledgers
- Fetch outlets ledgers by outletId
- Fetch outstanding balanec
- General Expenses
- General Goods Sale
- Profit and Loss
- payroll
- Reports
- Test
- insurance
- SubAdmin
- Unsecured Liabilities
- Create Lender
- Update Lender
- Fetch Lenders
- Fetch Lenders By id
- Fetch Lenders stats
- Delete lender
- Create Lending TXN
- Update Lending TXN
- Fetch Loans
- Fetch Loan By id
- Delete loan
- Create Repayment
- Update Repayment
- Delete repayment
- Fetch Repayments
- Fetch Loan By id Copy
- Presigned url
- Fetch lending_txn_ids
- Fetch Lenders By id Copy
- Fetch Loan By id report
Update sale
Developing
PUT
/admin/green-fooder/sales/{{saleId}}
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT '/admin/green-fooder/sales/{{saleId}}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-09-04 08:24:48