VendorOrder
Contoller exposing CRUD functionality on Orders for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET VendorOrder |
Download new Orders for Vendor (Max per request may vary) |
PUT VendorOrder |
Acknowledge/Reset Orders for Vendor |
POST VendorOrder |
Acknowledge/Reset Orders for Vendor by Order_HeaderID |
VendorClaim
Contoller exposing CRUD functionality on Claims for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET VendorClaim |
Download New Claims for a Vendor (Max per request may vary) |
PUT VendorClaim |
Acknowledge/Reset Claims for Vendor |
POST VendorClaim |
Acknowledge/Reset Claims for Vendor by Claim_HeaderID |
VendorASN
Contoller exposing CRUD functionality on ASN for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET VendorASN |
Returns the first downloadable ASNs for a given Supplier |
POST VendorASN |
Accepts an ASN record for a given Supplier |
PUT VendorASN |
Acknowledge/Reset ASN's for Vendor |
VendorRebate
Contoller exposing CRUD functionality on Rebates for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET VendorRebate |
Returns the first downloadable Rebates for a given Supplier |
PUT VendorRebate |
Acknowledge/Reset Rebate's for Vendor |
VendorInvoice
Contoller exposing CRUD functionality on Invoices for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET VendorInvoice |
Returns the first downloadable Invoices for a given Supplier |
GET VendorInvoice |
Returns the first N downloadable Invoices for a given Supplier |
POST VendorInvoice |
Accepts an invoice record for a given Supplier |
B2BInvoice
Contoller exposing CRUD functionality on Orders for a particular Vendor. Authentication and Authorization happens on a per call basis. Login Credentials (Username and Password) are expected as string Parameters with every Request
API | Description |
---|---|
GET B2BInvoice |
Returns the first downloadable Invoices for a given Supplier |
GET B2BInvoice |
Returns the first N downloadable Invoices for a given Supplier |
POST B2BInvoice |
Accepts an invoice record for a given Supplier. Used by Invoice Capture Screens as part of B2B project. |