GET api/Categery/GetCategeryById?CId={CId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Categery| Name | Description | Type | Additional information |
|---|---|---|---|
| CId | integer |
None. |
|
| CName | string |
None. |
|
| CImage | string |
None. |
|
| CInfo | string |
None. |
|
| CreatedDate | string |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CId": 1,
"CName": "sample string 2",
"CImage": "sample string 3",
"CInfo": "sample string 4",
"CreatedDate": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDate": "sample string 7",
"UpdatedBy": "sample string 8"
}
application/octet-stream
Sample:
{"$id":"1","CId":1,"CName":"sample string 2","CImage":"sample string 3","CInfo":"sample string 4","CreatedDate":"sample string 5","CreatedBy":"sample string 6","UpdatedDate":"sample string 7","UpdatedBy":"sample string 8"}