4
0

2 Commitit 82ea2a3913 ... cf81813dae

Tekijä SHA1 Viesti Päivämäärä
  Hugo Quijada cf81813dae Merge branch 'master' of https://git.audiovalid.com/AudioValid/postman 5 vuotta sitten
  Hugo Quijada 6fce60f814 + Métodos 5 vuotta sitten
1 muutettua tiedostoa jossa 132 lisäystä ja 1 poistoa
  1. 132 1
      audiovalid.postman_collection.json

+ 132 - 1
audiovalid.postman_collection.json

@@ -1,6 +1,6 @@
 {
 	"info": {
-		"_postman_id": "e420d1be-c89d-4d49-8a1f-939fefd6a896",
+		"_postman_id": "0a004ee8-1c34-4a7f-b332-056ee5557880",
 		"name": "AudioValid",
 		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
 	},
@@ -225,6 +225,67 @@
 			"name": "Campaña",
 			"item": [
 				{
+					"name": "/v1/campana",
+					"request": {
+						"method": "GET",
+						"header": [
+							{
+								"key": "Content-Type",
+								"name": "Content-Type",
+								"value": "application/x-www-form-urlencoded",
+								"type": "text"
+							},
+							{
+								"key": "Authorization",
+								"value": "Bearer {{token}}",
+								"type": "text"
+							}
+						],
+						"url": {
+							"raw": "{{url}}/v1/campana",
+							"host": [
+								"{{url}}"
+							],
+							"path": [
+								"v1",
+								"campana"
+							]
+						}
+					},
+					"response": []
+				},
+				{
+					"name": "/v1/campana/ordenes",
+					"request": {
+						"method": "GET",
+						"header": [
+							{
+								"key": "Content-Type",
+								"name": "Content-Type",
+								"value": "application/x-www-form-urlencoded",
+								"type": "text"
+							},
+							{
+								"key": "Authorization",
+								"value": "Bearer {{token}}",
+								"type": "text"
+							}
+						],
+						"url": {
+							"raw": "{{url}}/v1/campana/ordenes",
+							"host": [
+								"{{url}}"
+							],
+							"path": [
+								"v1",
+								"campana",
+								"ordenes"
+							]
+						}
+					},
+					"response": []
+				},
+				{
 					"name": "/v1/campana/crear",
 					"request": {
 						"method": "POST",
@@ -1356,6 +1417,76 @@
 				}
 			],
 			"protocolProfileBehavior": {}
+		},
+		{
+			"name": "Perfil",
+			"item": [
+				{
+					"name": "/v1/perfil",
+					"request": {
+						"method": "GET",
+						"header": [
+							{
+								"key": "Content-Type",
+								"name": "Content-Type",
+								"value": "application/x-www-form-urlencoded",
+								"type": "text"
+							},
+							{
+								"key": "Authorization",
+								"value": "Bearer {{token}}",
+								"type": "text"
+							}
+						],
+						"url": {
+							"raw": "{{url}}/v1/perfil",
+							"host": [
+								"{{url}}"
+							],
+							"path": [
+								"v1",
+								"perfil"
+							]
+						}
+					},
+					"response": []
+				},
+				{
+					"name": "/v1/perfil/editar",
+					"request": {
+						"method": "POST",
+						"header": [
+							{
+								"key": "Content-Type",
+								"value": "application/json",
+								"type": "text"
+							},
+							{
+								"key": "Authorization",
+								"value": "Bearer {{token}}",
+								"type": "text"
+							}
+						],
+						"body": {
+							"mode": "raw",
+							"raw": "{\n\t\"nombre\": \"Hugo Quijada García\"\n}"
+						},
+						"url": {
+							"raw": "{{url}}/v1/perfil/editar",
+							"host": [
+								"{{url}}"
+							],
+							"path": [
+								"v1",
+								"perfil",
+								"editar"
+							]
+						}
+					},
+					"response": []
+				}
+			],
+			"protocolProfileBehavior": {}
 		}
 	],
 	"event": [