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": "d71c7969-59fe-4fe4-8337-0b7735c210f2", "IncomeSourceName": "sample string 2", "LangId": 3 }, { "IncomeSourceId": "d71c7969-59fe-4fe4-8337-0b7735c210f2", "IncomeSourceName": "sample string 2", "LangId": 3 } ], "IsShowMessage": true, "IsShowRateAndReview": true }