POST SaveCalibrationLogAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
CalibrationLog_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Sp_SqlAction | string |
None. |
|
| LogId | integer |
None. |
|
| AssetId | integer |
None. |
|
| CtId | integer |
None. |
|
| Vid | integer |
None. |
|
| CalibrationDate | date |
None. |
|
| NewNextDueDate | date |
None. |
|
| CertificateNumber | string |
None. |
|
| CertificatePath | string |
None. |
|
| Result | string |
None. |
|
| Comments | string |
None. |
|
| SerCpId | integer |
None. |
|
| SerInvNo | string |
None. |
|
| DocNo | string |
None. |
|
| AstCalId | integer |
None. |
|
| OrderType | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sp_SqlAction": "sample string 1",
"LogId": 2,
"AssetId": 3,
"CtId": 4,
"Vid": 5,
"CalibrationDate": "2025-12-06T09:31:43.8636884+05:30",
"NewNextDueDate": "2025-12-06T09:31:43.8636884+05:30",
"CertificateNumber": "sample string 6",
"CertificatePath": "sample string 7",
"Result": "sample string 8",
"Comments": "sample string 9",
"SerCpId": 10,
"SerInvNo": "sample string 11",
"DocNo": "sample string 12",
"AstCalId": 13,
"OrderType": "sample string 14",
"UserName": "sample string 15"
}
application/xml, text/xml
Sample:
<CalibrationLog_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers"> <AssetId>3</AssetId> <AstCalId>13</AstCalId> <CalibrationDate>2025-12-06T09:31:43.8636884+05:30</CalibrationDate> <CertificateNumber>sample string 6</CertificateNumber> <CertificatePath>sample string 7</CertificatePath> <Comments>sample string 9</Comments> <CtId>4</CtId> <DocNo>sample string 12</DocNo> <LogId>2</LogId> <NewNextDueDate>2025-12-06T09:31:43.8636884+05:30</NewNextDueDate> <OrderType>sample string 14</OrderType> <Result>sample string 8</Result> <SerCpId>10</SerCpId> <SerInvNo>sample string 11</SerInvNo> <Sp_SqlAction>sample string 1</Sp_SqlAction> <UserName>sample string 15</UserName> <Vid>5</Vid> </CalibrationLog_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.