POST /landed-cost-dropship-providers.json

POST /landed-cost-dropship-providers.json
application/json

Body Required

Responses

POST /landed-cost-dropship-providers.json
curl \
 -X POST http://api.example.com/v1/landed-cost-dropship-providers.json \
 -H "Content-Type: application/json" \
 -d '{"dropshipProviderId":42,"landedCostId":42}'
Request example
{
  "dropshipProviderId": 42,
  "landedCostId": 42
}
Response examples (200)
{
  "createdAt": "2023-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "id": 42,
  "landedCostId": 42,
  "updatedAt": "2023-05-04T09:42:00+00:00"
}