GET api/OtherResources/GetMstOtherResourcesByOtherResourceId?OtherResourceId={OtherResourceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherResourceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
utblMstOtherResource| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherResourceId | integer |
None. |
|
| ResourceName | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OtherResourceId": 1,
"ResourceName": "sample string 2",
"TransDate": "2025-10-28T01:09:33.7556735+05:30",
"UserId": "sample string 4"
}
application/xml, text/xml
Sample:
<utblMstOtherResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <OtherResourceId>1</OtherResourceId> <ResourceName>sample string 2</ResourceName> <TransDate>2025-10-28T01:09:33.7556735+05:30</TransDate> <UserId>sample string 4</UserId> </utblMstOtherResource>