v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Supplier Addresses

get/v3/supplieraddress

Query parameters

idinteger required

Supplier Id

Response

200

idinteger
namestring
address1string
citystring
statestring
zipstring
countrystring
createdstring
isDefaultboolean

Example response

[
  {
    "id": 239,
    "address1": "1234 Johnson Rd",
    "city": "Atlanta",
    "state": "GA",
    "zip": "12312",
    "country": "US",
    "created": "2022-03-25T18:52:41.41Z",
    "isDefault": true
  }
]