dfabre0713

Supplier request

Jan 19th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - addSupplier POST
  2.  
  3. {
  4. "supplier_name": "DA test1",
  5. "supplier_regno": "61833521",
  6. "phone": "77667176",
  7. "address": "asas1d",
  8. "location": "-71.34, 41.12"
  9. }
  10.  
  11. - deleteSupplier POST
  12.  
  13. {
  14. "supplierId": "MIS_BXcBD1UfXUIco9yq"
  15. }
  16. - getSuppliers GET
  17.  
  18. - updateSupplier POST
  19. {
  20. "supplierId": "MIS_BXcBD1UfXUIco9yq"
  21. "supplier_name": "DA test1",
  22. "supplier_regno": "61833521",
  23. "phone": "77667176",
  24. "address": "asas1d",
  25. "location": "-71.34, 41.12"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment