# API: Lock Invoice
# lockInvoice
Lock Invoice from being able to be seen by customer.
# Required parameters
Parameter | Description |
---|---|
id | Invoice ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=lockInvoice&id=ID
# PHP Samples
# Response
{
"success": true,
"call": "lockInvoice",
"server_time": 1460987842,
"info": [
"Invoice locked"
]
}