keitaro-api-skill/references/schemas/S2SPostback.yaml

28 lines
459 B
YAML

type: object
properties:
campaign_id:
description: Campaign ID
type: integer
id:
description: Postback ID
type: integer
method:
description: Request method
type: string
enum:
- GET
- POST
statuses:
description: Conversion status
type: array
items:
type: string
enum:
- lead
- sale
- rejected
- rebill
url:
description: Postback URL
type: string