Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions specification/schemas/components/Message.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ properties:
description: This reference needs to be unique per message within this batch. If there are duplicate values then a 400 exception will be thrown highlighting the values that have been duplicated.
format: uuid
example: 703b8008-545d-4a04-bb90-1f2946ce1575
billingReference:
$ref: ../../snippets/BillingReferenceSnippet.yaml
recipient:
$ref: Recipient.yaml
originator:
Expand Down
2 changes: 2 additions & 0 deletions specification/schemas/requests/CreateMessage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ properties:

This value is used internally to de-duplicate messages. If you send the same value through multiple times only one of the requests will be actioned.
example: da0b1495-c7cb-468c-9d81-07dee089d728
billingReference:
$ref: ../../snippets/BillingReferenceSnippet.yaml
recipient:
$ref: ../components/Recipient.yaml
originator:
Expand Down
3 changes: 3 additions & 0 deletions specification/snippets/BillingReferenceSnippet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: string
description: Optional reference for billing purposes. Can be any string.
example: billing-ref-1
Loading