{
	"info": {
		"_postman_id": "df92374a-f7e8-4b12-9e6a-5034a744c91b",
		"name": "SAT SANDBOX",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "1862699",
		"_collection_link": "https://crimson-trinity-617947.postman.co/workspace/CDC~6508fc0f-b35d-42b1-9b16-f7e2a1ea602c/collection/1862699-df92374a-f7e8-4b12-9e6a-5034a744c91b?action=share&source=collection_link&creator=1862699"
	},
	"item": [
		{
			"name": "/credentials",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"type\": \"ciec\",\n    \"rfc\": \"{{rfc}}\",\n    \"password\": \"secret123\",\n    \"email\" : \"usuario@circulodecredito.com.mx\",\n    \"requestId\" : \"14d8a4fd-89d2-460d-88ed-80b8a8747203\",\n    \"dataProvider\" : \"A\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/login",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "/taxpayers/{rfc}/invoices",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/taxpayers/{{rfc}}/invoices",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"taxpayers",
						"{{rfc}}",
						"invoices"
					],
					"query": [
						{
							"key": "uuid",
							"value": "123",
							"disabled": true
						},
						{
							"key": "type",
							"value": "123",
							"disabled": true
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "/taxpayers/{rfc}/tax-returns",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/taxpayers/{{rfc}}/tax-returns",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"taxpayers",
						"{{rfc}}",
						"tax-returns"
					]
				}
			},
			"response": []
		},
		{
			"name": "/tax-returns/{id}/data",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/tax-returns/97095ad6-fdff-47a1-a7fe-fbb824babfb5/data",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"tax-returns",
						"97095ad6-fdff-47a1-a7fe-fbb824babfb5",
						"data"
					]
				}
			},
			"response": []
		},
		{
			"name": "taxpayers/{rfc}/tax-compliance-checks",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/taxpayers/{{rfc}}/tax-compliance-checks",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"taxpayers",
						"{{rfc}}",
						"tax-compliance-checks"
					]
				}
			},
			"response": []
		},
		{
			"name": "/taxpayers/{rfc}/tax-status",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/taxpayers/{{rfc}}/tax-status",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"taxpayers",
						"{{rfc}}",
						"tax-status"
					]
				}
			},
			"response": []
		},
		{
			"name": "rfc/validate",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "A",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/rfc/validate/{{rfc}}",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"rfc",
						"validate",
						"{{rfc}}"
					]
				}
			},
			"response": []
		},
		{
			"name": "/scorepm",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "GET",
				"header": [
					{
						"key": "x-api-key",
						"value": "{{x-api-key}}",
						"type": "text"
					},
					{
						"key": "x-request-id",
						"value": "{{x-request-id}}",
						"type": "text"
					},
					{
						"key": "x-data-provider",
						"value": "B",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/sandbox/v1/sat/scorepm/{{rfc}}",
					"host": [
						"{{url}}"
					],
					"path": [
						"sandbox",
						"v1",
						"sat",
						"scorepm",
						"{{rfc}}"
					]
				}
			},
			"response": []
		}
	]
}