Skip to content

Brf (2.0.0)

The 'Brf' application of the Core API

Languages
Servers
https://{environment}.pigello.io

Brfapartmentpledge

Operations

Brfcompany

Operations

Brfcompanycontactperson

Operations

Bulk write 'Brfcompanycontactperson'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/jsonArray [
brf_companyobject(Brfcompany)required
brf_company.​idstring(uuid)
namestring<= 255 charactersrequired
organizationobject or null(Organization)
corporate_namestring or null<= 255 characters
last_namestring or null<= 255 characters
emailstring or null(email)<= 254 characters
custom_idstring or null<= 128 characters
first_namestring or null<= 255 characters
phone_numberstring or null<= 36 characters'^\+?1?\d{7,15}$'
org_nostring or null(luhn)[ 10 .. 11 ] characters
ssnstring or null(luhn)[ 12 .. 13 ] characters
categoryinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum01234567
]
curl -i -X POST \
  https://dev.api.pigello.io/brf/common/brfcompanycontactperson/list/ \
  -H 'Content-Type: application/json' \
  -H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
  -d '[
    {
      "organization": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "corporate_name": "string",
      "last_name": "string",
      "email": "user@example.com",
      "custom_id": "string",
      "first_name": "string",
      "phone_number": "string",
      "org_no": "stringstri",
      "ssn": "stringstring",
      "category": 0,
      "brf_company": {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      },
      "name": "string"
    }
  ]'

Responses

Successful bulk create/update

Bodyapplication/jsonArray [
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

brf_companyobject(Brfcompany)required
brf_company.​idstring(uuid)
namestring<= 255 charactersrequired
organizationobject or null(Organization)
corporate_namestring or null<= 255 characters
created_atstring(date-time)read-only
last_namestring or null<= 255 characters
emailstring or null(email)<= 254 characters
custom_idstring or null<= 128 characters
first_namestring or null<= 255 characters
phone_numberstring or null<= 36 characters'^\+?1?\d{7,15}$'
org_nostring or null(luhn)[ 10 .. 11 ] characters
tagsanyread-only
ssnstring or null(luhn)[ 12 .. 13 ] characters
customer_columnsanyread-only
categoryinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum01234567
]
Response
application/json
[ { "organization": {}, "corporate_name": "string", "created_at": "2019-08-24T14:15:22Z", "last_name": "string", "email": "user@example.com", "custom_id": "string", "first_name": "string", "phone_number": "string", "org_no": "stringstri", "tags": null, "ssn": "stringstring", "customer_columns": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "category": 0, "brf_company": {}, "name": "string" } ]

Create 'Brfcompanycontactperson'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/json
brf_companyobject(Brfcompany)required
brf_company.​idstring(uuid)
namestring<= 255 charactersrequired
organizationobject or null(Organization)
corporate_namestring or null<= 255 characters
last_namestring or null<= 255 characters
emailstring or null(email)<= 254 characters
custom_idstring or null<= 128 characters
first_namestring or null<= 255 characters
phone_numberstring or null<= 36 characters'^\+?1?\d{7,15}$'
org_nostring or null(luhn)[ 10 .. 11 ] characters
ssnstring or null(luhn)[ 12 .. 13 ] characters
categoryinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum01234567
curl -i -X POST \
  https://dev.api.pigello.io/brf/common/brfcompanycontactperson/ \
  -H 'Content-Type: application/json' \
  -H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
  -d '{
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "corporate_name": "string",
    "last_name": "string",
    "email": "user@example.com",
    "custom_id": "string",
    "first_name": "string",
    "phone_number": "string",
    "org_no": "stringstri",
    "ssn": "stringstring",
    "category": 0,
    "brf_company": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "name": "string"
  }'

Responses

Successful creation

Bodyapplication/json
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

brf_companyobject(Brfcompany)required
brf_company.​idstring(uuid)
namestring<= 255 charactersrequired
organizationobject or null(Organization)
corporate_namestring or null<= 255 characters
created_atstring(date-time)read-only
last_namestring or null<= 255 characters
emailstring or null(email)<= 254 characters
custom_idstring or null<= 128 characters
first_namestring or null<= 255 characters
phone_numberstring or null<= 36 characters'^\+?1?\d{7,15}$'
org_nostring or null(luhn)[ 10 .. 11 ] characters
tagsanyread-only
ssnstring or null(luhn)[ 12 .. 13 ] characters
customer_columnsanyread-only
categoryinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum01234567
Response
application/json
{ "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "corporate_name": "string", "created_at": "2019-08-24T14:15:22Z", "last_name": "string", "email": "user@example.com", "custom_id": "string", "first_name": "string", "phone_number": "string", "org_no": "stringstri", "tags": null, "ssn": "stringstring", "customer_columns": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "category": 0, "brf_company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "name": "string" }

Get 'Brfcompanycontactperson'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Path
pkstringwrite-onlyrequired
curl -i -X GET \
  'https://dev.api.pigello.io/brf/common/brfcompanycontactperson/{pk}/' \
  -H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
  -H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE'

Responses

Successful selection

Bodyapplication/json
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

brf_companyobject(Brfcompany)required
brf_company.​idstring(uuid)
namestring<= 255 charactersrequired
organizationobject or null(Organization)
corporate_namestring or null<= 255 characters
created_atstring(date-time)read-only
last_namestring or null<= 255 characters
emailstring or null(email)<= 254 characters
custom_idstring or null<= 128 characters
first_namestring or null<= 255 characters
phone_numberstring or null<= 36 characters'^\+?1?\d{7,15}$'
org_nostring or null(luhn)[ 10 .. 11 ] characters
tagsanyread-only
ssnstring or null(luhn)[ 12 .. 13 ] characters
customer_columnsanyread-only
categoryinteger or null(int32)[ -2147483648 .. 2147483647 ]
Enum01234567
Response
application/json
{ "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "corporate_name": "string", "created_at": "2019-08-24T14:15:22Z", "last_name": "string", "email": "user@example.com", "custom_id": "string", "first_name": "string", "phone_number": "string", "org_no": "stringstri", "tags": null, "ssn": "stringstring", "customer_columns": null, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "category": 0, "brf_company": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "name": "string" }

Brfapartmentreparationfunddeposit

Operations

Brfcompanydebt

Operations

Realbrfcompanynotation

Operations

Brfcompanyannualreport

Operations

Quotafee

Operations

Quotacollection

Operations

Quotanotation

Operations

Brftransactionparty

Operations

Brfapartmentinvoiceconfiguration

Operations

Brfmembershipnotation

Operations

Brftransaction

Operations

Capitalcontributionnotationcollection

Operations

Capitalcontributionnotation

Operations

Transactiondeclaration

Operations