Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Master Data
  • Authentication
    • Google OAuth Redirect
    • Google OAuth Callback
    • Register
    • Login
    • Refresh Token
    • Login with Google
    • Two Factor Challenge
    • Request Password Reset
    • Reset Password
    • Verify Email
    • Resend Verification Email
    • Select Tenant
    • Tenant Onboarding
    • Logout
    • Logout All
    • Me
  • Auth Activity
    • Auth Activities
    • Suspicious Activities
    • Tenant Auth Activities
    • User Security Activities
  • Master Data
    • Taxonomies
      GET
    • Create Taxonomy
      POST
    • Taxonomy Detail
      GET
    • Update Taxonomy
      PUT
    • Delete Taxonomy
      DELETE
    • Suppliers
      GET
    • Create Supplier
      POST
    • Supplier Detail
      GET
    • Update Supplier
      PUT
    • Delete Supplier
      DELETE
    • Customers
      GET
    • Create Customer
      POST
    • Customer Detail
      GET
    • Update Customer
      PUT
    • Delete Customer
      DELETE
    • Taxonomies
      GET
    • Create Taxonomy
      POST
    • Taxonomy Detail
      GET
    • Update Taxonomy
      PUT
    • Delete Taxonomy
      DELETE
    • Suppliers
      GET
    • Create Supplier
      POST
    • Supplier Detail
      GET
    • Update Supplier
      PUT
    • Delete Supplier
      DELETE
    • Customers
      GET
    • Create Customer
      POST
    • Customer Detail
      GET
    • Update Customer
      PUT
    • Delete Customer
      DELETE
  • Billing
    • Subscription
    • Subscription Entitlements
    • Change Subscription Plan
    • Cancel Subscription
    • Invoices
    • Invoice Detail
    • Billing Timeline
    • Subscription Addons
    • Create Subscription Addon
    • Deactivate Subscription Addon
    • Pause Subscription Addon
    • Resume Subscription Addon
    • Schedule Subscription Addon Cancel
    • Subscription
    • Subscription Entitlements
    • Change Subscription Plan
    • Cancel Subscription
    • Invoices
    • Invoice Detail
    • Billing Timeline
    • Subscription Addons
    • Create Subscription Addon
    • Deactivate Subscription Addon
    • Pause Subscription Addon
    • Resume Subscription Addon
    • Schedule Subscription Addon Cancel
  • Tenant Authz
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
  • Integrations
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
  • Tenant User
    • Tenant Users
    • Create Tenant User
    • Update Tenant User
    • Tenant Users
    • Create Tenant User
    • Update Tenant User
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Master Data

Update Supplier

PUT
http://localhost/master-data/suppliers/{supplierId}
Master Data
Terakhir diubah:2026-03-03 23:01:15
OperationId:tenant.suppliers.update
Update supplier and optionally sync nested contacts, addresses, and bank accounts.

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************
Path Parameter

Body Parametermultipart/form-dataWajib

Response

🟢200
application/json
Body

request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost/master-data/suppliers/' \
--header 'Authorization: Bearer <token>' \
--form 'code=""' \
--form 'name=""' \
--form 'legal_name=""' \
--form 'website=""' \
--form 'logo_path=""' \
--form 'is_active=""' \
--form 'supplier_industry_ids=""' \
--form 'bank_accounts=""' \
--form 'contacts=""' \
--form 'addresses=""' \
--form 'documents=""'
response Contoh Response
"string"
Diubah pada 2026-03-03 23:01:15
Sebelumnya
Supplier Detail
Berikutnya
Delete Supplier
Built with