typeAndPerson Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
typeOfAuthorisation authorisationType 1/1
Vollmachtsart
authorisationRight right 1/1
Berechtigung der Vollmacht
firstName string 1/1
Vorname der Person für die die Vollmacht gilt
lastName string 1/1
Nachname der Person für die die Vollmacht gilt
authorisationID long 1/1
ID-Der Vollmacht

Example

<t----->
  <typeOfAuthorisation>...</typeOfAuthorisation>
  <authorisationRight>...</authorisationRight>
  <firstName>...</firstName>
  <lastName>...</lastName>
  <authorisationID>...</authorisationID>
</t----->