POST api/v1/getdatabloked
Request Information
URI Parameters
None.
Body Parameters
databloked| Name | Description | Type | Additional information |
|---|---|---|---|
| phon | string |
None. |
|
| gen_token | string |
None. |
|
| otherdata | string |
None. |
|
| type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"phon": "sample string 1",
"gen_token": "sample string 2",
"otherdata": "sample string 3",
"type": 4
}
text/xml
Sample:
<databloked xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <gen_token>sample string 2</gen_token> <otherdata>sample string 3</otherdata> <phon>sample string 1</phon> <type>4</type> </databloked>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
outdata| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"rowcount": 1,
"status": true,
"msg_error": "sample string 3"
}
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>