POST GetOpenAR

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:
{
  "Account": 1,
  "InvoiceNumber": "sample string 2",
  "Name": "sample string 3",
  "Group": 4,
  "Customer": "sample string 5",
  "Address": "sample string 6",
  "Active": 7,
  "InvoiceAmount": 8.0,
  "token": "sample string 9",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetOpenARRequest>
  <token>sample string 9</token>
  <function>AddCleanBag</function>
  <Account>1</Account>
  <InvoiceNumber>sample string 2</InvoiceNumber>
  <Name>sample string 3</Name>
  <Group>4</Group>
  <Customer>sample string 5</Customer>
  <Address>sample string 6</Address>
  <Active>7</Active>
  <InvoiceAmount>8</InvoiceAmount>
</GetOpenARRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": [
    {
      "customerCode": 1,
      "customerSubCode": "sample string 2",
      "account": 3,
      "branch": 4,
      "customer": "sample string 5",
      "customerGroupNumber": 6,
      "route": 7,
      "deliveryName": "sample string 8",
      "deliveryAddress": "sample string 9",
      "deliveryCity": "sample string 10",
      "deliveryState": "sample string 11",
      "deliveryZip": "sample string 12",
      "deliveryPhoneNumber": "sample string 13",
      "invoice": "sample string 14",
      "invoiceDate": "sample string 15",
      "invoiceType": "sample string 16",
      "healthcare": true,
      "originalInvoiceAmount": 18.0,
      "outstandingInvoiceAmount": 19.0,
      "customerLastPaymentDate": "sample string 20",
      "customerLastPaymentAmount": 21.0,
      "aging": "sample string 22",
      "customerStopDate": "sample string 23",
      "active": 24,
      "days": 25
    },
    {
      "customerCode": 1,
      "customerSubCode": "sample string 2",
      "account": 3,
      "branch": 4,
      "customer": "sample string 5",
      "customerGroupNumber": 6,
      "route": 7,
      "deliveryName": "sample string 8",
      "deliveryAddress": "sample string 9",
      "deliveryCity": "sample string 10",
      "deliveryState": "sample string 11",
      "deliveryZip": "sample string 12",
      "deliveryPhoneNumber": "sample string 13",
      "invoice": "sample string 14",
      "invoiceDate": "sample string 15",
      "invoiceType": "sample string 16",
      "healthcare": true,
      "originalInvoiceAmount": 18.0,
      "outstandingInvoiceAmount": 19.0,
      "customerLastPaymentDate": "sample string 20",
      "customerLastPaymentAmount": 21.0,
      "aging": "sample string 22",
      "customerStopDate": "sample string 23",
      "active": 24,
      "days": 25
    },
    {
      "customerCode": 1,
      "customerSubCode": "sample string 2",
      "account": 3,
      "branch": 4,
      "customer": "sample string 5",
      "customerGroupNumber": 6,
      "route": 7,
      "deliveryName": "sample string 8",
      "deliveryAddress": "sample string 9",
      "deliveryCity": "sample string 10",
      "deliveryState": "sample string 11",
      "deliveryZip": "sample string 12",
      "deliveryPhoneNumber": "sample string 13",
      "invoice": "sample string 14",
      "invoiceDate": "sample string 15",
      "invoiceType": "sample string 16",
      "healthcare": true,
      "originalInvoiceAmount": 18.0,
      "outstandingInvoiceAmount": 19.0,
      "customerLastPaymentDate": "sample string 20",
      "customerLastPaymentAmount": 21.0,
      "aging": "sample string 22",
      "customerStopDate": "sample string 23",
      "active": 24,
      "days": 25
    }
  ],
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GetOpenARResponse>
  <valid>true</valid>
  <message>sample string 2</message>
  <data>
    <OpenAR>
      <customerCode>1</customerCode>
      <customerSubCode>sample string 2</customerSubCode>
      <account>3</account>
      <branch>4</branch>
      <customer>sample string 5</customer>
      <customerGroupNumber>6</customerGroupNumber>
      <route>7</route>
      <deliveryName>sample string 8</deliveryName>
      <deliveryAddress>sample string 9</deliveryAddress>
      <deliveryCity>sample string 10</deliveryCity>
      <deliveryState>sample string 11</deliveryState>
      <deliveryZip>sample string 12</deliveryZip>
      <deliveryPhoneNumber>sample string 13</deliveryPhoneNumber>
      <invoice>sample string 14</invoice>
      <invoiceDate>sample string 15</invoiceDate>
      <invoiceType>sample string 16</invoiceType>
      <healthcare>true</healthcare>
      <originalInvoiceAmount>18</originalInvoiceAmount>
      <outstandingInvoiceAmount>19</outstandingInvoiceAmount>
      <customerLastPaymentDate>sample string 20</customerLastPaymentDate>
      <customerLastPaymentAmount>21</customerLastPaymentAmount>
      <aging>sample string 22</aging>
      <customerStopDate>sample string 23</customerStopDate>
      <active>24</active>
      <days>25</days>
    </OpenAR>
    <OpenAR>
      <customerCode>1</customerCode>
      <customerSubCode>sample string 2</customerSubCode>
      <account>3</account>
      <branch>4</branch>
      <customer>sample string 5</customer>
      <customerGroupNumber>6</customerGroupNumber>
      <route>7</route>
      <deliveryName>sample string 8</deliveryName>
      <deliveryAddress>sample string 9</deliveryAddress>
      <deliveryCity>sample string 10</deliveryCity>
      <deliveryState>sample string 11</deliveryState>
      <deliveryZip>sample string 12</deliveryZip>
      <deliveryPhoneNumber>sample string 13</deliveryPhoneNumber>
      <invoice>sample string 14</invoice>
      <invoiceDate>sample string 15</invoiceDate>
      <invoiceType>sample string 16</invoiceType>
      <healthcare>true</healthcare>
      <originalInvoiceAmount>18</originalInvoiceAmount>
      <outstandingInvoiceAmount>19</outstandingInvoiceAmount>
      <customerLastPaymentDate>sample string 20</customerLastPaymentDate>
      <customerLastPaymentAmount>21</customerLastPaymentAmount>
      <aging>sample string 22</aging>
      <customerStopDate>sample string 23</customerStopDate>
      <active>24</active>
      <days>25</days>
    </OpenAR>
    <OpenAR>
      <customerCode>1</customerCode>
      <customerSubCode>sample string 2</customerSubCode>
      <account>3</account>
      <branch>4</branch>
      <customer>sample string 5</customer>
      <customerGroupNumber>6</customerGroupNumber>
      <route>7</route>
      <deliveryName>sample string 8</deliveryName>
      <deliveryAddress>sample string 9</deliveryAddress>
      <deliveryCity>sample string 10</deliveryCity>
      <deliveryState>sample string 11</deliveryState>
      <deliveryZip>sample string 12</deliveryZip>
      <deliveryPhoneNumber>sample string 13</deliveryPhoneNumber>
      <invoice>sample string 14</invoice>
      <invoiceDate>sample string 15</invoiceDate>
      <invoiceType>sample string 16</invoiceType>
      <healthcare>true</healthcare>
      <originalInvoiceAmount>18</originalInvoiceAmount>
      <outstandingInvoiceAmount>19</outstandingInvoiceAmount>
      <customerLastPaymentDate>sample string 20</customerLastPaymentDate>
      <customerLastPaymentAmount>21</customerLastPaymentAmount>
      <aging>sample string 22</aging>
      <customerStopDate>sample string 23</customerStopDate>
      <active>24</active>
      <days>25</days>
    </OpenAR>
  </data>
</GetOpenARResponse>