POST api/BuildYourLandAPI/VerifyVisitorMobile
Request Information
URI Parameters
None.
Body Parameters
SentOTPVisitorDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Mobile | string |
Required Matching regular expression pattern: ^(\+9665)([0-9]{8})$ |
|
OTP | integer |
Required |
|
Type | integer |
None. |
|
StatusCode | integer |
None. |
|
MessageEn | string |
None. |
|
MessageAr | string |
None. |
|
datasetxml | string |
None. |
|
FlagId | integer |
None. |
|
TypeId | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
ActionBy | integer |
None. |
|
pagingNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Mobile": "sample string 2", "OTP": 3, "Type": 4, "StatusCode": 5, "MessageEn": "sample string 6", "MessageAr": "sample string 7", "datasetxml": "sample string 8", "FlagId": 9, "TypeId": 10, "PageSize": 11, "PageNumber": 12, "ActionBy": 13, "pagingNumber": 14 }
application/xml, text/xml
Sample:
<SentOTPVisitorDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ActionBy>13</ActionBy> <FlagId>9</FlagId> <MessageAr>sample string 7</MessageAr> <MessageEn>sample string 6</MessageEn> <PageNumber>12</PageNumber> <PageSize>11</PageSize> <StatusCode>5</StatusCode> <TypeId>10</TypeId> <datasetxml>sample string 8</datasetxml> <pagingNumber>14</pagingNumber> <Id>1</Id> <Mobile>sample string 2</Mobile> <OTP>3</OTP> <Type>4</Type> </SentOTPVisitorDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.