POST GetNote

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:
{
  "allCustomers": true,
  "aropen": true,
  "acid": 3,
  "arid": 4,
  "invoiceNumber": "sample string 5",
  "invoiceDate": "sample string 6",
  "invoiceSequence": "sample string 7",
  "token": "sample string 8",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetNoteRequest>
  <token>sample string 8</token>
  <function>AddCleanBag</function>
  <allCustomers>true</allCustomers>
  <aropen>true</aropen>
  <acid>3</acid>
  <arid>4</arid>
  <invoiceNumber>sample string 5</invoiceNumber>
  <invoiceDate>sample string 6</invoiceDate>
  <invoiceSequence>sample string 7</invoiceSequence>
</GetNoteRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "note": [
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      },
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      },
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      }
    ],
    "noteContact": [
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      },
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      },
      {
        "acid": 1,
        "arid": 2,
        "notes": "sample string 3",
        "phone": "sample string 4",
        "fax": "sample string 5",
        "callbackContact": "sample string 6",
        "callbackDate": "sample string 7",
        "email": "sample string 8"
      }
    ]
  },
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GetNoteResponse>
  <valid>true</valid>
  <message>sample string 2</message>
  <data>
    <note>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
    </note>
    <noteContact>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
      <Note>
        <acid>1</acid>
        <arid>2</arid>
        <notes>sample string 3</notes>
        <phone>sample string 4</phone>
        <fax>sample string 5</fax>
        <callbackContact>sample string 6</callbackContact>
        <callbackDate>sample string 7</callbackDate>
        <email>sample string 8</email>
      </Note>
    </noteContact>
  </data>
</GetNoteResponse>