Skip to content

Update Customer

Endpoints

https://app.passelimerit.fi/api/v1/updatecustomer

Query Payload

json
{
  "Id": "7da4cd44-9b49-4a35-8d1b-f339a68e7058",
  "Name": "FirstCustomer Inc",
  "CountryCode": "FI",
  "Address": "Merimiehenkatu 31",
  "City": "Helsinki",
  "PostalCode": "00100",
  "PhoneNo": "6548765",
  "PhoneNo2": null,
  "Email": "",
  "RegNo": "1122334755",
  "VatRegNo": "11222344",
  "SalesInvLang": "FI",
  "RefNoBase": "1",
  "EInvPaymId": "123456",
  "EinvOperator": 1,
  "Contact": "",
  "ApixEinv": "123456",
  "GroupInv": false,
  "PaymentDeadLine": 7,
  "Comments": [
    {
      "Comment": "This is a comment",
      "CommDate": "20240528"
    }
  ],
  "OverdueCharge": 7.000
}
Click to see the query parameters
FieldTypeCommentRequired
IdGuidRequired
NameStr 150
CountryCodeStr 2
AddressStr 100
CityStr 30
PostalCodeStr 15
PhoneNoStr 50
PhoneNo2Str 50
Email
RegNoStr 30
VatRegNoStr 30
SalesInvLangStr 2EE, FI, PL
RefNoBaseStr 36
EInvPaymIdStr 20
EinvOperatorInt1 - Not exist,
2 - E-invoices to the bank through Omniva,
3 - Bank ( full extent E-invoice),
4 - Bank (limited extent E-invoice)
BankAccountStr 50Needs confirmation on if this even works
ContactStr 35
ApixEinvStr 20
GroupInvBool
PaymentDeadLineInt
CommentsArray of commentsComment Str CommDate Date
OverdueChargeDecimal

Successful Result

json
"Updated"