GET api/Agency/GetAgenciesdealer?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Agency| Name | Description | Type | Additional information |
|---|---|---|---|
| agencyid | integer |
None. |
|
| agencyname | string |
None. |
|
| agencyaddress1 | string |
None. |
|
| agencyaddress2 | string |
None. |
|
| city | string |
None. |
|
| pincode | string |
None. |
|
| agencystate | integer |
None. |
|
| agencycountry | integer |
None. |
|
| agencydescription | string |
None. |
|
| agencyStatus | string |
None. |
|
| agencycontactnumber | string |
None. |
|
| companyid | integer |
None. |
|
| contactperson | string |
None. |
|
| gstnumber | string |
None. |
|
| agencyemail | string |
None. |
|
| pannumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"agencyid": 1,
"agencyname": "sample string 2",
"agencyaddress1": "sample string 3",
"agencyaddress2": "sample string 4",
"city": "sample string 5",
"pincode": "sample string 6",
"agencystate": 1,
"agencycountry": 1,
"agencydescription": "sample string 7",
"agencyStatus": "sample string 8",
"agencycontactnumber": "sample string 9",
"companyid": 1,
"contactperson": "sample string 10",
"gstnumber": "sample string 11",
"agencyemail": "sample string 12",
"pannumber": "sample string 13"
},
{
"$ref": "1"
}
]