{"info":{"_postman_id":"29dc8a94-100b-4c39-859b-f0e37a9f82d5","name":"ADempiere Backend RS","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18440575","collectionId":"29dc8a94-100b-4c39-859b-f0e37a9f82d5","publishedId":"2s93JnW7XM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-06T07:57:51.000Z"},"item":[{"name":"Create Product Class","id":"ef1fb8f7-e904-4bfa-beef-504812999293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_Product_Class\",\n        \"attributes\": [\n            {\n                \"key\": \"Value\",\n                \"string_value\": \"0d005e89-42e0-4dd0-bbb7-af6b4212da6c\"\n            },\n            {\n                \"key\": \"Name\",\n                \"string_value\": \"Test from Rest API\"\n            },\n            {\n                \"key\": \"IsDefault\",\n                \"boolean_value\": false\n            },\n            {\n                \"key\": \"Description\",\n                \"string_value\": \"Test from Rest API using description\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef1fb8f7-e904-4bfa-beef-504812999293"},{"name":"Create I_HR_AttendanceRecord","id":"aa3a3425-1671-4127-8734-cc187397a23c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"I_HR_AttendanceRecord\",\n        \"attributes\": [\n            {\n                \"key\": \"Code\",\n                \"string_value\": \"V12247978\"\n            },\n            {\n                \"key\": \"DeviceCode\",\n                \"string_value\": \"2022085399\"\n            },\n            {\n                \"key\": \"AttendanceTime\",\n                \"date_value\": \"2023-03-21 11:44:00\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7879/entities","urlObject":{"port":"7879","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa3a3425-1671-4127-8734-cc187397a23c"},{"name":"Create I_HR_AttendanceRecord (Garden)","id":"8ee43282-84f4-4ba4-bcd4-620982de32db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"I_HR_AttendanceRecord\",\n        \"attributes\": [\n            {\n                \"key\": \"Code\",\n                \"string_value\": \"V12247978\"\n            },\n            {\n                \"key\": \"DeviceCode\",\n                \"string_value\": \"2022085399\"\n            },\n            {\n                \"key\": \"AttendanceTime\",\n                \"date_value\": \"2023-03-21 11:44:00\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7879/entities","urlObject":{"port":"7879","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ee43282-84f4-4ba4-bcd4-620982de32db"},{"name":"Update Product Class","id":"e9df5d57-55fd-44b4-b4b0-f017faad2fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_Product_Class\",\n        \"id\": 1000000,\n        \"attributes\": [\n            {\n                \"key\": \"Name\",\n                \"string_value\": \"Update Test from Rest API\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"20.12.0.23:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["20","12","0","23"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9df5d57-55fd-44b4-b4b0-f017faad2fb6"},{"name":"Delete Product Class","id":"0cf633d2-f3e9-4942-a85d-9a2782f1f9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_Product_Class\",\n        \"id\": 1000000\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cf633d2-f3e9-4942-a85d-9a2782f1f9ae"},{"name":"Cache-Reset","id":"9918e378-675a-4d2f-aef1-af1a08669bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"process\": {\n        \"process_code\": \"Cache Reset\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/process","urlObject":{"port":"7878","path":["process"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"9918e378-675a-4d2f-aef1-af1a08669bad"},{"name":"PriceList-Calculate","id":"a9ab4ecf-eb7d-4707-b848-8d96aba1ea0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"process\": {\n        \"process_code\": \"M_PriceList Create\",\n        \"table_name\": \"M_PriceList_Version\",\n        \"id\": 104,\n        \"parameters\": [\n            {\n                \"key\": \"DeleteOld\",\n                \"boolean_value\": false\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/process","urlObject":{"port":"7878","path":["process"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9ab4ecf-eb7d-4707-b848-8d96aba1ea0b"},{"name":"Create-LotCtl","id":"b8f1dfd8-1c0f-4fc7-8ea1-706f08c24534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_LotCtl\",\n        \"attributes\": [\n            {\n                \"key\": \"Name\",\n                \"string_value\": \"Test from Rest API\"\n            },\n            {\n                \"key\": \"Description\",\n                \"string_value\": \"Test from Rest API using description\"\n            },\n            {\n                \"key\": \"StartNo\",\n                \"decimal_value\": 135\n            },\n            {\n                \"key\": \"IncrementNo\",\n                \"decimal_value\": 99.33\n            },\n            {\n                \"key\": \"Prefix\",\n                \"string_value\": \"L-\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8f1dfd8-1c0f-4fc7-8ea1-706f08c24534"},{"name":"Update-LotCtl","id":"2fdcb82c-388c-4144-b55c-558a89b61ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_LotCtl\",\n        \"id\": 1000008,\n        \"attributes\": [\n            {\n                \"key\": \"Name\",\n                \"string_value\": \"Hola\"\n            },\n            {\n                \"key\": \"Description\",\n                \"string_value\": \"Nada Ney\"\n            },\n            {\n                \"key\": \"StartNo\",\n                \"decimal_value\": 255\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fdcb82c-388c-4144-b55c-558a89b61ad6"},{"name":"Delete-LotCtl","id":"175a4381-a14e-4bba-88cb-8bc115406673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"entity\": {\n        \"table_name\": \"M_LotCtl\",\n        \"id\": 1000006\n    }\n}","options":{"raw":{"language":"json"}}},"url":"0.0.0.0:7878/entities","urlObject":{"port":"7878","path":["entities"],"host":["0","0","0","0"],"query":[],"variable":[]}},"response":[],"_postman_id":"175a4381-a14e-4bba-88cb-8bc115406673"}]}