GET api/distributer/Details/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblDistributor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| distributorName | string |
None. |
|
| distributorMobile | string |
None. |
|
| cityId | integer |
None. |
|
| stateId | integer |
None. |
|
| delFlag | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"distributorName": "sample string 2",
"distributorMobile": "sample string 3",
"cityId": 1,
"stateId": 1,
"delFlag": 1
}