Update file identity
documentedUpdate file identity.
PUT /FileIdentity/{id}FileIdentityno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.saasu.com/FileIdentity?FileId={{$file_id}}&wsaccesskey={{WS_ACCESS_KEY}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"LastUpdatedId": "{{$lastUpdatedId}}", "Name": "{{$name}}", "FullLegalName": "{{$fullLegalName}}", "IndustryTypeId": {{$industryTypeId}}, "BusinessIdentifier": "{{$businessIdentifier}}", "PrimaryPhone": "{{$primaryPhone}}", "Street": "{{$street}}", "City": "{{$city}}", "State": "{{$state}}", "PostCode": "{{$postCode}}", "Country": "{{$country}}" }'