POST PrintNote

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cuid": 1,
  "billingOption": "sample string 2",
  "phone": "sample string 3",
  "arPhone": "sample string 4",
  "contact": "sample string 5",
  "note": "sample string 6",
  "callbackDate": "2025-12-05T23:00:15.086617-05:00",
  "fax": "sample string 8",
  "email": "sample string 9",
  "token": "sample string 10",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PrintNoteRequest>
  <token>sample string 10</token>
  <function>AddCleanBag</function>
  <cuid>1</cuid>
  <billingOption>sample string 2</billingOption>
  <phone>sample string 3</phone>
  <arPhone>sample string 4</arPhone>
  <contact>sample string 5</contact>
  <note>sample string 6</note>
  <callbackDate>2025-12-05T23:00:15.086617-05:00</callbackDate>
  <fax>sample string 8</fax>
  <email>sample string 9</email>
</PrintNoteRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "valid": true,
  "message": "sample string 3"
}

application/xml, text/xml

Sample:
<PrintNoteResponse>
  <valid>true</valid>
  <message>sample string 3</message>
  <data>sample string 1</data>
</PrintNoteResponse>