BokaMera.API.Host

<back to all web services

UpdateEaccountingCustomer

Requires Authentication
Requires any of the roles:bookingsupplier-administrator-write, superadmin
The following routes are available for this service:
PUT/eaccounting/customersUpdate E-Accounting Customer
UpdateEaccountingCustomer Parameters:
NameParameterData TypeRequiredDescription
IdbodystringYesCustomer Id in e-accounting.
InvoiceCitybodystringNo
InvoicePostalCodebodystringNoMax length: 10 characters
NamebodystringNoMax length: 50 characters
TermsOfPaymentIdbodystringNo
IsPrivatePersonbodyboolNo
IsActivebodyboolNo
TelephonebodystringNo
EmailAddressbodystringNo
MobilePhonebodystringNo
CompanyIdbodyGuid?NoThe company id, if empty will use the company id for the user you are logged in with.
EAccountingCustomerResponse Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
CreateEAccountingCustomer Parameters:
NameParameterData TypeRequiredDescription
CustomerNumberformstringNo
ContactPersonEmailformstringNo
ContactPersonMobileformstringNo
ContactPersonNameformstringNo
ContactPersonPhoneformstringNo
CurrencyCodeformstringNo
GLNformstringNo
EmailAddressformstringNo
EmailAddressOrderformstringNo
EmailAddressQuoteformstringNo
DeliveryCustomerNameformstringNo
DeliveryAddress1formstringNo
DeliveryAddress2formstringNo
DeliveryCityformstringNo
DeliveryCountryCodeformstringNo
DeliveryPostalCodeformstringNo
DeliveryMethodIdformstringNo
DeliveryTermIdformstringNo
PayToAccountIdformstringNo
NameformstringNo
NoteformstringNo
ReverseChargeOnConstructionServicesformboolNo
WebshopCustomerNumberformint?No
MobilePhoneformstringNo
TelephoneformstringNo
TermsOfPaymentIdformstringNo
EAccountingTermsOfPaymentformEAccountingTermsOfPaymentNo
VatNumberformstringNo
WwwAddressformstringNo
LastInvoiceDateformstringNo
IsPrivatePersonformboolNo
IsNorthernIrelandformboolNo
DiscountPercentageformdecimalNo
ChangedUtcformDateTime?No
IsActiveformboolNo
ForceBookkeepVatformboolNo
EdiGlnNumberformstringNo
SalesDocumentLanguageformstringNo
ElectronicAddressformstringNo
ElectronicReferenceformstringNo
EdiServiceDelivererIdformstringNo
AutoInvoiceActivationEmailSentDateformDateTime?No
AutoInvoiceRegistrationRequestSentDateformDateTime?No
EmailAddressesformList<string>No
CustomerLabelsformList<CustomerLabel>No
MessageThreadsformList<string>No
NotesformList<string>No
IsFutureInvoiceDateAllowedformboolNo
DeliveryBasedVatformboolNo
SalesPriceListIdformstringNo
IbanformstringNo
DirectDebitCustomerSettingsformDirectDebitCustomerSettingsNo
DiscountAgreementIdformstringNo
UnpaidInvoicesAmountformdecimalNo
InvoiceAddress Parameters:
NameParameterData TypeRequiredDescription
CorporateIdentityNumberformstringNo
InvoiceAddress1formstringNo
InvoiceAddress2formstringNo
InvoiceCityformstringNo
InvoicePostalCodeformstringNo
InvoiceCountryCodeformstringNo
EAccountingTermsOfPayment Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
NameEnglishformstringNo
NumberOfDaysformintNo
TermsOfPaymentTypeIdformintNo
TermsOfPaymentTypeTextformstringNo
AvailableForSalesformboolNo
AvailableForPurchaseformboolNo
CustomerLabel Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
DescriptionformstringNo
DirectDebitCustomerSettings Parameters:
NameParameterData TypeRequiredDescription
MandateIdformstringNo
MandateTypeformintNo
SequenceTypeformintNo
SigningDateformDateTimeNo
EndDateformDateTimeNo
LatestDirectDebitformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /eaccounting/customers HTTP/1.1 
Host: testapi.bokamera.se 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<EAccountingDtos.UpdateEaccountingCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos">
  <CompanyId>00000000-0000-0000-0000-000000000000</CompanyId>
  <EmailAddress>String</EmailAddress>
  <Id>String</Id>
  <InvoiceCity>String</InvoiceCity>
  <InvoicePostalCode>String</InvoicePostalCode>
  <IsActive>false</IsActive>
  <IsPrivatePerson>false</IsPrivatePerson>
  <MobilePhone>String</MobilePhone>
  <Name>String</Name>
  <Telephone>String</Telephone>
  <TermsOfPaymentId>String</TermsOfPaymentId>
</EAccountingDtos.UpdateEaccountingCustomer>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<EAccountingClientDtos.EAccountingCustomerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BokaMera.API.ServiceModel.Dtos">
  <CorporateIdentityNumber>String</CorporateIdentityNumber>
  <InvoiceAddress1>String</InvoiceAddress1>
  <InvoiceAddress2>String</InvoiceAddress2>
  <InvoiceCity>String</InvoiceCity>
  <InvoiceCountryCode>String</InvoiceCountryCode>
  <InvoicePostalCode>String</InvoicePostalCode>
  <AutoInvoiceActivationEmailSentDate>0001-01-01T00:00:00</AutoInvoiceActivationEmailSentDate>
  <AutoInvoiceRegistrationRequestSentDate>0001-01-01T00:00:00</AutoInvoiceRegistrationRequestSentDate>
  <ChangedUtc>0001-01-01T00:00:00</ChangedUtc>
  <ContactPersonEmail>String</ContactPersonEmail>
  <ContactPersonMobile>String</ContactPersonMobile>
  <ContactPersonName>String</ContactPersonName>
  <ContactPersonPhone>String</ContactPersonPhone>
  <CurrencyCode>String</CurrencyCode>
  <CustomerLabels>
    <EAccountingClientDtos.CustomerLabel>
      <Description>String</Description>
      <Id>String</Id>
      <Name>String</Name>
    </EAccountingClientDtos.CustomerLabel>
  </CustomerLabels>
  <CustomerNumber>String</CustomerNumber>
  <DeliveryAddress1>String</DeliveryAddress1>
  <DeliveryAddress2>String</DeliveryAddress2>
  <DeliveryBasedVat>false</DeliveryBasedVat>
  <DeliveryCity>String</DeliveryCity>
  <DeliveryCountryCode>String</DeliveryCountryCode>
  <DeliveryCustomerName>String</DeliveryCustomerName>
  <DeliveryMethodId>String</DeliveryMethodId>
  <DeliveryPostalCode>String</DeliveryPostalCode>
  <DeliveryTermId>String</DeliveryTermId>
  <DirectDebitCustomerSettings>
    <EndDate>0001-01-01T00:00:00</EndDate>
    <LatestDirectDebit>0001-01-01T00:00:00</LatestDirectDebit>
    <MandateId>String</MandateId>
    <MandateType>0</MandateType>
    <SequenceType>0</SequenceType>
    <SigningDate>0001-01-01T00:00:00</SigningDate>
  </DirectDebitCustomerSettings>
  <DiscountAgreementId>String</DiscountAgreementId>
  <DiscountPercentage>0</DiscountPercentage>
  <EAccountingTermsOfPayment>
    <AvailableForPurchase>false</AvailableForPurchase>
    <AvailableForSales>false</AvailableForSales>
    <Id>String</Id>
    <Name>String</Name>
    <NameEnglish>String</NameEnglish>
    <NumberOfDays>0</NumberOfDays>
    <TermsOfPaymentTypeId>0</TermsOfPaymentTypeId>
    <TermsOfPaymentTypeText>String</TermsOfPaymentTypeText>
  </EAccountingTermsOfPayment>
  <EdiGlnNumber>String</EdiGlnNumber>
  <EdiServiceDelivererId>String</EdiServiceDelivererId>
  <ElectronicAddress>String</ElectronicAddress>
  <ElectronicReference>String</ElectronicReference>
  <EmailAddress>String</EmailAddress>
  <EmailAddressOrder>String</EmailAddressOrder>
  <EmailAddressQuote>String</EmailAddressQuote>
  <EmailAddresses xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </EmailAddresses>
  <ForceBookkeepVat>false</ForceBookkeepVat>
  <GLN>String</GLN>
  <Iban>String</Iban>
  <IsActive>false</IsActive>
  <IsFutureInvoiceDateAllowed>false</IsFutureInvoiceDateAllowed>
  <IsNorthernIreland>false</IsNorthernIreland>
  <IsPrivatePerson>false</IsPrivatePerson>
  <LastInvoiceDate>String</LastInvoiceDate>
  <MessageThreads xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </MessageThreads>
  <MobilePhone>String</MobilePhone>
  <Name>String</Name>
  <Note>String</Note>
  <Notes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Notes>
  <PayToAccountId>String</PayToAccountId>
  <ReverseChargeOnConstructionServices>false</ReverseChargeOnConstructionServices>
  <SalesDocumentLanguage>String</SalesDocumentLanguage>
  <SalesPriceListId>String</SalesPriceListId>
  <Telephone>String</Telephone>
  <TermsOfPaymentId>String</TermsOfPaymentId>
  <UnpaidInvoicesAmount>0</UnpaidInvoicesAmount>
  <VatNumber>String</VatNumber>
  <WebshopCustomerNumber>0</WebshopCustomerNumber>
  <WwwAddress>String</WwwAddress>
  <Id>String</Id>
</EAccountingClientDtos.EAccountingCustomerResponse>