post-equipments-create¶
Source¶
Repository:
jef-systems/jef-caferimo-backendLambda:
jef-caferimo-post-equipments-createCommit:
a82beb0db1670fd586c0b7d64330b138876e5a03
Request Payload¶
{
"asset_number": "string",
"asset_name": "string",
"category": "string",
"status": "string-enum-active-maintenance-retired",
"notes": "string-optional"
}
Response¶
{
"exists": "boolean",
"message": "string",
"item": {
"pk": "string-asset_number",
"gsi_1_pk": "string-category",
"gsi_1_sk": "string-asset_name",
"asset_number": "string",
"asset_name": "string",
"category": "string",
"status": "string-enum-active-maintenance-retired",
"notes": "string-optional"
}
}