POST StartInspectionEntry_API?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
QcStartInspectionEntry_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Gipid | integer |
None. |
|
| QcRefNo | string |
None. |
|
| QcRefdate | date |
None. |
|
| QcById | integer |
None. |
|
| QcByName | string |
None. |
|
| SupervisorId | integer |
None. |
|
| Supervisor | string |
None. |
|
| UsrName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gipid": 1,
"QcRefNo": "sample string 2",
"QcRefdate": "2025-12-06T09:31:42.9733585+05:30",
"QcById": 4,
"QcByName": "sample string 5",
"SupervisorId": 6,
"Supervisor": "sample string 7",
"UsrName": "sample string 8"
}
application/xml, text/xml
Sample:
<QcStartInspectionEntry_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers"> <Gipid>1</Gipid> <QcById>4</QcById> <QcByName>sample string 5</QcByName> <QcRefNo>sample string 2</QcRefNo> <QcRefdate>2025-12-06T09:31:42.9733585+05:30</QcRefdate> <Supervisor>sample string 7</Supervisor> <SupervisorId>6</SupervisorId> <UsrName>sample string 8</UsrName> </QcStartInspectionEntry_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.