en:api_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
en:api_start [2022/06/28 14:59]
simon
en:api_start [2022/06/28 15:11]
simon
Line 382: Line 382:
 ---- ----
  
-Enter /Supplier to create a new supplier+POST /Supplier to create a new supplier
 > >
 > Specify supplier name. Supplier ID will be assigned automatically > Specify supplier name. Supplier ID will be assigned automatically
Line 414: Line 414:
 } }
 </code> </code>
-//Getting information on product ID by number "322"//+//Retrieve information about the product ID with the number "322//
 </WRAP> </WRAP>
 > >
Line 420: Line 420:
 > >
 > >
->GET /supplier/{supplierNum}/product Find product by supplier num - is used for returning ID information by Supplier number+>GET /supplier/{supplierNum}/product Find product by supplier num - is used for returning ID information by supplier number.
 > >
 >{{:ru:api_14.png?750|}} >{{:ru:api_14.png?750|}}
Line 454: Line 454:
 //Updating information on the Supplier with ID "3"// //Updating information on the Supplier with ID "3"//
 </WRAP> </WRAP>
->PUT /supplier/{supplierID} Update Supplier is used for information editing on Supplier +GET /supplier/{supplierID} Update Supplier  - for information editing on Supplier.
 > >
 >**supplierId** - specify supplier ID >**supplierId** - specify supplier ID
Line 470: Line 470:
 }' }'
 </code> </code>
-//Supplier deleting with ID "3"//+//Deletion of the supplier with ID "3//
 </WRAP> </WRAP>
 > >
->Delete /supplier/{supplierID} - is used for deleting information about Supplier+>Delete /supplier/{supplierID} - is used to delete information about suppliers.
 >**supplierId** - Supplier ID >**supplierId** - Supplier ID
 >{{:ru:api_16.png?600|}} >{{:ru:api_16.png?600|}}
Line 500: Line 500:
 ] ]
 </code> </code>
-//Getting information on Manufacturers from Client//+//Receive information about the manufacturer from the customer//
 </WRAP> </WRAP>
  
Line 534: Line 534:
 } }
 </code> </code>
-//Manufacturer creating "NewManufacturer"//+//Manufacturer created "NewManufacturer"//
 </WRAP> </WRAP>
 > >
->Post /maufacturer Create new Manufacturer +>POST /maufacturer Create new Manufacturer 
 > >
 >Enter a name of Manufacturer in the "Name" field. ID of Manufacturer will be assigned automatically. >Enter a name of Manufacturer in the "Name" field. ID of Manufacturer will be assigned automatically.
Line 566: Line 566:
 </code> </code>
  
-//Information updating on Manufacturer with name "NewManufacturer2"//+//Updating the information about the manufacturer named "NewManufacturer2"//
 </WRAP> </WRAP>
->PUT /manufacturer/{manufacturerID} Update Manufacturer - is used for information editing on Manufacturer+>PUT /manufacturer/{manufacturerID} Update Manufacturer - Updating the information about the manufacturer named "NewManufacturer2".
 > >
->manufacturerId - specify Manufacturer ID +>manufacturerId - specify Manufacturer ID. 
->Specify name of Manufacturer in the "Name" field.+>Specify the name of the Manufacturer in the "Name" field.
 > >
 >{{:ru:api_19.png?700|}} >{{:ru:api_19.png?700|}}
Line 584: Line 584:
   -H 'Authorization: Bearer '   -H 'Authorization: Bearer '
 </code> </code>
-//Information deleting about Manufacturer with ID "22"//+//Deleting information about the manufacturer with ID "22"//
 </WRAP> </WRAP>
  
  • en/api_start.txt
  • Last modified: 2022/06/28 15:32
  • by simon