GET api/SFM/GetClientCode?email={email}&idCard={idCard}&mobileNum={mobileNum}&vatNum={vatNum}&companyKey={companyKey}

Gets a client code according to the email, ID card number, mobile number, or VAT number. Although all 4 are optional, at least one option must be provided

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

The email to search the client code with (Optional)

string

Default value is

idCard

The ID card number of the client to search with (Optional)

string

Default value is

mobileNum

The mobile number of the client to search with (Optional)

string

Default value is

vatNum

The VAT number of the client to search with (Optional)

string

Default value is

companyKey

The company name if the service is connected to multiple SIMS/SFM companies (Optional)

string

Default value is

Body Parameters

N/A


Response Information

Resource Description

Client code

string

Response Formats

application/json, text/json

Sample:
"sample string"