GET api/{apiVersion}/Customer/GetIncomeSource
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfIncomeSourceName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of IncomeSource |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "IncomeSourceId": "a1eb2c84-ec45-4a45-9720-f51c8252dd66", "IncomeSourceName": "sample string 2", "LangId": 3 }, { "IncomeSourceId": "a1eb2c84-ec45-4a45-9720-f51c8252dd66", "IncomeSourceName": "sample string 2", "LangId": 3 } ], "IsShowMessage": true, "IsShowRateAndReview": true }