GET api/Salesexecutive/GetAllcompanydesignation?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of companydesignation| Name | Description | Type | Additional information |
|---|---|---|---|
| designationid | integer |
None. |
|
| designation | string |
None. |
|
| minimumamount | decimal number |
None. |
|
| companyid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"designationid": 1,
"designation": "sample string 2",
"minimumamount": 1.0,
"companyid": 1
},
{
"$ref": "1"
}
]