Debtor History Note

Return, update and create a history note for a debtor.

Date Released: Oct 30th 2013 Date Updated: Oct 30th 2013
URLSupports
{URI}/debtor/{debtorid}/historynote GET |  PUT |  POST

{URI} is exo.api.myob.com when connecting to the cloud or the address of the machine hosting the API when connecting on premise.

Id fields are required when updating a history note (PUT).  The API will retrieve the information relating to a specific Id so you have all the information available.

Note: Actual fields returned may differ slightly depending on local settings and configuration.

The elements list below details information for Debtor History Note. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.

Attribute Details

    • date date
    • Type: date
    • subject string,null
    • Type: string,null
    • note string,null
    • Type: string,null
    • salesperson object
    • Schema for type Staff
      Title: MYOB EXO Staff
      • Id integer
      • Type: integer
      • Title string,null
      • Type: string,null
      • Name string,null
      • Type: string,null
      • JobTitle string,null
      • Type: string,null
    • extrafields array
    • Type: array

Example json GET response

  • {
    • extrafields
      • {
      • }
    • type : Debtor
    • salesperson
      • {
        • name : BRIDGET FAIRWEATHER
        • jobtitle : SALES
        • id : 1
        • href : {URI}staff/1
      • }
    • date : 2012-12-10T13:00:00+00:00
    • subject : OVER DUE ACCOUNT
    • note : Contacted Leigh O,Donnell to confirm that any overdue accounts are to be refered to himself. He will verify the reason for the overdue account and contact myself immediate after notification.
    • id : 8
    • href : {URI}debtor/3/historynote/8
  • }

{URI} is defined as: http://exo.api.myob.com/