Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{ | |
"info": { | |
"_postman_id": "e63218a6-e2bc-4f81-9c35-e385aee5da7a", | |
"name": "MJR032", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "http://localhost:7071/api/MessageAHttpTrigger", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"name": "Content-Type", | |
"value": "application/json", | |
"type": "text" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n\t\"a_field_1\": \"{{$guid}}\",\n\t\"a_field_2\": \"{{$guid}}\",\n\t\"a_field_3\": \"{{$guid}}\"\n}", | |
"options": { | |
"raw": { | |
"language": "json" | |
} | |
} | |
}, | |
"url": { | |
"raw": "http://localhost:7071/api/MessageAHttpTrigger", | |
"protocol": "http", | |
"host": [ | |
"localhost" | |
], | |
"port": "7071", | |
"path": [ | |
"api", | |
"MessageAHttpTrigger" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "http://localhost:7071/api/MessageBHttpTrigger", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"name": "Content-Type", | |
"value": "application/json", | |
"type": "text" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n\t\"b_field_1\": \"{{$guid}}\",\n\t\"b_field_2\": \"{{$guid}}\",\n\t\"b_field_3\": \"{{$guid}}\"\n}", | |
"options": { | |
"raw": { | |
"language": "json" | |
} | |
} | |
}, | |
"url": { | |
"raw": "http://localhost:7071/api/MessageBHttpTrigger", | |
"protocol": "http", | |
"host": [ | |
"localhost" | |
], | |
"port": "7071", | |
"path": [ | |
"api", | |
"MessageBHttpTrigger" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "https://localhost:44375/api/MessageA", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"name": "Content-Type", | |
"value": "application/json", | |
"type": "text" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n\t\"a_field_1\": \"{{$guid}}\",\n\t\"a_field_2\": \"{{$guid}}\",\n\t\"a_field_3\": \"{{$guid}}\"\n}", | |
"options": { | |
"raw": { | |
"language": "json" | |
} | |
} | |
}, | |
"url": { | |
"raw": "https://localhost:44375/api/MessageA", | |
"protocol": "https", | |
"host": [ | |
"localhost" | |
], | |
"port": "44375", | |
"path": [ | |
"api", | |
"MessageA" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "https://localhost:44375/api/MessageB", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "Content-Type", | |
"name": "Content-Type", | |
"value": "application/json", | |
"type": "text" | |
} | |
], | |
"body": { | |
"mode": "raw", | |
"raw": "{\n\t\"b_field_1\": \"{{$guid}}\",\n\t\"b_field_2\": \"{{$guid}}\",\n\t\"b_field_3\": \"{{$guid}}\"\n}", | |
"options": { | |
"raw": { | |
"language": "json" | |
} | |
} | |
}, | |
"url": { | |
"raw": "https://localhost:44375/api/MessageB", | |
"protocol": "https", | |
"host": [ | |
"localhost" | |
], | |
"port": "44375", | |
"path": [ | |
"api", | |
"MessageB" | |
] | |
} | |
}, | |
"response": [] | |
} | |
], | |
"protocolProfileBehavior": {} | |
} |