POST api/ProductionTracking/GetInvoiceDetailsFromEGP
Request Information
URI Parameters
None.
Body Parameters
Collection of InvoiceDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| crm_Id | integer |
None. |
|
| clientLiveDate | date |
None. |
|
| openInvoiceValue | string |
None. |
|
| totalInvoiceValue | string |
None. |
|
| firstPaymentDate | string |
None. |
|
| lastPaymentDate | string |
None. |
|
| invoiceAgeing | string |
None. |
|
| invoiceDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"crm_Id": 1,
"clientLiveDate": "2026-01-02T00:44:12.8916469-05:00",
"openInvoiceValue": "sample string 3",
"totalInvoiceValue": "sample string 4",
"firstPaymentDate": "sample string 5",
"lastPaymentDate": "sample string 6",
"invoiceAgeing": "sample string 7",
"invoiceDate": "2026-01-02T00:44:12.8916469-05:00"
},
{
"crm_Id": 1,
"clientLiveDate": "2026-01-02T00:44:12.8916469-05:00",
"openInvoiceValue": "sample string 3",
"totalInvoiceValue": "sample string 4",
"firstPaymentDate": "sample string 5",
"lastPaymentDate": "sample string 6",
"invoiceAgeing": "sample string 7",
"invoiceDate": "2026-01-02T00:44:12.8916469-05:00"
}
]
text/html
Sample:
[{"crm_Id":1,"clientLiveDate":"2026-01-02T00:44:12.8916469-05:00","openInvoiceValue":"sample string 3","totalInvoiceValue":"sample string 4","firstPaymentDate":"sample string 5","lastPaymentDate":"sample string 6","invoiceAgeing":"sample string 7","invoiceDate":"2026-01-02T00:44:12.8916469-05:00"},{"crm_Id":1,"clientLiveDate":"2026-01-02T00:44:12.8916469-05:00","openInvoiceValue":"sample string 3","totalInvoiceValue":"sample string 4","firstPaymentDate":"sample string 5","lastPaymentDate":"sample string 6","invoiceAgeing":"sample string 7","invoiceDate":"2026-01-02T00:44:12.8916469-05:00"}]
application/xml, text/xml
Sample:
<ArrayOfInvoiceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProductionTrackingWebAPI.Models">
<InvoiceDetails>
<clientLiveDate>2026-01-02T00:44:12.8916469-05:00</clientLiveDate>
<crm_Id>1</crm_Id>
<firstPaymentDate>sample string 5</firstPaymentDate>
<invoiceAgeing>sample string 7</invoiceAgeing>
<invoiceDate>2026-01-02T00:44:12.8916469-05:00</invoiceDate>
<lastPaymentDate>sample string 6</lastPaymentDate>
<openInvoiceValue>sample string 3</openInvoiceValue>
<totalInvoiceValue>sample string 4</totalInvoiceValue>
</InvoiceDetails>
<InvoiceDetails>
<clientLiveDate>2026-01-02T00:44:12.8916469-05:00</clientLiveDate>
<crm_Id>1</crm_Id>
<firstPaymentDate>sample string 5</firstPaymentDate>
<invoiceAgeing>sample string 7</invoiceAgeing>
<invoiceDate>2026-01-02T00:44:12.8916469-05:00</invoiceDate>
<lastPaymentDate>sample string 6</lastPaymentDate>
<openInvoiceValue>sample string 3</openInvoiceValue>
<totalInvoiceValue>sample string 4</totalInvoiceValue>
</InvoiceDetails>
</ArrayOfInvoiceDetails>
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. |