POST api/{language}/contract/{contractId}/DocumentSDI
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:
{
"idInvoiceField": "sample string 1",
"idSdiField": 1,
"extractionP7MField": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"filenameField": "sample string 1",
"fileField": "QEBA",
"resultCodeField": 0,
"resultMessageField": "sample string 2"
}