Onboarding using .Net Sdk

I am trying to generate CSR key and this is the CSRDTO object I am using

{
“CommonName”: “commertial no”,
“SerialNumber”: “1-Beauty|2-Plus|3-eb62c0b4-0ba7-4fb1-9e5d-575b8c051a72”,
“OrganizationIdentifier”: “Vat no”,
“OrganizationUnitName”: “First 10 digit in vat no”,
“OrganizationName”: “شركة قصر الانوثة للخياطة النسائية”,
“CountryName”: “SA”,
“InvoiceType”: “1100”,
“LocationAddress”: “Riyadh”,
“IndustryBusinessCategory”: “Beauty”
}
I am suspicious about the address and the Business Category.
thanks in advance

Dear @Mahmoud66,

please note the following:

1- ensure to but the 15 digits of the VAT number of the organization that owns the device that you are trying to onboard in Organization Identifier tag.

2- Organization Unit Name can be reflected as the branch name or the 10 digits number of the TIN if this organization belongs to a VAT group

3- remove the special characters like (“” and , )

Also, please refer to the CSR configurations samples inside the SDK folder, following this path: SDK/Data/Input

Regards,