GET api/applicant/CheckRegistration?Eid={Eid}&Email={Email}&WorkshopId={WorkshopId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Eid | string |
Required |
|
| string |
None. |
||
| WorkshopId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MessageResponserContentOfExistMembership| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ExistMembership |
None. |
|
| StatusCode | integer |
None. |
|
| Ref | string |
None. |
|
| RequestNumber | string |
None. |
|
| SubmissionDate | date |
None. |
|
| MessageAr | string |
None. |
|
| MessageEn | string |
None. |
|
| data | string |
None. |
|
| InternalMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Content": {
"isExist": true,
"WorkshopId": [
{
"WorkshopGuid": "sample string 1"
},
{
"WorkshopGuid": "sample string 1"
}
]
},
"StatusCode": 1,
"Ref": "sample string 2",
"RequestNumber": "sample string 3",
"SubmissionDate": "2025-11-09T20:42:01.3578894+04:00",
"MessageAr": "sample string 5",
"MessageEn": "sample string 6",
"data": "sample string 7",
"InternalMessage": "sample string 8"
}
application/xml, text/xml
Sample:
<MessageResponserContentOfExistMembership_SzRjOtuj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDF.APIs.Models">
<InternalMessage>sample string 8</InternalMessage>
<MessageAr>sample string 5</MessageAr>
<MessageEn>sample string 6</MessageEn>
<Ref>sample string 2</Ref>
<RequestNumber>sample string 3</RequestNumber>
<StatusCode>1</StatusCode>
<SubmissionDate>2025-11-09T20:42:01.3578894+04:00</SubmissionDate>
<data>sample string 7</data>
<Content>
<WorkshopId>
<Workshops>
<WorkshopGuid>sample string 1</WorkshopGuid>
</Workshops>
<Workshops>
<WorkshopGuid>sample string 1</WorkshopGuid>
</Workshops>
</WorkshopId>
<isExist>true</isExist>
</Content>
</MessageResponserContentOfExistMembership_SzRjOtuj>