Gets the attachments associated with the specified WorkOrder and invoice.
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| invoiceId | string |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderNumber | string | None. | |
| Id | integer | None. | |
| InvoiceId | integer | None. | |
| QuoteId | integer | None. | |
| Name | string | None. | |
| Path | string | None. | |
| URL | string | None. | |
| Username | string | None. | |
| CreatedDate | date | None. | |
| FormattedCreatedDate | string | None. | |
| SizeString | string | None. | |
| Latitude | string | None. | |
| Longitude | string | None. | |
| Description | string | None. | |
| FileExtention | string | None. |
[
{
"WorkOrderNumber": "sample string 1",
"Id": 2,
"InvoiceId": 1,
"QuoteId": 1,
"Name": "sample string 3",
"Path": "sample string 4",
"URL": "sample string 5",
"Username": "sample string 6",
"CreatedDate": "2025-11-02T01:49:53.8900353Z",
"FormattedCreatedDate": "11/2/2025",
"SizeString": "0.00 mb",
"Latitude": "sample string 10",
"Longitude": "sample string 11",
"Description": "sample string 12",
"FileExtention": "sample string 13"
},
{
"WorkOrderNumber": "sample string 1",
"Id": 2,
"InvoiceId": 1,
"QuoteId": 1,
"Name": "sample string 3",
"Path": "sample string 4",
"URL": "sample string 5",
"Username": "sample string 6",
"CreatedDate": "2025-11-02T01:49:53.8900353Z",
"FormattedCreatedDate": "11/2/2025",
"SizeString": "0.00 mb",
"Latitude": "sample string 10",
"Longitude": "sample string 11",
"Description": "sample string 12",
"FileExtention": "sample string 13"
}
]
Sample not available.
Sample not available.