Skip to main content

Send Messages - Delivery/Service

POST 

/api/delivery/msg/:serviceCode

Send Message to a Delivery

Request

Path Parameters

    serviceCode stringrequired

Header Parameters

    apikey stringrequired

    Apikey of a company linked to a user

Body

    message stringrequired

    Possible values: non-empty

    Message to send

Responses

List of messages exchanged between carrier and company for a specific shipment.

Schema
    data object[]
  • Array [
  • _id string
    authorId string
    authorName string
    createdAt string
    message string
  • ]
  • status integer
Loading...