GET api/Category/GetCategoryReciept?CategoryId={CategoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CategoryRecieptDc| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryRecieptId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| FontId | integer |
None. |
|
| BillRecieptName | string |
None. |
|
| BillRecieptDynamicHtml | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| BillRecieptSampleImage | string |
None. |
|
| RecieptType | string |
None. |
|
| BillRecieptPdfHtml | string |
None. |
|
| IsRecieptLogo | boolean |
None. |
|
| ReceiptWidth | string |
None. |
|
| ReceiptHight | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CategoryRecieptId": 1,
"CategoryId": 2,
"FontId": 3,
"BillRecieptName": "sample string 4",
"BillRecieptDynamicHtml": "sample string 5",
"IsActive": true,
"CreatedDate": "2026-01-11T04:18:53.307617+00:00",
"BillRecieptSampleImage": "sample string 6",
"RecieptType": "sample string 7",
"BillRecieptPdfHtml": "sample string 8",
"IsRecieptLogo": true,
"ReceiptWidth": "sample string 9",
"ReceiptHight": "sample string 10"
},
{
"CategoryRecieptId": 1,
"CategoryId": 2,
"FontId": 3,
"BillRecieptName": "sample string 4",
"BillRecieptDynamicHtml": "sample string 5",
"IsActive": true,
"CreatedDate": "2026-01-11T04:18:53.307617+00:00",
"BillRecieptSampleImage": "sample string 6",
"RecieptType": "sample string 7",
"BillRecieptPdfHtml": "sample string 8",
"IsRecieptLogo": true,
"ReceiptWidth": "sample string 9",
"ReceiptHight": "sample string 10"
}
]
text/html
Sample:
[{"CategoryRecieptId":1,"CategoryId":2,"FontId":3,"BillRecieptName":"sample string 4","BillRecieptDynamicHtml":"sample string 5","IsActive":true,"CreatedDate":"2026-01-11T04:18:53.307617+00:00","BillRecieptSampleImage":"sample string 6","RecieptType":"sample string 7","BillRecieptPdfHtml":"sample string 8","IsRecieptLogo":true,"ReceiptWidth":"sample string 9","ReceiptHight":"sample string 10"},{"CategoryRecieptId":1,"CategoryId":2,"FontId":3,"BillRecieptName":"sample string 4","BillRecieptDynamicHtml":"sample string 5","IsActive":true,"CreatedDate":"2026-01-11T04:18:53.307617+00:00","BillRecieptSampleImage":"sample string 6","RecieptType":"sample string 7","BillRecieptPdfHtml":"sample string 8","IsRecieptLogo":true,"ReceiptWidth":"sample string 9","ReceiptHight":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfCategoryRecieptDc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BillGeneration.DataContract">
<CategoryRecieptDc>
<BillRecieptDynamicHtml>sample string 5</BillRecieptDynamicHtml>
<BillRecieptName>sample string 4</BillRecieptName>
<BillRecieptPdfHtml>sample string 8</BillRecieptPdfHtml>
<BillRecieptSampleImage>sample string 6</BillRecieptSampleImage>
<CategoryId>2</CategoryId>
<CategoryRecieptId>1</CategoryRecieptId>
<CreatedDate>2026-01-11T04:18:53.307617+00:00</CreatedDate>
<FontId>3</FontId>
<IsActive>true</IsActive>
<IsRecieptLogo>true</IsRecieptLogo>
<ReceiptHight>sample string 10</ReceiptHight>
<ReceiptWidth>sample string 9</ReceiptWidth>
<RecieptType>sample string 7</RecieptType>
</CategoryRecieptDc>
<CategoryRecieptDc>
<BillRecieptDynamicHtml>sample string 5</BillRecieptDynamicHtml>
<BillRecieptName>sample string 4</BillRecieptName>
<BillRecieptPdfHtml>sample string 8</BillRecieptPdfHtml>
<BillRecieptSampleImage>sample string 6</BillRecieptSampleImage>
<CategoryId>2</CategoryId>
<CategoryRecieptId>1</CategoryRecieptId>
<CreatedDate>2026-01-11T04:18:53.307617+00:00</CreatedDate>
<FontId>3</FontId>
<IsActive>true</IsActive>
<IsRecieptLogo>true</IsRecieptLogo>
<ReceiptHight>sample string 10</ReceiptHight>
<ReceiptWidth>sample string 9</ReceiptWidth>
<RecieptType>sample string 7</RecieptType>
</CategoryRecieptDc>
</ArrayOfCategoryRecieptDc>