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: post
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers
Delete one B2B account number
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}
Export all B2B account numbers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/action/exportb2bAccountNumbers
Get all B2B account numbers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers
Get one B2B account number
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}
Import B2B account numbers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/action/importb2bAccountNumbers
Update one B2B account number
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bAccountNumbers/{AccountNumberId}