Skip to main content

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #303

      Test topic 2 Test topic 2

    • #336

      Test comment.

    • #413

      Frappe Bench start

    • #414
      
      PUT /api/resource/Item/ITEM-TEST
      Content-Type: application/json
      
      {
        "item_name": "Updated Name"
      }
      
    • #415
      PUT /api/resource/Item/ITEM-TEST
      Content-Type: application/json
      
      {
      "item_name": "Updated Name"
      }
      
    • #416
      
      PUT /api/resource/Item/ITEM-TEST
      Content-Type: application/json
      
      {
        "item_name": "Updated Name"
      }
      
    • #419
      POST /api/resource/Item
      Content-Type: application/json
      
      {
        "item_code": "ITEM-TEST",
        "item_name": "Test Product",
        "stock_uom": "Nos"
      }
      
Viewing 6 reply threads
  • You must be logged in to reply to this topic.