v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get Supplier Address

get/supplieraddress

Query parameters

idinteger required

Supplier Id

subIdinteger required

Supplier Address Id

Response

201

idinteger
namestring
address1string
citystring
statestring
zipstring
countrystring
createdstring
isDefaultboolean

Example response

{
  "id": 223,
  "name": "test label",
  "address1": "2300 Test Address",
  "city": "Test City",
  "state": "GA",
  "zip": "30043",
  "country": "US",
  "created": "2020-10-07T17:15:25.113Z",
  "isDefault": true
}