# Physical Verification PUV

## Save Physical Verification PUV :- LOGIC API PUSH - PHYSICAL VERIFY PU <a href="#heading" id="heading"></a>

This API is used to Save the Physical Verification Against Purchase Voucher in LOGIC

### **Authorization Detail**

| Name          | Detail                                                     |
| ------------- | ---------------------------------------------------------- |
| End Point     | <http://demo.logicerp.com/api/SavePhysicalVerificationPUV> |
| Request Type  | POST                                                       |
| Authorization | Basic Auth                                                 |
| Username      | Demo                                                       |
| Password      | 1                                                          |

### **Request**

```

{
    "BranchCode": 2,
    "PUV_Bill_No": "AC-1",
    "Doc_Type": "PU",
    "DocCode": 0 ,
    "ListItems": [ 
        {
            "LogicUser_Code": "8900001",
            "AddlItemCode": "",
            "Packing_Box_No": "",
            "Quantity": 5.0 
        },
        {
            "LogicUser_Code": "8900002",
            "AddlItemCode": "",
            "Packing_Box_No": "",
            "Quantity": 5.0 
        },
        {
            "LogicUser_Code": "8900003",
            "AddlItemCode": "",
            "Packing_Box_No": "",
            "Quantity": 4.0 
        }
    ]
}

```

### **Response**

```
 
{
    "PrintFile": "",
    "Invoice_No": "",
    "Order_No": "",
    "Status": true,
    "Message": "",
    "LastSavedCode": ""
}

```
