Skip to end of banner
Go to start of banner

Search Vendor Master API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Inbound | GET | /master/vendors/{vendorCode}

Summary

This API returns vendor master data available for a vendor code in Assure.

Description

This API returns vendor master data available for a vendor code in Assure.

Request

EmptyBody

Response

HttpStatus : 200

{
  "vendorCode": "ErpVendorCode",
  "name": "name",
  "address": {
    "name": "vendor",
    "line1": "address line 1",
    "line2": "address line 2",
    "line3": "address line 3",
    "city": "Bengaluru",
    "state": "Karnataka",
    "zip": "560076",
    "country": "INDIA",
    "email": "email.com",
    "phone": "9999999999"
  }
}

Parameter Name

Data Type

Description

vendorCode

String

Code used by ERP to identify vendors

name

String

Name of vendor

address

Object

Address of vendor

address.name

String

Name of vendor

address.line1

String

1st line of vendor’s address

address.line2

String

2nd line of vendor’s address

address.line3

String

3rd line of vendor’s address

address.city

String

City of vendor

address.state

String

State of vendor

address.zip

String

ZIP/Pin code of vendor

address.country

String

Country of vendor

address.email

String

Email of vendor

address.phone

String

Phone Number of vendor

  • No labels