Sign inGet started

Create KYC form entry

POST
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
Create KYC Form Entry
请求载荷
locale
string
必填
answers
array of object
必填
显示子参数
answers.isDefault
boolean
answers.key
string
必填
answers.valueString
string
必填
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
响应载荷
answers
array of object
必填
显示子属性
answers.isDefault
boolean
answers.key
string
必填
answers.valueString
string
必填
businessProfileId
string
The ID of an existing Business Profile.
businessProfileVersion
integer
The version of the Business Profile.
createdAt
string
必填
displayName
string
formId
string
必填
id
string
必填
locale
string
必填
organizationId
string
必填
reviewComment
string
status
string
必填
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
tags
array of object
显示子属性
tags.key
string
必填
tags.value
string
必填
updatedAt
string
必填
代码示例
curl -X POST 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'