post-equipments-create ====================== Source ------ - Repository: ``jef-systems/jef-caferimo-backend`` - Lambda: ``jef-caferimo-post-equipments-create`` - Commit: ``a82beb0db1670fd586c0b7d64330b138876e5a03`` Request Payload --------------- .. code-block:: json { "asset_number": "string", "asset_name": "string", "category": "string", "status": "string-enum-active-maintenance-retired", "notes": "string-optional" } Response -------- .. code-block:: json { "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" } }