Skip to content

Get supplier suspense account ​

GET
/v1/internal/accounting/exact/supplier-suspense-account

Retrieve the suspense accounts associated with a supplier. Restricted to ADMIN, FINANCE, and PRODUCT_MANAGEMENT roles.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Query Parameters

supplier_id*

Supplier ID to retrieve suspense account for

Type
string
Required

Responses​

OK

application/json
JSON
{
  
"supplier_id": "string",
  
"suspense_account": {
  
  
"additionalProperties": "string"
  
},
  
"stock_suspense_account": {
  
  
"additionalProperties": "string"
  
}
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​