- Subcategories:
- Ship-To Assignments
B2B Account Numbers REST Endpoints
SCM Common/B2B Account Numbers
A B2B account number record consists of an account number, supplier, site and procurement business unit. You can assign one or more ship-to locations to a B2B account number. The B2B account number may be included in the payload of outbound purchase orders sent to your suppliers.
- Create B2B account numbers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers - Delete one B2B account number
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId} - Export all B2B account numbers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/action/exportb2bAccountNumbers - Get all B2B account numbers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers - Get one B2B account number
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId} - Import B2B account numbers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/action/importb2bAccountNumbers - Update one B2B account number
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}