POST api/InvoiceAnalyzer/AddInvoiceProcessingDurationForUI
Request Information
URI Parameters
None.
Body Parameters
ReqInvoiceProcessingDurationOnUI| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | integer |
None. |
|
| ProcessingStartedAt | date |
None. |
|
| ProcessingCompletedAt | date |
None. |
|
| Duration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceId": 1,
"ProcessingStartedAt": "2026-01-12T07:30:23.7195508+00:00",
"ProcessingCompletedAt": "2026-01-12T07:30:23.7195508+00:00",
"Duration": 2
}
application/xml, text/xml
Sample:
<ReqInvoiceProcessingDurationOnUI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.InvoiceModule"> <Duration>2</Duration> <InvoiceId>1</InvoiceId> <ProcessingCompletedAt>2026-01-12T07:30:23.7195508+00:00</ProcessingCompletedAt> <ProcessingStartedAt>2026-01-12T07:30:23.7195508+00:00</ProcessingStartedAt> </ReqInvoiceProcessingDurationOnUI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |