.. AUTO-GENERATED FILE. DO NOT EDIT. internal-sales-invoices-entities-workers-create =============================================== Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Module: ``sales-invoices`` - Documentation Scope: ``async`` - Lambda: ``jef-sales-invoices-post-38`` Endpoint -------- - API Name: ``jef-sales-invoices`` - Action Name: ``post`` - Method: ``POST`` - Scope Label: ``Async`` - Resource Path: ``/internal-sales-invoices-entities-workers-create`` - Complete Endpoint: ``https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-entities-workers-create`` - Lambda ARN: ``arn:aws:lambda:ap-southeast-1:246715082475:function:jef-sales-invoices-post-38`` - curl payload mode: ``json_body`` API Gateway Description ----------------------- .. code-block:: text Function: jef-sales-invoices-post-38 API Name: jef-sales-invoices Action: post Method: POST Resource Path: /internal-sales-invoices-entities-workers-create Payload: - job_id: job-uuid Response: - ok: true - item: {} Request Payload --------------- .. code-block:: json { "job_id": "job-uuid" } Response -------- .. code-block:: json { "ok": "true", "item": "{}" } CMD curl -------- .. code-block:: text curl -X POST "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-entities-workers-create" -H "Content-Type: application/json" --data-raw "{\"job_id\": \"job-uuid\"}" PowerShell curl --------------- .. code-block:: text curl.exe -X POST "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-entities-workers-create" -H "Content-Type: application/json" --data-raw '{"job_id": "job-uuid"}'