Skip to content

Commit 094e2c5

Browse files
committed
BS-4116: requests that need features turned on included in the collection
1 parent 3d08e2d commit 094e2c5

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

IntegrationDevelopment/Help/IntegrationDevelopmentGuide.postman_collection.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,7 @@
41974197
" });\r",
41984198
" } \r",
41994199
"}\r",
4200-
"pm.execution.setNextRequest(\"Retrieve the List of Business Accounts\");"
4200+
"pm.execution.setNextRequest(\"Create a Bill of Material\");"
42014201
]
42024202
}
42034203
},
@@ -4433,7 +4433,7 @@
44334433
"//Sign out and set the next request\r",
44344434
"var url = pm.collectionVariables.get('InstanceURL');\r",
44354435
"pm.acuFunc.singOutFunction(pm, url);\r",
4436-
"pm.execution.setNextRequest('');"
4436+
"pm.execution.setNextRequest('Retrieve the List of Business Accounts');"
44374437
]
44384438
}
44394439
},
@@ -4765,7 +4765,7 @@
47654765
"//Sign out and set the next request\r",
47664766
"var url = pm.collectionVariables.get('InstanceURL');\r",
47674767
"pm.acuFunc.singOutFunction(pm, url);\r",
4768-
"pm.execution.setNextRequest(\"Create a Contact with Attributes\");"
4768+
"pm.execution.setNextRequest(\"Retrieve a Configuration Entry\");"
47694769
]
47704770
}
47714771
},
@@ -4846,7 +4846,7 @@
48464846
"//Sign out and set the next request\r",
48474847
"var url = pm.collectionVariables.get('InstanceURL');\r",
48484848
"pm.acuFunc.singOutFunction(pm, url);\r",
4849-
"pm.execution.setNextRequest(\"\");"
4849+
"pm.execution.setNextRequest(\"Update a Configuration Entry\");"
48504850
]
48514851
}
48524852
},
@@ -4917,7 +4917,7 @@
49174917
"//Sign out and set the next request\r",
49184918
"var url = pm.collectionVariables.get('InstanceURL');\r",
49194919
"pm.acuFunc.singOutFunction(pm, url);\r",
4920-
"pm.execution.setNextRequest(\"\");"
4920+
"pm.execution.setNextRequest(\"Create a Contact with Attributes\");"
49214921
]
49224922
}
49234923
},
@@ -8516,7 +8516,7 @@
85168516
"//Sign out and set the next request\r",
85178517
"var url = pm.collectionVariables.get('InstanceURL');\r",
85188518
"pm.acuFunc.singOutFunction(pm, url);\r",
8519-
"pm.execution.setNextRequest(\"Create a Project from a Project Template\");"
8519+
"pm.execution.setNextRequest(\"Update Dates in Production Orders\");"
85208520
]
85218521
}
85228522
},
@@ -8917,7 +8917,7 @@
89178917
"//Sign out and set the next request\r",
89188918
"var url = pm.collectionVariables.get('InstanceURL');\r",
89198919
"pm.acuFunc.singOutFunction(pm, url);\r",
8920-
"pm.execution.setNextRequest('');"
8920+
"pm.execution.setNextRequest('Update Dates in a Production Order');"
89218921
]
89228922
}
89238923
},
@@ -9009,7 +9009,7 @@
90099009
"//Sign out and set the next request\r",
90109010
"var url = pm.collectionVariables.get('InstanceURL');\r",
90119011
"pm.acuFunc.singOutFunction(pm, url);\r",
9012-
"pm.execution.setNextRequest('Update Dates in Production Orders');"
9012+
"pm.execution.setNextRequest('Create a Project from a Project Template');"
90139013
]
90149014
}
90159015
},
@@ -10231,7 +10231,7 @@
1023110231
"//Sign out and set the next request\r",
1023210232
"var url = pm.collectionVariables.get('InstanceURL');\r",
1023310233
"pm.acuFunc.singOutFunction(pm, url);\r",
10234-
"pm.execution.setNextRequest(\"Create a Purchase Return from a Purchase Receipt Record\");"
10234+
"pm.execution.setNextRequest(\"Create a Purchase Receipt with Allocations (with Expiration Date)\");"
1023510235
]
1023610236
}
1023710237
},
@@ -10318,7 +10318,7 @@
1031810318
"var url = pm.collectionVariables.get('InstanceURL');\r",
1031910319
"pm.acuFunc.singOutFunction(pm, url);\r",
1032010320
"//Set the next request\r",
10321-
"pm.execution.setNextRequest(\"\");\r",
10321+
"pm.execution.setNextRequest(\"Create a Purchase Return from a Purchase Receipt Record\");\r",
1032210322
""
1032310323
]
1032410324
}
@@ -11195,7 +11195,7 @@
1119511195
"var url = pm.collectionVariables.get('InstanceURL');\r",
1119611196
"pm.acuFunc.singOutFunction(pm, url);\r",
1119711197
"//Set the next request\r",
11198-
"pm.execution.setNextRequest(\"Create a Credit Memo\");\r",
11198+
"pm.execution.setNextRequest(\"Create a Direct Sales Invoice That Includes a Return\");\r",
1119911199
""
1120011200
],
1120111201
"type": "text/javascript",
@@ -11281,7 +11281,7 @@
1128111281
"var url = pm.collectionVariables.get('InstanceURL');\r",
1128211282
"pm.acuFunc.singOutFunction(pm, url);\r",
1128311283
"//Set the next request\r",
11284-
"pm.execution.setNextRequest(\"\");\r",
11284+
"pm.execution.setNextRequest(\"Create a Credit Memo\");\r",
1128511285
""
1128611286
]
1128711287
}

0 commit comments

Comments
 (0)