Get details of client
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
GET /api-v1/contact/{id}/client
curl \
-X GET http://10.10.10.132/api-v1/contact/{id}/client \
-H "TARGET-ORGANIZATION-ID: 42" \
-H "WEAL-TOKEN: string"
Response examples (200)
{
"PLAccountName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"addresses": [
{
"city": "string",
"countryCode2": "string",
"countryId": 42,
"houseNumber": "string",
"id": 42,
"line1": "string",
"line2": "string",
"name": "string",
"position": 42,
"postCode": "string",
"readOnly": true,
"region": {
"code": "string",
"id": 42,
"name": "string",
"taxMode": "ANNUALLY"
},
"service": "string",
"toTheAttentionOf": "string"
}
],
"advancedInvoicingNote": "string",
"articleDiscounts": [
{
"articleId": 42,
"articleIdName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"discount": 42.0,
"id": 42
}
],
"balanceSheetAccountId": 42,
"balanceSheetAccountName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"billingEmail": "string",
"businessUnitId": 42,
"businessUnitName": "string",
"clientDiscountRate": "string",
"contactId": 42,
"countryId": 42,
"creditLimit": "string",
"currencyId": 42,
"id": 42,
"invoiceAddressId": 42,
"invoiceAddressName": "string",
"lateNoticeEmail": "string",
"lateNoticeMargin": "string",
"orderAddressId": 42,
"orderAddressName": "string",
"orderEmail": "string",
"orderValidity": "string",
"organizationId": 42,
"paymentAccountId": 42,
"paymentAccountName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"paymentTerms": "string",
"placcountId": 42,
"placcountName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"vatNumber": "string",
"vatRateId": 42,
"vatTypeCodeId": 42
}