.. AUTO-GENERATED FILE. DO NOT EDIT. sales-invoices-by-entity-get ============================ Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Module: ``sales-invoices`` - Documentation Scope: ``get`` - Lambda: ``jef-sales-invoices-get-5`` Endpoint -------- - API Name: ``jef-sales-invoices`` - Action Name: ``get`` - Method: ``GET`` - Scope Label: ``GET`` - Resource Path: ``/sales-invoices-by-entity-get`` - Complete Endpoint: ``https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/sales-invoices-by-entity-get`` - Lambda ARN: ``arn:aws:lambda:ap-southeast-1:246715082475:function:jef-sales-invoices-get-5`` - curl payload mode: ``query_string`` API Gateway Description ----------------------- .. code-block:: text Function: jef-sales-invoices-get-5 API Name: jef-sales-invoices Action: get Method: GET Resource Path: /sales-invoices-by-entity-get Payload: - entity_number: 1001 Response: - ok: true - items: [] Request Payload --------------- .. code-block:: json { "entity_number": "1001" } Response -------- .. code-block:: json { "ok": "true", "items": "[]" } CMD curl -------- .. code-block:: text curl "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/sales-invoices-by-entity-get?entity_number=1001" PowerShell curl --------------- .. code-block:: text curl.exe "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/sales-invoices-by-entity-get?entity_number=1001"