SimplifiedIdentificationRequest
запрос:
{
"Envelope":{
"Header":{
"Security":{
"UsernameToken":{
"Username":"USERNAME",
"Password":"PASSWORD"
}
}
},
"Body":{
"AsyncRequest":{
"SimplifiedIdentificationRequest":{
"unitId":12345678,
"personalInformation":{
"profile":{
},
"document":{
"id":12345
}
}
},
"callbackUrl":"https://..."
}
}
}
}
ответ:
{"Envelope": {
"Body": {
"AsyncResponse": {
"expirationDate": "2017-12-19T12:12:05.102+03:00",
"asyncId": 37027,
"asyncStatus": "CREATED"
}
}
}}Last updated