POST api/applicant/RegisterViaPhone
Request Information
URI Parameters
None.
Body Parameters
RegistrationViaMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| CampId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"CampId": "sample string 2"
}
application/xml, text/xml
Sample:
<RegistrationViaMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDF.APIs.Models"> <CampId>sample string 2</CampId> <Code>sample string 1</Code> </RegistrationViaMobile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageResponser| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"StatusCode": 1,
"Ref": "sample string 2",
"RequestNumber": "sample string 3",
"SubmissionDate": "2025-12-25T09:01:13.3896144+04:00",
"MessageAr": "sample string 5",
"MessageEn": "sample string 6",
"data": "sample string 7",
"InternalMessage": "sample string 8"
}
application/xml, text/xml
Sample:
<MessageResponser 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-12-25T09:01:13.3896144+04:00</SubmissionDate> <data>sample string 7</data> </MessageResponser>