POST api/OtherResources/PostMstOtherResource
Request Information
URI Parameters
None.
Body Parameters
utblMstOtherResource| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherResourceId | integer |
None. |
|
| ResourceName | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OtherResourceId": 1,
"ResourceName": "sample string 2",
"TransDate": "2025-10-28T00:57:49.755619+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-28T00:57:49.755619+05:30</TransDate> <UserId>sample string 4</UserId> </utblMstOtherResource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>