- Subcategories:
- Ship-To Assignments
B2B Account Numbers REST Endpoints
SCM Common/B2B Account Numbers
The B2B Account Numbers resource is used to manage your B2B account numbers. A B2B account number is assigned to your ship-to locations and is used in message processing. The B2B account number is 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}