User Profile
Centsoft1
2
Posts
0
Kudos
0
Solutions
09-12-2022
11:20
according to your API specification when getting information about supplier we should get a following information: "supplierPaymentMethodDetails": [
{
"paymentMethodDetailDescription": "string",
"paymentMethodDetailValue": "string"
}
], in case plusgiro or bankgiro do not have a value, response is different "supplierPaymentMethodDetails": [
{
"paymentMethodDetailDescription": "Bankgironummer"
}, { "paymentMethodDetailDescription": "Plusgironummer" }
], As an API consumer want to receive actual value of the paymentMethodDetailValue even if is null or "" so we know what to present to user in our interface and can be sure that presented value is the same as in source system. For example: "supplierPaymentMethodDetails": [
{
"paymentMethodDetailDescription": "Bankgironummer",
"paymentMethodDetailValue": null
}, { "paymentMethodDetailDescription": "Plusgironummer", "paymentMethodDetailValue": null }
],
... View more
See more ideas labeled with:
22-04-2022
11:36
Hello, We have the following problem. We post a supplier invoice with a single invoice line, and prebook it. Next step is we want to update the single line and split into two lines. The split works fine. But sometimes we need to update the vat code on the first line. Whenever we try to update the vat code, we get an error saying vat code cannot be changed on a prebooked invoice. In order for us to implement prebooking correctly we need to be able to modify vat codes between prebooking and releasing. Is there any way to accomplish this? Regards, Johan
... View more
Activity Feed for Centsoft1
- Posted API response improvement when getting a range of suppliers on Förbättringsförslag för Visma Net. 09-12-2022 11:20
- Tagged API response improvement when getting a range of suppliers on Förbättringsförslag för Visma Net. 09-12-2022 11:20
- Tagged API response improvement when getting a range of suppliers on Förbättringsförslag för Visma Net. 09-12-2022 11:20
- Posted Issues Prebooking VatCodeId on Forum för Visma Net. 22-04-2022 11:36