{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Location": "/api/admin/promo_code_lists/5dddc5b71241594254075a2e", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:39:19 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "56272585-44ae-42a6-91c1-432e5977d5ee", "X-Runtime": "0.029928", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "231" }, "request_method": "POST", "request_path": "/api/admin/promo_code_lists", "request_body": "{\"promo_code_list\":{\"count\":2,\"created_at\":\"2019-11-27T00:39:19.515Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:19.515Z\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"promo_code_list\": {\n \"_id\": \"5dddc5b71241594254075a2e\",\n \"count\": 2,\n \"created_at\": \"2019-11-27T00:39:19.515Z\",\n \"expires_at\": null,\n \"generation_completed_at\": null,\n \"name\": \"Test Code List\",\n \"prefix\": null,\n \"updated_at\": \"2019-11-27T00:39:19.515Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/promo_code_lists\" -d '{\"promo_code_list\":{\"count\":2,\"created_at\":\"2019-11-27T00:39:19.515Z\",\"expires_at\":null,\"generation_completed_at\":null,\"name\":\"Test Code List\",\"prefix\":null,\"updated_at\":\"2019-11-27T00:39:19.515Z\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Promo Code Lists", "description": "Creating a promo code list", "route": "/api/admin/promo_code_lists", "http_method": "POST" }