POST api/IHub/SyncAttributes

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
Id

integer

None.

AddressCity

string

None.

AddressCountry

string

None.

AddressNumber

string

None.

AddressPostalCode

string

None.

AddressStreet

string

None.

CompanyCreditLimit

decimal number

None.

CreditInsuranceLimit

decimal number

None.

CreditInsuranceReference

string

None.

Email

string

None.

Mobile

string

None.

Name

string

None.

OpenInvoicesAmount

decimal number

None.

OpenInvoicesOverdueAmount

integer

None.

Phone

string

None.

SourceId

string

None.

StatusBlocked

boolean

None.

StatusCustomer

string

None.

VatNumber

string

None.

Doubtfull

boolean

None.

NoTransportationCosts

boolean

None.

Web

string

None.

Logo

string

None.

AccountManagerId

integer

None.

Company

Company

None.

CompanyId

integer

None.

CreditInsuranceTypeId

integer

None.

CustomerGroupMainId

integer

None.

PaymentTermId

integer

None.

RebateTermId

integer

None.

CustomerSegmentationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "addressCity": "sample string 2",
  "addressCountry": "sample string 3",
  "addressNumber": "sample string 4",
  "addressPostalCode": "sample string 5",
  "addressStreet": "sample string 6",
  "companyCreditLimit": 1.0,
  "creditInsuranceLimit": 1.0,
  "creditInsuranceReference": "sample string 7",
  "email": "sample string 8",
  "mobile": "sample string 9",
  "name": "sample string 10",
  "openInvoicesAmount": 1.0,
  "openInvoicesOverdueAmount": 1,
  "phone": "sample string 11",
  "sourceId": "sample string 12",
  "statusBlocked": true,
  "statusCustomer": "sample string 13",
  "vatNumber": "sample string 14",
  "doubtfull": true,
  "noTransportationCosts": true,
  "web": "sample string 15",
  "logo": "sample string 16",
  "accountManagerId": 1,
  "company": {
    "id": 1,
    "base64EncodedLogo": "sample string 2",
    "longDescription": "sample string 3",
    "name": "sample string 4",
    "domain": "sample string 5"
  },
  "companyId": 1,
  "creditInsuranceTypeId": 1,
  "customerGroupMainId": 1,
  "paymentTermId": 1,
  "rebateTermId": 1,
  "customerSegmentationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.