Description :- In Advanced Warehousing within Dynamics 365 the term "Container Closer" refers to the process of finalizing and completing various warehouse tasks and operations. This is a crucial step in the warehouse management process, this service performs this task, as it signifies that the specific tasks have been executed and the related transactions have been processed in the system. Custom service to be developed to Container closure in D365. Input: Shipment ID, Quantity, Item, Container ID Expected Output: Container Closure in D365 (Validation has to be done along with Container closure) Create below mentioned objects :- Request contract :- To get user inputs to create and close container. Response contract :- To give response (Task Confirmation message). Helper class :- To write the business logic. Service class :- To call the API out side of environment. Request class :- /// <summary> /// Request contract for BASMSAdvanceWarehouseManagemen...