Skip to main content

Customer Transfer (createCustomer)

Customer Transfer

When uploading your customers to the Horoz system, the createCustomer() method is used. It supports both single and multiple customer submissions.

  • Before performing customer transfer with this method, details regarding Horoz Parametric Feature information must be communicated to Horoz Logistics.
  • The maximum number of customers that can be sent in a single request is 1,000.
  • The "customerNumber ” field in the Transfer Customer service is used for the customer information to which the order belongs. Orders without customer code cannot be sent.

POST createCustomer

Parameter Descriptions & Rules

The table below lists the input and output parameters of the createCustomer() operation, along with their types and formats.

ParameterMandatoryDescriptionData Type
customerNumberYesCustomer Numberstring
titleNoCustomer Titlestring
shortTitleNoCustomer Short Titlestring
addressNoCustomer Addressstring
countyNoCustomer Countystring
cityNoCustomer Citystring
postCodeNoCustomer Postal Codestring
countryNoCustomer Country Code (ISO 3166)string
phoneNumberNoCustomer Phone Numberstring
faxNumberNoCustomer Fax Numberstring
emailNoCustomer Email Addressstring
taxOfficeNoCustomer Tax Officestring
taxNumberNoCustomer Tax Numberstring
categoryNoCustomer Category Informationstring
dataTransferInfoNoData Transfer Informationstring
ParameterNoParameter Fields InformationBaseParameterDto

Services Response

resulterrorCodesystemMessageDescription
1Customer records created successfully.Customer information has been successfully transferred to the Horoz system.
0101An error occurred!Error messages for customer submission are displayed.