For the complete documentation index, see llms.txt. This page is also available as Markdown.

Campaign Delivery

Campaign Delivery Service APIs

Facilitates the delivery of campaign resources to registered beneficiaries.

Create a Delivery.

post

Creates Delivery On successful Delivery Ok response is returned.

Body

The request object, containing all necessary information for creating an delivery and the request body metadata

Responses
200

Delivery Request created successfully.

application/json

The request object, containing all necessary information for creating an campaign and the request body metadata

post
/v1/_create

Update A Delivery.

post

Update Delivery, Ok response is returned.

Body
Responses
200

Updated Delivery successfully.

application/json

The request object, containing all necessary information for creating an campaign and the request body metadata

post
/v1/_update

Search Delivery.

post

Search Delivery Ok response is returned.

Body
Responses
200

Fetched Search Delivery.

application/json

The search response object.

totalCountintegerOptional
post
/v1/_search

Last updated

Was this helpful?