Creates a new Supplier Gateway record by providing the necessary information and returns the created record.
object (SupplierGatewayCreateBody) Complete body of the Supplier Gateway Record. |
successful operation
{- "supplierGateway": {
- "CompanyName": "Acme Corporation",
- "EIN": "12-3456789",
- "SupplierNumber": "SUP12345",
- "Address": "123 Main St",
- "Address2": "Suite 100",
- "City": "Springfield",
- "State": "IL",
- "Country": "USA",
- "Zip": "62701",
- "ZipPlus": "62701-1234",
- "Phone": "(123) 456-7890",
- "Category": "Manufacturing",
- "Ethnicity": "Not disclosed",
- "ContactFirstName": "John",
- "ContactLastName": "Doe",
- "ContactEmail": "johndoe@example.com",
- "RequiredtoReport": "Yes",
- "YearEstablished": "2000",
- "NumberOfEmployee": "100",
- "Capabilities": "Manufacturing, Distribution",
- "Duns": "15-048-3782",
- "Naics": "541511",
- "ProductListing": "Product A, Product B",
- "ServiceListing": "Service X, Service Y",
- "Certificates": [
- {
- "CertID": "CERT12345",
- "CertNo": "12345",
- "CertifiedDate": "2025-02-20T19:03:49Z",
- "ExpirationDate": "2025-02-20T19:03:49Z",
}
]
}
}
{- "Code": "200",
- "Message": "Supplier gateway successfully created",
- "Supplier": {
- "SupplierNumber": "SUP12345",
- "TaxID": "12-3456789",
- "CompanyName": "Acme Corporation",
- "ContactName": "John Doe",
- "Address": "123 Main St, Springfield, IL",
- "City": "Springfield",
- "State": "IL",
- "Country": "USA",
- "Zip": "62701",
- "ZipPlus": "62701-1234",
- "Phone": "(123) 456-7890",
- "Fax": "(123) 456-7891",
- "Email": "contact@acme.com",
- "Duns": "15-048-3782",
- "yearEstablished": "2000",
- "NumberOfEmployee": "100",
- "Capability": "Manufacturing, Distribution",
- "Status": "Active",
- "Acct": "ACC12345",
- "LastAct": "2025-02-20T19:03:49Z",
- "SBASDB": "Yes",
- "Hub": "Yes",
- "HubExp": "2025-02-20T19:03:49Z",
- "Validated": "Yes",
- "Preg": "PREG12345",
- "PregStart": "2025-02-20T19:03:49Z",
- "PregComp": "2025-02-20T19:03:49Z",
- "PregStat": "Completed",
- "Mospnd18": "MOSPND12345",
- "Moamt18": "MOAMT12345",
- "MasterSupplierNo": "MSUP12345",
- "Tier2Required": "Yes",
- "Categories": [
- {
- "Name": "Manufacturing",
- "Abbreviation": "MFG"
}
], - "Ethnicities": [
- {
- "Name": "Hispanic",
- "Abbreviation": "HISP"
}
], - "Certifications": [
- {
- "Name": "ISO 9001",
- "Abbreviation": "ISO9K",
- "CertDate": "2025-02-20T19:03:49Z",
- "ExpDate": "2025-02-20T19:03:49Z",
- "CertNo": "CERT12345"
}
], - "Banks": [
- {
- "BankName": "Bank of Springfield",
- "AccountType": "Business Checking",
- "AccountNumber": "123456789",
- "RouteNumber": "987654321",
- "Address": "456 Market St, Springfield, IL",
- "CityRegion": "Springfield",
- "StateProvince": "IL",
- "PostalCode": "62702",
- "Country": "USA"
}
]
}
}