{ "opencollection": "1.0.0", "info": { "name": "Workday Strategic Sourcing attachments event_supplier_contacts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "event_supplier_contacts", "type": "folder" }, "items": [ { "info": { "name": "Add Suppliers using Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.us.workdayspend.com/services/attachments/v1/events/:event_id/relationships/supplier_contacts", "params": [ { "name": "event_id", "value": "1", "type": "path", "description": "Event identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add suppliers to an event using supplier contacts. Only events of type `RFP` are supported.\n\nFor best performance, we recommend inviting 10 or less supplier contacts in a single request.\n" }, { "info": { "name": "Remove Suppliers using Contacts", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us.workdayspend.com/services/attachments/v1/events/:event_id/relationships/supplier_contacts", "params": [ { "name": "event_id", "value": "1", "type": "path", "description": "Event identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove suppliers from an event using supplier contacts. Only events of type `RFP` are supported.\n\nFor best performance, we recommend removing 10 or less supplier contacts in a single request.\n" }, { "info": { "name": "Add Suppliers using Contacts External IDs", "type": "http" }, "http": { "method": "POST", "url": "https://api.us.workdayspend.com/services/attachments/v1/events/:event_external_id/relationships/supplier_contacts/external_id", "params": [ { "name": "event_external_id", "value": "EVENT1", "type": "path", "description": "Event external identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add suppliers to an event using supplier contacts. Only events of type `RFP` are supported.\n\nYou must supply the unique event external identifier (the one you used when created the event).\n\nYou must supply the external identifiers of the supplier contacts too.\n\nThe operation will be rolled back upon any failure, and invitations won't be sent.\n\nFor best performance, we recommend inviting 10 or less supplier contacts in a single request.\n" }, { "info": { "name": "Remove Suppliers using Contacts External IDs", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us.workdayspend.com/services/attachments/v1/events/:event_external_id/relationships/supplier_contacts/external_id", "params": [ { "name": "event_external_id", "value": "1", "type": "path", "description": "Event external identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove suppliers from an event using supplier contacts. Only events of type `RFP` are supported.\n\nYou must supply the unique event external identifier (the one you used when created the event).\n\nYou must supply the external identifiers of the supplier contacts too.\n\nThe operation will be rolled back upon any failure, and invitations won't be removed.\n\nFor best performance, we recommend removing 10 or less supplier contacts in a single request.\n" } ] } ], "bundled": true }