通过键查询抗议
通过键查询抗议,可返回有关该抗议的详细信息。
Request
ENDPOINT
/account/ACCOUNT_KEY/requester_profile/REQUESTER_PROFILE_KEY/protest/BANK_SLIP_KEYMÉTODO
GETPath parameters
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_key | uuidv4 | 账户唯一标识键,uuid v4 格式 | 36 |
requester_profile_key | uuidv4 | 钱包唯一标识键,uuid v4 格式 | 36 |
bank_slip_key | uuidv4 | 票据唯一标识键,uuid v4 格式 | 36 |
Response
STATUS
200Response Body
{
"protest_key": "bc34e9b1-42e4-4f17-bfc0-c88f29d5230e",
"request_control_key": "59515878-50e9-466b-b40d-1aac3939c3fd",
"protest_status": "protested",
"bank_slip_key": "7d3d262b-9b55-44cd-8355-2f00d5b1d142",
"requester_profile_code": "329-09-0001-1467576",
"protest_type": "protest",
"protocol_number": "0000672016",
"protocol_date": "2012-12-16",
"notary_office_code": 12345,
"notary_office": {
"city": "VITORIA",
"uf": "ES"
}
}
Response Body Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
protest_key * | uuidv4 | 抗议唯一标识键,uuid v4 格式 | 36 |
request_control_key * | uuidv4 | 客户使用的请求唯一标识键,uuid v4 格式 | 36 |
protest_status * | string | 抗议状态 | Enumeradores protest_status |
bank_slip_key * | uuidv4 | 票据唯一标识键,uuid v4 格式 | 36 |
requester_profile_code * | string | 钱包唯一识别码 | 10 |
protest_type * | string | 抗议类型 | Enumeradores protest_type |
protocol_number | string | 协议号码 | 10 |
protocol_date | string | 协议日期(格式"YYYY-MM-DD") | 10 |
notary_office_code | integer | 公证处识别代码 | - |
notary_office | object | 公证处数据 | Objeto notary_office |