LaundryAPI
  1. Banners
LaundryAPI
  • Authentication
    • Signup
      POST
    • Resend Verification Code
      POST
    • Verify phone number
      POST
    • Login
      POST
    • Refresh Token
      GET
    • Forgot Password
      POST
    • Reset Password
      PATCH
    • Update Password
      PATCH
    • Logout
      POST
  • Users
    • Get Me
      GET
    • Update Me
      PATCH
    • Delete Me
      DELETE
    • Get All Users
      GET
    • Update User
      PATCH
    • Delete User
      DELETE
    • Create Delivery
      POST
    • Create Admin
      POST
  • Items
    • Get all items
      GET
    • Get Single item
      GET
    • Create item
      POST
    • Update item
      PATCH
    • Delete item
      DELETE
  • Orders
    • Get all orders
      GET
    • Orders within range time
      GET
    • Single Order
      GET
    • Create Order
      POST
    • Delete order
      DELETE
    • Update Order
      PATCH
  • Branches
    • All Branches
    • Single Branch
    • branch's orders
    • Nearest Branches
    • Create Branch
    • update branch
    • Delete branch
  • Notifications
    • User's Notifications
    • All Notifications
    • Create notification
    • Delete Notification
  • Banners
    • All Banners
      GET
    • Create Banner
      POST
    • Delete Banners
      DELETE
  • WhatsApp
    • initialize whatsapp Session
  • Settings
    • Set Vat Value
    • get Vat Value
  1. Banners

Create Banner

POST
http://82.180.154.188:4352/banners
Last modified:2025-07-29 20:01:07
Allow admin to create a new banner
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://82.180.154.188:4352/banners' \
--header 'Authorization: Bearer ' \
--form 'arabicImage=@""' \
--form 'englishImage=@""'
Response Response Example
{"status":"success","message":"Banner created successfully"}

Request

Header Params

Body Params multipart/form-data

Responses

🟢201Created
application/json
Body

Modified at 2025-07-29 20:01:07
Previous
All Banners
Next
Delete Banners
Built with