Appearance
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
Field | Type | Comment | Required |
---|---|---|---|
ArtCode | string 100 | Article code to add value | Required |
Values | IndValue Object |
IndValue Object
Field | Type | comment | Required |
---|---|---|---|
Address | string | ||
CustomerId | guid | ||
EndValue | decimal | ||
Quantity | decimal | If 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.