API Documentation

  • Home
  • ChangeLog
  • Terms of use
  • Swagger UI
  • Account
  • Address
  • Analytic
  • BankAccount
  • Contact
  • Country
  • Currency
  • Customer
  • Dashboard
  • Document
  • DocumentNumbering
  • Employee
  • ExchangeRate
  • Inbox
  • IssuedInvoice
  • IssuedInvoicePosting
  • Item
  • Journal
  • JournalType
  • Order
  • Organisation
  • Outbox
  • PaymentMethod
  • PayrollSettings
  • PostalCode
  • ProductGroup
  • PurposeCode
  • ReceivedInvoice
  • ReportTemplate
  • Stock
  • StockEntry
  • User
  • VatAccountingType
  • VatRate
  • Warehouse

Item -> GetItemsSettings

Returns items settings for given orgaisation.

Request

Relative request path: api/orgs/{organisationId}/items/settings

  • Description
  • CS
  • PHP
  • Java

PropertyDescription
organisationIdorganisation id

Request parameters:

  • long organisationId - organisation id

Request parameters:

  • Int64 organisationId - organisation id

Request parameters:

  • Long organisationId - organisation id

Response

  • Description
  • CS
  • PHP
  • Java

PropertyDescription
PricesIncludeVATIf prices include VAT then D else N.

This method returns result of type 'SAOP.API.Models.Item.ItemsSettings'.

    /// Item settings.
    public class ItemsSettings
    {
        // If prices include VAT then D else N.
        public string PricesIncludeVAT { get; set; }
    
    }

This method returns result of type 'SAOP.API.Models.Item.ItemsSettings'.

    /// Item settings.
    class ItemsSettings
    {
        // If prices include VAT then D else N.
        public $PricesIncludeVAT;
    
    }

This method returns result of type 'SAOP.API.Models.Item.ItemsSettings'.

    /// Item settings.
    public class ItemsSettings
    {
        // If prices include VAT then D else N.
        public String PricesIncludeVAT;
    
    }

 
Authorization endpoint : https://moj.minimax.si/SI/AUT/OAuth20
Token endpoint           : https://moj.minimax.si/SI/AUT/OAuth20/Token
Return url                   : https://moj.minimax.si/SI/API/Help/TestClientDialogsAuth
 
URI parameters
=
Headers | Add custom header
: Delete
Body
Samples:
Status
Headers
            
        
Body