GET 17.0/app/transactions/{statementid}/contactdocumentids

Description

Retrieves all contractor invoice document IDs associated with a specific statement.

URI Parameters

Name Description Type Additional information
statementId

The ID of the statement to search for linked contractor invoices.

integer

Required

None.

None.

A list of contact document IDs representing contractor invoices linked to work orders within the statement.

Collection of integer

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <int>1</int>
  <int>2</int>
</ArrayOfInt>