CreateProfileDocumentRequest
{
"Envelope":{
"Header":{
"Security":{
"UsernameToken":{
"Username":"USERNAME",
"Password":"PASSWORD"
}
}
},
"Body":{
"CreateProfileDocumentRequest":{
"type":"PASSPORT",
"attribute":[
{
"key":"SERIES",
"value":"1111"
},
{
"key":"NUMBER",
"value":"000000"
}
],
"unitId":11111
}
}
}
}
ответ:
{"Envelope": {
"Body": {
"CreateProfileDocumentResponse": {
"id": 11334
}
}
}}Last updated