POST api/FunctionPrintReportFormat
Request Information
URI Parameters
None.
Body Parameters
FunctionPrintReportFormat| Name | Description | Type | Additional information |
|---|---|---|---|
| FunctionPrintReportFormatId | integer |
None. |
|
| FunctionId | integer |
None. |
|
| PrintReportFormatCode | string |
None. |
|
| SelectedFormat | boolean |
None. |
|
| Description | string |
None. |
|
| Function | Function |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunctionPrintReportFormatId": 1,
"FunctionId": 2,
"PrintReportFormatCode": "sample string 3",
"SelectedFormat": true,
"Description": "sample string 5",
"Function": {
"FunctionId": 1,
"FunctionCode": "sample string 2",
"FunctionName": "sample string 3",
"FStatus": true,
"CreatedDate": "2025-12-08T02:48:24.7519659+05:30",
"CreatedBy": "sample string 6"
},
"CreatedDate": "2025-12-08T02:48:24.7519659+05:30",
"CreatedBy": "sample string 7"
}
application/xml, text/xml
Sample:
<FunctionPrintReportFormat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<CreatedBy>sample string 7</CreatedBy>
<CreatedDate>2025-12-08T02:48:24.7519659+05:30</CreatedDate>
<Description>sample string 5</Description>
<Function>
<CreatedBy>sample string 6</CreatedBy>
<CreatedDate>2025-12-08T02:48:24.7519659+05:30</CreatedDate>
<FStatus>true</FStatus>
<FunctionCode>sample string 2</FunctionCode>
<FunctionId>1</FunctionId>
<FunctionName>sample string 3</FunctionName>
</Function>
<FunctionId>2</FunctionId>
<FunctionPrintReportFormatId>1</FunctionPrintReportFormatId>
<PrintReportFormatCode>sample string 3</PrintReportFormatCode>
<SelectedFormat>true</SelectedFormat>
</FunctionPrintReportFormat>
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. |