GET api/clients/invoices/{invoiceNo}/signoffdetails
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceItemDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PlacedCandidate | string |
None. |
|
| JobRole | string |
None. |
|
| SignedOffBy | string |
None. |
|
| SignedOffByJobTitle | string |
None. |
|
| SignOffDate | date |
None. |
|
| ExtraHours | decimal number |
None. |
|
| FullDays | integer |
None. |
|
| HalfDays | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlacedCandidate": "sample string 1",
"JobRole": "sample string 2",
"SignedOffBy": "sample string 3",
"SignedOffByJobTitle": "sample string 4",
"SignOffDate": "2025-11-06T19:09:53.0907462Z",
"ExtraHours": 5.0,
"FullDays": 6,
"HalfDays": 7
},
{
"PlacedCandidate": "sample string 1",
"JobRole": "sample string 2",
"SignedOffBy": "sample string 3",
"SignedOffByJobTitle": "sample string 4",
"SignOffDate": "2025-11-06T19:09:53.0907462Z",
"ExtraHours": 5.0,
"FullDays": 6,
"HalfDays": 7
}
]