FOB Point
Usage: Insert / update a FOB point (shipping / warehouse location) in the OneSource database
JSON Schema URL: https://management-api.dc-onesource.com/en/US/fob-point/schema.json
HTTP Method: POST
Header Parameters | Required |
x-api-key | yes |
x-api-password | yes |
Sample POST Request (Reference JSON schema link above to build full object)
POST https://management-api.dc-onesource.com/en/US/fob-point x-api-key: YOUR_API_KEY_HERE x-api-password: YOUR_API_PASSWORD_HERE { "city": "Gardner", "country": "US", "id": 1, "postalCode": "66030", "state": "KS", "supportedCurrencies": ["USD"] }