zdavatz / amiko-osx

AmiKo Desitin for AmiKo OS X
https://apps.apple.com/ch/app/amiko-desitin/id708142753?mt=12
GNU General Public License v3.0
3 stars 2 forks source link

Download Participants File from VA #216

Closed zdavatz closed 3 years ago

zdavatz commented 3 years ago
  1. If you want to download the participants File from the VA:
  2. curl -kvL -O --resolve --location --request GET "https://212.51.146.241:8100/md/ela/participants" --header "X-CLIENT-ID: 1000007582" --header "Content-Type: multipart/form-data" --header "Authorization: Basic XXX"
zdavatz commented 3 years ago
  1. After upgrading to the lastest participants File, the XML no longer validates:
  2. /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:57: element companyname: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}companyname': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '1'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:57: element companyname: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}companyname': '' is not a valid value of the atomic type '{http://www.forum-datenaustausch.ch/invoice}stringType1_35'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:59: element zip: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}zip': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '1'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:59: element zip: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}zip': '' is not a valid value of the atomic type '{http://www.forum-datenaustausch.ch/invoice}stringType1_9'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:60: element city: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}city': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '1'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml:60: element city: Schemas validity error : Element '{http://www.forum-datenaustausch.ch/invoice}city': '' is not a valid value of the atomic type '{http://www.forum-datenaustausch.ch/invoice}stringType1_35'.
    /var/folders/72/mbn3sg7j0h54rft2zj9lx8dm0000gn/T/amikoosx/medi.xml fails to validate
  3. The BAG number for 2099988876514, now seems to be NULL, see: https://github.com/zdavatz/amiko-osx/blob/master/AmiKoOSX/participants-kvg.json#L34