Skip to content

POST   /api/applications/{applicationId}/maverick-notes

Create a Maverick application note

Creates a new note on the Maverick boarding application associated with this application. The application must have been submitted to Maverick (has a maverickApplicationId).

After creating the note in Maverick, this endpoint also syncs the notes back to the local application.

Requires writeApplications permission.

Required Parameters

x-account-id   header string

Account ID for the request

applicationId   path string

The unique ID of the application

Request Body

{
"note": "Requested additional documentation from merchant"
}

Try it out

Loading...

Output:

Responses

Description

Note created successfully

{
"success": true,
"note": {
"id": 0,
"note": "string",
"createdOn": "string"
}
}

References

#/components/parameters/xAccountIdHeader

in: header
name: x-account-id
schema:
type: string
description: Account ID for the request
required: true
example: "2311"

Or the swagger.yaml spec this documentation was generated from: /applications/[applicationId]/maverick-notes/swagger.yaml