POST api/Services/PostMstService
Request Information
URI Parameters
None.
Body Parameters
utblMstService| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| ServiceName | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"ServiceName": "sample string 2",
"TransDate": "2025-10-28T01:09:03.8962937+05:30",
"UserId": "sample string 4"
}
application/xml, text/xml
Sample:
<utblMstService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <ServiceId>1</ServiceId> <ServiceName>sample string 2</ServiceName> <TransDate>2025-10-28T01:09:03.8962937+05:30</TransDate> <UserId>sample string 4</UserId> </utblMstService>
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>