GET api/CustomerType
Get customer types
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "CustomerType": [ { "CustomerTypeId": 1.0, "CustomerTypeNameGe": "sample string 2", "CustomerTypeNameEn": "sample string 3" }, { "CustomerTypeId": 1.0, "CustomerTypeNameGe": "sample string 2", "CustomerTypeNameEn": "sample string 3" }, { "CustomerTypeId": 1.0, "CustomerTypeNameGe": "sample string 2", "CustomerTypeNameEn": "sample string 3" } ], "Status": { "Code": "sample string 1", "descriptionEn": "sample string 2", "Description": "sample string 3", "descriptionRu": "sample string 4", "message": "sample string 5" } }