v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Supplier Contact

get/suppliercontact

Query parameters

idinteger

Supplier Id

subIdstring

Supplier Contact Id

Response

200

idinteger
contactTypestring
namestring
emailstring
isDefaultboolean

Example response

{
  "id": 141,
  "contactType": "Email",
  "name": "API Team Test",
  "email": "apihelp@pps.io",
  "isDefault": true
}