Skip to content

Send Indication Values

Endpoints

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

Query Payload

json
{ 
  ArtCode: "EU-maat tav", 
  Values: [ 
    { 
      EndValue: 100.00, 
      CustomerId: "7da4cd44-9b49-4a35-8d1b-f339a68e7058" 
    } 
  ]
}
Click to see the payload parameters
FieldTypeCommentRequired
ArtCodestring 100Article code to add valueRequired
ValuesIndValue Object

IndValue Object

FieldTypecommentRequired
Addressstring
CustomerIdguid
EndValuedecimal
QuantitydecimalIf used, EndValue is ignored

Successful Result

"The readings were moved to line 1 of 1 contract and the quantities and sums were recalculated."

Additional Information

You can find the CustomerId using getcustomers endpoint.