获取开户请求详情接口,返回开户申请单的所有字段,GET请求
例子:
GET /get_request_detail HTTP/1.1
Host: /lb/api/v1/
请求参数:
{
"id": <String>,
"access_token": <String>,
"req_header": {
"search_id": <String>
}
}
字段 | 类型 | 注释 |
id | String | 申请单ID |
access_token | String | 联系开发人员获取token,token是和公司主体绑定的 |
search_id | String | 唯一标识一个请求 |
返回的结果:
{
"resp_header": {
"code": <Int> ,
"message": <String> ,
"search_id": <String>
},
"data": {
"id": <String> ,
"ad_account_creation_request_id": {
"id": <String>
},
"ad_account_creation_request_status": <String> ,
"ad_account_number": <Int> ,
"ad_accounts_info": [{
"ad_account_name": <String> ,
"timezone_id": <Int> ,
"account_type": <Int>
}],
"business_manager_id": <String> ,
"business_registration": <String> ,
"business_registration_id": <String> ,
"chinese_address": <String> ,
"chinese_legal_entity_name": <String> ,
"city": <String> ,
"contact": <String> ,
"disapprove_reason": <String> ,
"official_website_url": <String> ,
"payment_type": <String> ,
"phone_number": {
"id": <String> ,
"phone_number": <String>
},
"planning_agency_name": <String> ,
"promotable_page_ids": <List> ,
"promotable_pages": [{
"pageID": <String> ,
"pageName": <String> ,
"isPagePublished": <Bool>
}],
"promotable_app_ids": <List> ,
"promotable_urls": <List> ,
"request_changes_reason": <String> ,
"reviewed_user": <String> ,
"spend_limit": <Int> ,
"status": "<String>",
"subvertical": <String> ,
"subvertical_v2": <String> ,
"time_created": <Datetime> ,
"time_updated": <Datetime> ,
"time_zone": "<Int>",
"token": {
"id": <String> ,
"link_with_id": <String>
},
"user_id": <String> ,
"user_name": <String> ,
"used_reseller_link": <Bool> ,
"vertical": "<String>",
"vertical_v2": "<String>",
"viewed_by_reseller": <Bool> ,
"zip_code": "<String>",
"ad_account_limit": <Int> ,
"org_ad_account_count": <Int>
}
字段 | 类型 | 注释 |
resp_header: | Object | |
code | Int | 返回的编码,1:成功 |
message | String | 返回的提示信息 |
search_id | String | 唯一标识一个请求 |
data | Object | |
id | String | 申请单ID |
ad_account_creation_request_id: | Object | |
id | String | 获取账号的请求ID |
ad_account_creation_request_status | String | facebook审核状态: 上诉未决appeal_pending; 正在审查的上诉appeal_under_review; 待审核pending; 要求更改requested_change; 正在审查under_review; 上诉获得批准appeal_approved; 审核通过approved; 自动拒绝auto_disapproved; 上诉被驳回appeal_disapproved; 拒绝disapproved; 自动批准auto_approved; |
ad_account_number | Int | 申请的账号个数 |
ad_accounts_info | JsonArray | |
ad_account_name | String | 申请账号名称 |
timezone_id | Int | 时区 |
account_type | Int | 账号类型 |
business_manager_id | String | BM ID |
business_registration | String | 营业执照下载地址 |
business_registration_id | String | 营业执照ID |
chinese_address | String | 中文地址 |
chinese_legal_entity_name | String | 公司名称 |
city | String | 城市 |
contact | String | 邮箱 |
disapprove_reason | String | 被拒原因 |
official_website_url | String | 官网链接 |
payment_type | String | 付款类型 |
phone_number | Object | |
id | String | 电话ID |
phone_number | String | 电话 |
planning_agency_name | String | 供应商信息 |
promotable_page_ids | List<String> | 粉丝页ID |
promotable_pages | JsonArray | |
pageID | String | 粉丝ID |
pageName | String | 粉丝页名称 |
isPagePublished | Bool | 是否公开发布 |
promotable_app_ids | List<String> | 应用ID |
promotable_urls | List<String> | 推广链接 |
request_changes_reason | String | 申请修改原因 |
reviewed_user | String | 已审核用户 |
spend_limit | Int | 花费上限 |
status | String | 申请单状态 |
subvertical | String | 子行业-老版本 |
subvertical_v2 | String | 子行业-新版本 |
time_created | String | 申请单创建时间 |
time_updated | String | 申请单更新时间 |
time_zone | Int | 时区 |
token | Object | |
id | String | token ID |
link_with_id | String | 填写申请单的地址 |
user_id | String | 用户ID,提交人的ID |
user_name | String | 用户名称,提交人的用户名 |
used_reseller_link | Bool | 是否使用经销商链接 |
vertical | String | 行业-老版本 |
vertical_v2 | String | 行业-新版本 |
viewed_by_reseller | Bool | 是否被经销商查看 |
zip_code | String | 邮政编码 |
ad_account_limit | Int | 账号个数上限 |
org_ad_account_count | Int | 原账号个数 |
错误编码:
编码 | 注释 |
1001 | 系统异常 |