10 calls to _invoice_api_http_response_code() in Invoice 7
- invoice_api_invoice in ./
invoice_api.inc - GET / PUT / POST / DELETE an invoice
- _invoice_api_check_allowed_ips in ./
invoice_api.inc - Check if the request is from an allowed IP addresses
- _invoice_api_check_allowed_templates in ./
invoice_api.inc - Checks if the authenticated username has access to the defined template name
- _invoice_api_check_response_format_support in ./
invoice_api.inc - Checks if the specified response format is supported by the API
- _invoice_api_check_user_pass in ./
invoice_api.inc - Verifies the username and password
- _invoice_api_invoice_get in ./
invoice_api.inc - Handles GET request for the specified invoice ID
- _invoice_api_invoice_get_list in ./
invoice_api.inc - Handles GET request for a list of invoices
- _invoice_api_invoice_post in ./
invoice_api.inc - Handles POST request
- _invoice_api_invoice_put in ./
invoice_api.inc - Handles PUT request
- _invoice_api_view_json in ./
invoice_api.inc - Displays the specified invoice in JSON format