| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- {
- "info": {
- "_postman_id": "8d5e0aed-5143-4a95-8a48-e11342142913",
- "name": "project siput",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "Get By ID template program",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost/siput-new/api/template-program/1",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "template-program",
- "1"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get template program",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost/siput-new/api/template-program",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "template-program"
- ]
- }
- },
- "response": []
- },
- {
- "name": "create template program",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Accept",
- "value": "application/json",
- "type": "default"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"nama\": \"test\",\r\n \"status\": 2,\r\n \"created_by\": \"user\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://localhost/siput-new/api/template-program/create",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "template-program",
- "create"
- ]
- }
- },
- "response": []
- },
- {
- "name": "get item program",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "method": "GET",
- "header": [
- {
- "key": "Accept",
- "value": "application/json",
- "type": "default"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"nama\": \"test\",\r\n \"status\": 2,\r\n \"created_by\": \"user\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://localhost/siput-new/api/item-program",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "item-program"
- ]
- }
- },
- "response": []
- },
- {
- "name": "create item program",
- "request": {
- "method": "POST",
- "header": [
- {
- "key": "Accept",
- "value": "application/json",
- "type": "default"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id_template\": 3,\r\n \"kolom\": \"test\",\r\n \"created_by\": \"user\",\r\n \"tipe_kolom\": \"test\",\r\n \"order_by\": \"DESC\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://localhost/siput-new/api/item-program/create",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "item-program",
- "create"
- ]
- }
- },
- "response": []
- },
- {
- "name": "update item program",
- "request": {
- "method": "PUT",
- "header": [
- {
- "key": "Accept",
- "value": "application/json",
- "type": "default"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"id_template\": 3,\r\n \"kolom\": \"test\",\r\n \"modified_by\": \"user\",\r\n \"tipe_kolom\": \"test\",\r\n \"order_by\": \"DESC\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://localhost/siput-new/api/item-program/update/{id}",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "path": [
- "siput-new",
- "api",
- "item-program",
- "update",
- "{id}"
- ]
- }
- },
- "response": []
- }
- ]
- }
|