POST SaveServiceMaintanceAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
ServiceMaintance_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | string |
None. |
|
| ServiceDate | date |
None. |
|
| CommentById | string |
None. |
|
| CommentBy | string |
None. |
|
| Solution | string |
None. |
|
| Number | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": "sample string 1",
"ServiceDate": "2025-12-06T09:31:57.3409475+05:30",
"CommentById": "sample string 3",
"CommentBy": "sample string 4",
"Solution": "sample string 5",
"Number": "sample string 6"
}
application/xml, text/xml
Sample:
<ServiceMaintance_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers"> <CommentBy>sample string 4</CommentBy> <CommentById>sample string 3</CommentById> <Number>sample string 6</Number> <ServiceDate>2025-12-06T09:31:57.3409475+05:30</ServiceDate> <ServiceId>sample string 1</ServiceId> <Solution>sample string 5</Solution> </ServiceMaintance_BO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.