Get CustomerAccounting by Id [GET]

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/accounting/{integrationId}/customer/{customerId}


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
integrationIdIntegertruepath parameter
Unique identificator of the integration.
customerIdIntegertruepath parameter
Unique identificator of the customer.

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accounting/11/customer/26782


Response

PropertyTypeRequiredDescription
CustomerAccountingCustomerAccountingtrue

Entity


FieldTypeRequiredDescription
customerCustomertrue
accountingAccountStringtrue

Example response

{
	"customer": {
		"id": 26782,
		"name": "Adélaïde Banks, Daniel",
		"customerDocumentList": [{
			"id": 25507,
			"primary": true,
			"documentType": {
				"id": 2,
				"code": "P",
				"name": "Passport"
			},
			"number": "xIUWCDVK5",
			"givenName": "Daniel",
			"surName": "Adélaïde",
			"secondSurName": "Banks",
			"genderType": {
				"id": 1,
				"code": "M",
				"name": "Male"
			},
			"birthDate": "2002-04-11",
			"birthCountryCode": "SI",
			"birthPlace": "Little Rock",
			"effectiveDate": "2019-04-11",
			"expireDate": "2020-04-26",
			"street": "598 Rowland Trail",
			"city": "Little Rock",
			"stateProvName": null,
			"stateProvCode": null,
			"countryCode": "SI",
			"postalCode": "72215",
			"nationalityCountryCode": "SI",
			"countryOfIssuanceCode": "SI",
			"ocr": null,
			"remark": null
		}],
		"customerEmailList": [{
			"id": 26778,
			"primary": true,
			"emailAddressType": {
				"id": 1,
				"code": "1",
				"name": "Personal"
			},
			"email": "jcarrollrp@networksolutions.com",
			"remark": null
		}],
		"customerAddressList": null,
		"customerPhoneList": [{
			"id": 26778,
			"primary": true,
			"phoneLocationType": {
				"id": 6,
				"code": "6",
				"name": "Home"
			},
			"phoneTechType": {
				"id": 1,
				"code": "1",
				"name": "Voice"
			},
			"countryAccessCode": null,
			"areaCityCode": null,
			"phoneNumber": "1-(501)528-7400",
			"extension": null,
			"remark": null
		}],
		"remark": null,
  		"profileType": {
	 		"code": "1",
   	 		"name": "Customer",
     		"nameI18n": "Customer",
     		"colorCode": "#00ACC1"
   		}
	},
	"accountingAccount": "9990000000"
}