Logo
Swift API Sandbox Collections API Documentation

ACK a distribution.

POST {{baseUrl}}/alliancecloud/v1/distributions/:id/acks

Send a ACK information about a distribution. A valid ACK on a distribution will remove the distribution from the list of available distributions, and mark the distribution as 'distributed' in Alliance Cloud. The request body include properties that will be used for non-repudiation reasons

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://sandbox.swift.com/alliancecloud/v1/distributions/:id/acks' -H 'Content-Type: application/json' -H 'Accept: application/json'

ENDPOINTS