internal-sales-invoices-customers-workers-create

Source

  • Repository: jef-systems/jef-sales-invoices-backend

  • Module: sales-invoices

  • Documentation Scope: async

  • Lambda: jef-sales-invoices-post-30

Endpoint

  • API Name: jef-sales-invoices

  • Action Name: post

  • Method: POST

  • Scope Label: Async

  • Resource Path: /internal-sales-invoices-customers-workers-create

  • Complete Endpoint: https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-customers-workers-create

  • Lambda ARN: arn:aws:lambda:ap-southeast-1:246715082475:function:jef-sales-invoices-post-30

  • curl payload mode: json_body

API Gateway Description

Function: jef-sales-invoices-post-30
API Name: jef-sales-invoices
Action: post
Method: POST
Resource Path: /internal-sales-invoices-customers-workers-create

Payload:
- job_id: job-uuid

Response:
- ok: true
- item: {}

Request Payload

{
  "job_id": "job-uuid"
}

Response

{
  "ok": "true",
  "item": "{}"
}

CMD curl

curl -X POST "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-customers-workers-create" -H "Content-Type: application/json" --data-raw "{\"job_id\": \"job-uuid\"}"

PowerShell curl

curl.exe -X POST "https://f85p4su499.execute-api.ap-southeast-1.amazonaws.com/prod/internal-sales-invoices-customers-workers-create" -H "Content-Type: application/json" --data-raw '{"job_id": "job-uuid"}'