POST api/{language}/contract/{contractId}/DocumentSDIResult
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| filter | Documentazione di 'filter'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"idSdiField": 1,
"filenameField": "sample string 1",
"serviceField": "sample string 2",
"messageField": "sample string 3",
"dateStartField": "2026-02-16T16:32:28.4376627+00:00",
"dateEndField": "2026-02-16T16:32:28.4376627+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"electronicInvoiceLogsField": [
{
"idField": "sample string 1",
"idCustomerField": 2,
"customerCodeField": "sample string 3",
"idSdiField": 4,
"dateReceivedSdiField": "2026-02-16T16:32:28.4376627+00:00",
"serviceHubField": "sample string 5",
"uniqueFileNameField": "sample string 6",
"clientRequestField": "sample string 7",
"messageField": "sample string 8",
"dateField": "2026-02-16T16:32:28.4376627+00:00"
},
{
"idField": "sample string 1",
"idCustomerField": 2,
"customerCodeField": "sample string 3",
"idSdiField": 4,
"dateReceivedSdiField": "2026-02-16T16:32:28.4376627+00:00",
"serviceHubField": "sample string 5",
"uniqueFileNameField": "sample string 6",
"clientRequestField": "sample string 7",
"messageField": "sample string 8",
"dateField": "2026-02-16T16:32:28.4376627+00:00"
},
{
"idField": "sample string 1",
"idCustomerField": 2,
"customerCodeField": "sample string 3",
"idSdiField": 4,
"dateReceivedSdiField": "2026-02-16T16:32:28.4376627+00:00",
"serviceHubField": "sample string 5",
"uniqueFileNameField": "sample string 6",
"clientRequestField": "sample string 7",
"messageField": "sample string 8",
"dateField": "2026-02-16T16:32:28.4376627+00:00"
}
],
"resultCodeField": 0,
"resultMessageField": "sample string 1"
}