PUT api/BelgiumCertificateInfo?pid={pid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BelgiumCertificate| Name | Description | Type | Additional information |
|---|---|---|---|
| BelCId | integer |
None. |
|
| VisitId | decimal number |
None. |
|
| PatinetId | decimal number |
None. |
|
| IssueDate | date |
None. |
|
| PrintDate | date |
None. |
|
| IllnesSated | string |
None. |
|
| TBActive | string |
None. |
|
| OtherDiasease | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| DocId | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| CountryId | integer |
None. |
|
| UDScreening | string |
None. |
|
| ConcId | integer |
None. |
|
| Remarks | string |
None. |
|
| TravelDoc | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"BelCId": 1,
"VisitId": 2.0,
"PatinetId": 3.0,
"IssueDate": "2026-05-20T17:04:19.2073006+05:00",
"PrintDate": "2026-05-20T17:04:19.2073006+05:00",
"IllnesSated": "sample string 6",
"TBActive": "sample string 7",
"OtherDiasease": "sample string 8",
"CreatedBy": 9,
"CreatedOn": "2026-05-20T17:04:19.2073006+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:04:19.2073006+05:00",
"DocId": 11,
"IsDeleted": 12,
"CountryId": 13,
"UDScreening": "sample string 14",
"ConcId": 15,
"Remarks": "sample string 16",
"TravelDoc": "sample string 17"
}