Skip to main content
POST
Create load note
Create a new note associated with a specific load. Notes can be used to store operational comments, updates, or other annotations related to the load.

Path Parameters

Request Body

Request Body Parameters

Responses

201 Created

Returned when a new note is successfully created.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

loadNumber
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Body

Id
string
required
Description
string
required
NoteType
string
required

Response

OK

Id
string
required
Description
string
required
NoteType
string
required
CreatedBy
string
required
CreatedAt
string<date-time> | null
CreatedById
string | null