GET api/GetBusinessLineFromEntity?EntityId={EntityId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EntityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of string |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ "sample string 1", "sample string 2" ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }