POST api/v1/order/verify/flash-a-number
Request Information
URI Parameters
None.
Body Parameters
FlashANumberVerificationModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "id": 1
}
        application/xml, text/xml
            Sample:
        <FlashANumberVerificationModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OrderID>1</OrderID> </FlashANumberVerificationModel>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
MovamApiResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Message | string | None. | |
| Data | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Message": "sample string 1",
  "Data": {}
}
        application/xml, text/xml
            Sample:
<MovamApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Message>sample string 1</Message> <Data /> </MovamApiResponse>