Need to add a table that is Part of Supplier
Connector name: Coupa
Table name: SUPPLIER_SITES
API documentation link:
API Call on Invoice (ran a test on invoice #CRECORP-INV-Test002_PTHOM in Test, ID 399):
{
"supplier_site": [
"id",
"code",
"name"
]
},
Called Invoice Data for the above:
"supplier-site": {
"id": 72,
"code": "PTHOM_CRF01_000053",
"name": "Site - TVL"
},
Additional details: This table is need to get the code that is associated with supplier_site_id that is on PO_LINE
Please sign in to leave a comment.
Comments
0 comments