POST DocumentMessage/Save

Saves the specified Customer.

Request Information

URI Parameters

None.

Body Parameters

Document Message
NameTypeAdditional informationDescription
ID integer

None.

DocumentTypeId integer

None.

Message string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DocumentTypeId": 2,
  "Message": "sample string 3"
}

Response Information

Resource Description

Document Message
NameTypeAdditional informationDescription
ID integer

None.

DocumentTypeId integer

None.

Message string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DocumentTypeId": 2,
  "Message": "sample string 3"
}