POST /accounting-integrations.json

POST /accounting-integrations.json
application/json

Body Required

Responses

POST /accounting-integrations.json
curl \
 -X POST http://api.example.com/v1/accounting-integrations.json \
 -H "Content-Type: application/json" \
 -d '{"dropshipEndpoint":"string","name":"string","replenishmentEndpoint":"string","saleEndpoint":"string"}'
Request example
{
  "dropshipEndpoint": "string",
  "name": "string",
  "replenishmentEndpoint": "string",
  "saleEndpoint": "string"
}
Response examples (200)
{
  "createdAt": "2023-05-04T09:42:00+00:00",
  "dropshipEndpoint": "string",
  "id": 42,
  "name": "string",
  "replenishmentEndpoint": "string",
  "saleEndpoint": "string",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}