GET api/VendorInfo/GetAllVendorInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VendorInfoName | Description | Type | Additional information |
---|---|---|---|
VendorTypeId | integer |
None. |
|
VendorName | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
string |
None. |
||
Mobile | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
CountryId | integer |
None. |
|
StateId | integer |
None. |
|
CityId | integer |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "VendorTypeId": 1, "VendorName": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "Email": "sample string 5", "Mobile": "sample string 6", "Address1": "sample string 7", "Address2": "sample string 8", "CountryId": 9, "StateId": 10, "CityId": 11, "CreatedBy": "sample string 12", "CreatedDate": "2024-12-01T08:03:31.6614895+05:30", "UpdatedBy": "sample string 14", "UpdatedDate": "2024-12-01T08:03:31.6614895+05:30" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","VendorTypeId":1,"VendorName":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Email":"sample string 5","Mobile":"sample string 6","Address1":"sample string 7","Address2":"sample string 8","CountryId":9,"StateId":10,"CityId":11,"CreatedBy":"sample string 12","CreatedDate":"2024-12-01T08:03:31.6614895+05:30","UpdatedBy":"sample string 14","UpdatedDate":"2024-12-01T08:03:31.6614895+05:30"},{"$ref":"1"}]