POST api/{language}/contract/{contractId}/DocumentPrint
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. |
| printModule | Documentazione di 'printModule'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1.0,
"DescriptionModelName": "sample string 2",
"ModuleName": "sample string 3",
"FileName": "sample string 4",
"M_Top": 5,
"M_Left": 6,
"M_Right": 7,
"M_Bottom": 8,
"LogoPrint": true,
"HeaderPrint": true,
"Personalized_Body": true,
"Document_Body": "sample string 12",
"Document_Footer": "sample string 13",
"OrientationPrint": "sample string 14",
"listofDocTypeInPrint": null
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1.0,
"DescriptionModelName": "sample string 2",
"ModuleName": "sample string 3",
"FileName": "sample string 4",
"M_Top": 5,
"M_Left": 6,
"M_Right": 7,
"M_Bottom": 8,
"LogoPrint": true,
"HeaderPrint": true,
"Personalized_Body": true,
"Document_Body": "sample string 12",
"Document_Footer": "sample string 13",
"OrientationPrint": "sample string 14",
"listofDocTypeInPrint": null
}