B2B Location Codes REST Endpoints

SCM Common/B2B Location Codes
The B2B Location Codes resource manages the association of location codes to ship-to and bill-to locations that are configured for a customer. You can use the codes as an alternative to providing the full ship-to and bill-to addresses for inbound B2B messages.
Create location codes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/b2bLocationCodes
Delete one location code
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/b2bLocationCodes/{B2BLocationCode}
Get all location codes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bLocationCodes
Get one location code
Method: get
Path: /fscmRestApi/resources/11.13.18.05/b2bLocationCodes/{B2BLocationCode}
Update one location code
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/b2bLocationCodes/{B2BLocationCode}