GET api/{apiVersion}/Customer/GetCustomerAuthorizationType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfCustomerAuthTypeResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of CustomerAuthTypeResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "MobileCustomerTypeId": "001c5ba6-429d-4933-a10b-5d36b8886f9a", "MobileCustomerTypeIdName": "sample string 2", "ExternalCode": "sample string 3", "CorporationId": "e29b8d61-1e87-463f-865d-5807b274f1fc", "OfficeId": "262f5850-ce31-4000-a0e8-065dfe56eec1", "MobileCustomerTypeAuths": [ { "MobileCustomerTypeAuthId": "43c63b70-7285-426c-887d-a088b1d1a0dc", "MobileCustomerTypeId": "5daa7d4c-282c-4c65-8cf0-106208fabead", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" }, { "MobileCustomerTypeAuthId": "43c63b70-7285-426c-887d-a088b1d1a0dc", "MobileCustomerTypeId": "5daa7d4c-282c-4c65-8cf0-106208fabead", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" } ], "MobileCustomerTypeLimits": [ { "MobileCustomerTypeLimitId": "1ffa8d6d-e05a-4658-a77e-5ccd5d6a7cd1", "MobileCustomerTypeId": "619c5572-2927-4cc7-838f-ee0af5984821", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "8c32b6ab-f8af-4ec4-82b4-7a1cecb01ab0", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 }, { "MobileCustomerTypeLimitId": "1ffa8d6d-e05a-4658-a77e-5ccd5d6a7cd1", "MobileCustomerTypeId": "619c5572-2927-4cc7-838f-ee0af5984821", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "8c32b6ab-f8af-4ec4-82b4-7a1cecb01ab0", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 } ] }, { "MobileCustomerTypeId": "001c5ba6-429d-4933-a10b-5d36b8886f9a", "MobileCustomerTypeIdName": "sample string 2", "ExternalCode": "sample string 3", "CorporationId": "e29b8d61-1e87-463f-865d-5807b274f1fc", "OfficeId": "262f5850-ce31-4000-a0e8-065dfe56eec1", "MobileCustomerTypeAuths": [ { "MobileCustomerTypeAuthId": "43c63b70-7285-426c-887d-a088b1d1a0dc", "MobileCustomerTypeId": "5daa7d4c-282c-4c65-8cf0-106208fabead", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" }, { "MobileCustomerTypeAuthId": "43c63b70-7285-426c-887d-a088b1d1a0dc", "MobileCustomerTypeId": "5daa7d4c-282c-4c65-8cf0-106208fabead", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" } ], "MobileCustomerTypeLimits": [ { "MobileCustomerTypeLimitId": "1ffa8d6d-e05a-4658-a77e-5ccd5d6a7cd1", "MobileCustomerTypeId": "619c5572-2927-4cc7-838f-ee0af5984821", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "8c32b6ab-f8af-4ec4-82b4-7a1cecb01ab0", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 }, { "MobileCustomerTypeLimitId": "1ffa8d6d-e05a-4658-a77e-5ccd5d6a7cd1", "MobileCustomerTypeId": "619c5572-2927-4cc7-838f-ee0af5984821", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "8c32b6ab-f8af-4ec4-82b4-7a1cecb01ab0", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 } ] } ], "IsShowMessage": true, "IsShowRateAndReview": true }