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": "79c0d37a-485f-4563-ba51-0476cdba30ce", "MobileCustomerTypeIdName": "sample string 2", "ExternalCode": "sample string 3", "CorporationId": "6a1cc43d-8269-4f5b-a717-7ff1284b609e", "OfficeId": "eb85ea09-e531-4ac4-a822-a9b1e422cc31", "MobileCustomerTypeAuths": [ { "MobileCustomerTypeAuthId": "90ebbbe9-68d8-4193-94f5-c86a75e59a60", "MobileCustomerTypeId": "47edad97-2eaf-464d-a35c-db39eaec892b", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" }, { "MobileCustomerTypeAuthId": "90ebbbe9-68d8-4193-94f5-c86a75e59a60", "MobileCustomerTypeId": "47edad97-2eaf-464d-a35c-db39eaec892b", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" } ], "MobileCustomerTypeLimits": [ { "MobileCustomerTypeLimitId": "fa781e7c-905c-47aa-9180-c4d5f0de46af", "MobileCustomerTypeId": "a833313d-0a83-4f80-be82-6d243de9dcb1", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "b848bdc0-1367-440d-999e-ebccbf29f45c", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 }, { "MobileCustomerTypeLimitId": "fa781e7c-905c-47aa-9180-c4d5f0de46af", "MobileCustomerTypeId": "a833313d-0a83-4f80-be82-6d243de9dcb1", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "b848bdc0-1367-440d-999e-ebccbf29f45c", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 } ] }, { "MobileCustomerTypeId": "79c0d37a-485f-4563-ba51-0476cdba30ce", "MobileCustomerTypeIdName": "sample string 2", "ExternalCode": "sample string 3", "CorporationId": "6a1cc43d-8269-4f5b-a717-7ff1284b609e", "OfficeId": "eb85ea09-e531-4ac4-a822-a9b1e422cc31", "MobileCustomerTypeAuths": [ { "MobileCustomerTypeAuthId": "90ebbbe9-68d8-4193-94f5-c86a75e59a60", "MobileCustomerTypeId": "47edad97-2eaf-464d-a35c-db39eaec892b", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" }, { "MobileCustomerTypeAuthId": "90ebbbe9-68d8-4193-94f5-c86a75e59a60", "MobileCustomerTypeId": "47edad97-2eaf-464d-a35c-db39eaec892b", "MobileCustomerTypeIdName": "sample string 3", "FunctionName": "sample string 4", "FunctionValue": 5, "IsVisible": true, "ExternalCode": "sample string 7" } ], "MobileCustomerTypeLimits": [ { "MobileCustomerTypeLimitId": "fa781e7c-905c-47aa-9180-c4d5f0de46af", "MobileCustomerTypeId": "a833313d-0a83-4f80-be82-6d243de9dcb1", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "b848bdc0-1367-440d-999e-ebccbf29f45c", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 }, { "MobileCustomerTypeLimitId": "fa781e7c-905c-47aa-9180-c4d5f0de46af", "MobileCustomerTypeId": "a833313d-0a83-4f80-be82-6d243de9dcb1", "LimitName": "sample string 3", "PeriodValue": 1, "IsVisible": true, "Unit": 1, "Quantity": 1.0, "CurrencyId": "b848bdc0-1367-440d-999e-ebccbf29f45c", "CurrencyIdName": "sample string 5", "FieldType": 1, "OrderNumber": 1 } ] } ], "IsShowMessage": true, "IsShowRateAndReview": true }