get-ingredient-catalog-by-jsin¶
Source¶
Repository:
jef-systems/jef-caferimo-backendModule:
caferimoDocumentation Scope:
getLambda:
jef-caferimo-get-2
Endpoint¶
API Name:
jef-caferimoAction Name:
getMethod:
GETScope Label:
GETResource Path:
/get-ingredient-catalog-by-jsinComplete Endpoint:
https://lfyr4e0eqe.execute-api.ap-southeast-1.amazonaws.com/prod/get-ingredient-catalog-by-jsinLambda ARN:
arn:aws:lambda:ap-southeast-1:246715082475:function:jef-caferimo-get-2curl payload mode:
query_string
API Gateway Description¶
Function: jef-caferimo-get-2
API Name: jef-caferimo
Action: get
Method: GET
Resource Path: /get-ingredient-catalog-by-jsin
Payload:
- jsin: string
Response:
- exists: boolean
- message: string
- item: {"pk":"string-jsin","gsi_1_pk":"string-barcode","jsin":"string","barcode":"string","product_name":"string","product_unit":"string"}
Request Payload¶
{
"jsin": "string"
}
Response¶
{
"exists": "boolean",
"message": "string",
"item": "{\"pk\":\"string-jsin\",\"gsi_1_pk\":\"string-barcode\",\"jsin\":\"string\",\"barcode\":\"string\",\"product_name\":\"string\",\"product_unit\":\"string\"}"
}
CMD curl¶
curl "https://lfyr4e0eqe.execute-api.ap-southeast-1.amazonaws.com/prod/get-ingredient-catalog-by-jsin?jsin=string"
PowerShell curl¶
curl.exe "https://lfyr4e0eqe.execute-api.ap-southeast-1.amazonaws.com/prod/get-ingredient-catalog-by-jsin?jsin=string"