POST api/Certificate/delete_certificate
Request Information
URI Parameters
None.
Body Parameters
CertificateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Name | string |
None. |
|
| CertificateNo | string |
None. |
|
| Designation | string |
None. |
|
| Course | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| Remarks | string |
None. |
|
| DOT | string |
None. |
|
| PostedBy | integer |
None. |
|
| SlNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": 1,
"Name": "sample string 2",
"CertificateNo": "sample string 3",
"Designation": "sample string 4",
"Course": "sample string 5",
"StartDate": "sample string 6",
"EndDate": "sample string 7",
"Remarks": "sample string 8",
"DOT": "sample string 9",
"PostedBy": 10,
"SlNo": "sample string 11"
}
application/xml, text/xml
Sample:
<CertificateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SynthesicAPI.Models"> <CertificateNo>sample string 3</CertificateNo> <Code>1</Code> <Course>sample string 5</Course> <DOT>sample string 9</DOT> <Designation>sample string 4</Designation> <EndDate>sample string 7</EndDate> <Name>sample string 2</Name> <PostedBy>10</PostedBy> <Remarks>sample string 8</Remarks> <SlNo>sample string 11</SlNo> <StartDate>sample string 6</StartDate> </CertificateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SynthesicAPI.Models"> <Data>sample string 3</Data> <Message>sample string 2</Message> <ResponseCode>1</ResponseCode> </ResultModelOfstring>