The Moving Portal API documentationThe Moving Portal API documentation
Key concepts
API concepts
Services
Key concepts
API concepts
Services
  • Key concepts
  • API concepts
  • GDPR
  • Development
  • Releases
  • Services
  • Authentication
  • Instruction
  • Instruction search
  • Notes
  • Data
  • Referral
  • Quote
  • Quotes search
  • Supplier operations
  • Notifications
  • Testing
  • Email integration
  • Objects
  • Examples
    • Introducer
      • Authentication
      • Data
      • Quote
      • Quotes search
      • Referral
      • Instruction
      • Instructions search
      • Instruction notification
      • Notes
    • Supplier
      • Authentication
      • Data
      • Instruction
      • Instructions search
      • Instruction notification
      • Notes
      • Supplier operations
  • OTHER

Examples - Notes service Introducer Supplier

Create a note

This example creates a note which is visible to the Customer with a reference.

Notes service
@host=https://api.themovingportal.dev
@auth=BASICAUTHHEADER

@tmpReference=TMP123456

###
POST {{host}}/instruction/{{tmpReference}}/note
Authorization: Basic {{auth}}
Content-Type: application/json

{
  "caseNoteReference": "Note1",
  "visibleTo": [ "Customer" ],
  "noteBody": "This is a test note"
}

###
PUT {{host}}/instruction/{{tmpReference}}/readnotes
Authorization: Basic {{auth}}

Mark all notes as read

This example creates a note which is visible to the Customer with a reference.

Notes service
@host=https://api.themovingportal.dev
@auth=BASICAUTHHEADER

@tmpReference=TMP123456

###
PUT {{host}}/instruction/{{tmpReference}}/readnotes
Authorization: Basic {{auth}}
Last Updated: 11/4/25, 10:52 AM
Prev
Instruction notification