GET api/BulkSMS/GetNumbers/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResultOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
type | ResultType |
None. |
|
message | string |
None. |
|
data | Collection of string |
None. |
Response Formats
application/json, text/json
{ "type": 0, "message": "sample string 1", "data": [ "sample string 1", "sample string 2" ] }