Supplier

Get

GET /api/.../suppliers/{supplierid}

Return supplier record.

Request Information

Parameters
Parameters
Name Type Required Description
supplierid Integer Yes The id of the supplier record.

Response Information

Example
application/json, text/json
    {
      "SupplierID": 3729,
      "CreationDate": "2021-06-14T16:37:08.077-04:00",
      "CreatorID": 1,
      "DataFormatsAccepted": null,
      "DefJobber": null,
      "ElecCommFlag": true,
      "EncLimPerItem": 50,
      "EncLimPerOrder": 0,
      "EncLimTotEnc": 0,
      "ExchangePartner": false,
      "ExpLimPerItem": 0,
      "ExpLimPerOrder": 0,
      "ExpLimTotExp": 0,
      "LBAcctNumber": null,
      "ModifierID": 1,
      "RecordName": "ts1",
      "Rounding": null,
      "SupplierName": "Test supplier 1",
      "SupplierSAN": "fffdsad",
      "SupplierSANSuf": null,
      "SupplierSANPre": null,
      "TotCurrEnc": 0,
      "TotExp": 0,
      "OrganizationID": 101,
      "Note": "general note",
      "LastTransaction": "2021-06-15T14:37:57.593-04:00",
      "DiscRate": 0,
      "PlanNote": "plan note",
      "MaxClaims": 3,
      "ClmWtPer1": 4,
      "ClmWtPer2": 5,
      "ClmWtPer3": 6,
      "ClmWtPer4": null,
      "ClmWtPer5": null,
      "ClmNoticeInd": true,
      "CanNoticeInd": false,
      "AutoCancelInd": false,
      "CanWtPer": null,
      "DeliveryOptionId": 2,
      "CurrencyID": 1,
      "ExternalID": "",
      "ClaimCPID": 5749,
      "ClaimCP": {
        "ContactPersonID": 5749,
        "Name": "tom smith",
        "EmailAddress": "test@iii.com",
        "PhoneNumberOne": null,
        "PhoneNumberTwo": null,
        "FaxNumber": null
      },
      "ClaimAddrID": 1169052,
      "ClaimAddress": {
        "AddressID": 1169052,
        "PostalCodeID": 6473,
        "PostalCode": {
          "PostalCodeID": 6473,
          "Code": "13204",
          "City": "SYRACUSE",
          "State": "NY",
          "CountryID": 1,
          "Country": {
            "CountryID": 1,
            "Name": "USA",
            "PostalCodeFormat": "99999-9999",
            "PostalCodeLength": 5,
            "MinZipCodeLength": 0,
            "StateRequired": true
          },
          "County": "ONONDAGA"
        },
        "StreetOne": "123 abc",
        "StreetTwo": null,
        "StreetThree": null,
        "ZipPlusFour": null,
        "MunicipalityName": null
      },
      "OrderingCPID": 5747,
      "OrderingCP": {
        "ContactPersonID": 5747,
        "Name": "",
        "EmailAddress": null,
        "PhoneNumberOne": null,
        "PhoneNumberTwo": null,
        "FaxNumber": null
      },
      "OrderingAddrID": 1169050,
      "OrderingAddress": {
        "AddressID": 1169050,
        "PostalCodeID": 6473,
        "PostalCode": {
          "PostalCodeID": 6473,
          "Code": "13204",
          "City": "SYRACUSE",
          "State": "NY",
          "CountryID": 1,
          "Country": {
            "CountryID": 1,
            "Name": "USA",
            "PostalCodeFormat": "99999-9999",
            "PostalCodeLength": 5,
            "MinZipCodeLength": 0,
            "StateRequired": true
          },
          "County": "ONONDAGA"
        },
        "StreetOne": null,
        "StreetTwo": null,
        "StreetThree": null,
        "ZipPlusFour": null,
        "MunicipalityName": null
      },
      "PaymentCPID": 5748,
      "PaymentCP": {
        "ContactPersonID": 5748,
        "Name": "",
        "EmailAddress": null,
        "PhoneNumberOne": null,
        "PhoneNumberTwo": null,
        "FaxNumber": null
      },
      "PaymentAddrID": 1169051,
      "PaymentAddress": {
        "AddressID": 1169051,
        "PostalCodeID": 6473,
        "PostalCode": {
          "PostalCodeID": 6473,
          "Code": "13204",
          "City": "SYRACUSE",
          "State": "NY",
          "CountryID": 1,
          "Country": {
            "CountryID": 1,
            "Name": "USA",
            "PostalCodeFormat": "99999-9999",
            "PostalCodeLength": 5,
            "MinZipCodeLength": 0,
            "StateRequired": true
          },
          "County": "ONONDAGA"
        },
        "StreetOne": null,
        "StreetTwo": null,
        "StreetThree": null,
        "ZipPlusFour": null,
        "MunicipalityName": null
      },
      "CreatorName": "PolarisExec",
      "ModifierName": "PolarisExec",
      "ElectronicCommunication": {
        "ElecCommID": 3724,
        "SupplierID": 3729,
        "Address": "a",
        "Notes": null,
        "EnrichedEDI": true,
        "DefaultGetDir": "POA/INV directory",
        "DefaultPutDir": "PO directory",
        "POFileExt": "PO file ex",
        "FTPUserName": "b",
        "FTPPassword": "c",
        "ProfileTypeID": 1,
        "InterchangeCtrlNumber": 1,
        "GroupCtrlNumber": 1,
        "TransactionSetCtrlNumber": 1,
        "isbnflag": true,
        "ASNShipments": false
      }
    }
     

HTTP Response Codes

Code Description
200 OK. Success
404 Not Found