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

Contact -> UpdateContact

Updates contact information.

Request

Relative request path: api/orgs/{organisationId}/customers/{customerId}/contacts/{contactId}

  • Description
  • CS
  • PHP
  • Java

PropertyDescription
organisationIdorganisation id
customerIdcustomer id
contactIdcontact id
contactNew contact data.

Request parameters:

  • long organisationId - organisation id
  • long customerId - customer id
  • long contactId - contact id
  • Contact contact - New contact data.

    /// Contact details.
    public class Contact
    {
        // Contact id.
        // Ignored on create request.
        public long ContactId { get; set; }
        // Customer.
        public mMApiFkField Customer { get; set; }
        // First and last name.
        public string FullName { get; set; }
        // Telephone number.
        public string PhoneNumber { get; set; }
        // Fax.
        public string Fax { get; set; }
        // Mobile phone.
        public string MobilePhone { get; set; }
        // E-mail.
        public string Email { get; set; }
        // Notes.
        public string Notes { get; set; }
        // Default contact:
        // <ul>
        //     <li>D – Yes,</li>
        //     <li>N – No.</li>
        // </ul>
        //

        public string Default { get; set; }
        public DateTime RecordDtModified { get; set; }
        // Row version is used for concurrency check.
        // Ignored on create request.
        public string RowVersion { get; set; }
    
    }

        /// Link with id, name and url to related data.
        public class mMApiFkField
        {
            // Record id.
            public long? ID { get; set; }
            // Record name.
            public string Name { get; private set; }
            // Url to full record details.
            public string ResourceUrl { get; private set; }
        
        }

Request parameters:

  • Int64 organisationId - organisation id
  • Int64 customerId - customer id
  • Int64 contactId - contact id
  • Contact contact - New contact data.

    /// Contact details.
    class Contact
    {
        // Contact id.
        // Ignored on create request.
        public $ContactId;
        // Customer.
        public $Customer;
        // First and last name.
        public $FullName;
        // Telephone number.
        public $PhoneNumber;
        // Fax.
        public $Fax;
        // Mobile phone.
        public $MobilePhone;
        // E-mail.
        public $Email;
        // Notes.
        public $Notes;
        // Default contact:
        // <ul>
        //     <li>D – Yes,</li>
        //     <li>N – No.</li>
        // </ul>
        //

        public $Default;
        public $RecordDtModified;
        // Row version is used for concurrency check.
        // Ignored on create request.
        public $RowVersion;
    
    }

        /// Link with id, name and url to related data.
        class mMApiFkField
        {
            // Record id.
            public $ID;
            // Record name.
            public $Name;
            // Url to full record details.
            public $ResourceUrl;
        
        }

Request parameters:

  • Long organisationId - organisation id
  • Long customerId - customer id
  • Long contactId - contact id
  • Contact contact - New contact data.

    /// Contact details.
    public class Contact
    {
        // Contact id.
        // Ignored on create request.
        public Long ContactId;
        // Customer.
        public mMApiFkField Customer;
        // First and last name.
        public String FullName;
        // Telephone number.
        public String PhoneNumber;
        // Fax.
        public String Fax;
        // Mobile phone.
        public String MobilePhone;
        // E-mail.
        public String Email;
        // Notes.
        public String Notes;
        // Default contact:
        // <ul>
        //     <li>D – Yes,</li>
        //     <li>N – No.</li>
        // </ul>
        //

        public String Default;
        public Date RecordDtModified;
        // Row version is used for concurrency check.
        // Ignored on create request.
        public String RowVersion;
    
    }

        /// Link with id, name and url to related data.
        public class mMApiFkField
        {
            // Record id.
            public Long ID;
            // Record name.
            public String Name;
            // Url to full record details.
            public String ResourceUrl;
        
        }

Response

  • Description
  • CS
  • PHP
  • Java

PropertyDescription
Version
Content
StatusCode
ReasonPhrase
Headers
RequestMessage
IsSuccessStatusCode

This method returns result of type 'HttpResponseMessage'.

This method returns result of type 'HttpResponseMessage'.

This method returns result of type 'HttpResponseMessage'.

 
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