# Outlet Operations related to outlet, including create, get, etc ## List Outlets - [GET /Outlet](https://developer.dealpos.com/openapi/openapi/outlet/getoutletlist.md): >Also available as HTTP POST (endpoint: /api/v3/Outlet/p) Get List of Outlets Required Group Role: "Outlets" - "VIEW" ## Update an Outlet - [PUT /Outlet](https://developer.dealpos.com/openapi/openapi/outlet/putoutlet.md): Update an Outlet You must have "EDIT" role in "Outlets" Module OR "EDIT" role in "Global" Module ## Create an Outlet - [POST /Outlet](https://developer.dealpos.com/openapi/openapi/outlet/postoutlet.md): Create an Outlet You must have "CREATE" role in "Outlets" Module ## Delete an Outlet - [DELETE /Outlet](https://developer.dealpos.com/openapi/openapi/outlet/deleteoutlet.md): Delete an Outlet You must have "DELETE" role in "Outlets" Module ## Get Outlet By ID - [GET /Outlet/ID/{id}](https://developer.dealpos.com/openapi/openapi/outlet/getoutletbyid.md): >Get Outlet Name and Code By ID Required Group Role: "Outlets" - "VIEW" ## Get Outlet List By List ID - [GET /Outlet/ListID](https://developer.dealpos.com/openapi/openapi/outlet/getoutletlistbylistid.md): >Get Outlet Name and Code By ID Required Group Role: "Outlets" - "VIEW" ## Get Outlet Detail - [GET /Outlet/Detail](https://developer.dealpos.com/openapi/openapi/outlet/getoutletdetail.md): >Also available as HTTP POST with the same endpoint Get Outlet Detail Required Group Role: "Outlet" - "VIEW" ## Get Register by Outlet - [GET /Outlet/Register](https://developer.dealpos.com/openapi/openapi/outlet/get-outlet-register.md): Get Register List by Outlet ## Get Register By OutletID - [GET /Outlet/Register/ID](https://developer.dealpos.com/openapi/openapi/outlet/getregisterbyoutletid.md): > Get Register By OutletID Required Group Role: "Outlets" - "VIEW"