POST api/Files/CommitFile
Request Information
URI Parameters
None.
Body Parameters
CommitFilesParametersName | Description | Type | Additional information |
---|---|---|---|
Files | Collection of globally unique identifier |
None. |
|
PrivateKey | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "Files": [ "1ce761c0-c80f-4f2c-af9f-301cee4fb860", "8f0cc72e-38e1-42bc-adb2-f82ea54b8962" ], "PrivateKey": "7e7251e1-bcc5-41fc-86b0-3d8b2b4accf7" }
application/xml, text/xml
Sample:
<CommitFilesParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SEDI_CDN.Class.Entities.Files"> <Files xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1ce761c0-c80f-4f2c-af9f-301cee4fb860</d2p1:guid> <d2p1:guid>8f0cc72e-38e1-42bc-adb2-f82ea54b8962</d2p1:guid> </Files> <PrivateKey>7e7251e1-bcc5-41fc-86b0-3d8b2b4accf7</PrivateKey> </CommitFilesParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |