Resource: Temporary Attachments Set ( /api/temporaryattachmentsets )
Provides the attachment set collection resource, when you want to create a new temrporary attachment set which you can post new files to.
This resource supports the following methods: POST
Methods
POST
Create a new temporary attachments set.
Status Codes
These are the expected status codes returned by the service - in addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).
| Status | Description |
|---|---|
| 201 - Created | Returned if the request is completed successfully. |
Example - POST
Create a new temporary attachments set which attachments can be added to.
Request Headers
| Key | Value | Description |
|---|---|---|
| Accept | application/json |
Response Headers
| Key | Value | Description |
|---|---|---|
| Location | http://localhost/api/temporaryattachmentset/4bb709c2-e0e7-4af3-9f60-a045016a9610 | |
| Content-Type | application/json; charset=utf-8 |
Response Body
{
"Id": "4bb709c2-e0e7-4af3-9f60-a045016a9610",
"Self": "http://localhost/api/temporaryattachmentset/4bb709c2-e0e7-4af3-9f60-a045016a9610"
}
Status Code
201 - Created