UploadFileByUrl¶
Create Issues from a specified file URL.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=UploadFileByUrl&APIKey=xxxxxxx&Signature=xxxxxx&TitleId=123&IssueName=Test%20Issue&FileUrl=http%3A%2F%2Ftest.com%2Ftest.pdf&ResponseType=XML
| URL Parameters | Description |
|---|---|
| Version | The version of the API to call (0.1). |
| Method | The method being called (UploadFileByUrl). |
| APIKey | Your account’s API key. |
| Signature | Your account’s API signature. |
| UserId | (required for master/reseller accounts) The account identifier of the account to call the method on. |
| Query | The search query. |
| TitleId | The identifier of the Title to create the Issue in. |
| IssueName | The name of the Issue. |
| FileUrl | The URL of the file to upload. |
| ResponseType | (optional) The response format (XML or JSON). Defaults to JSON. |
| PublishDate | (optional) The publish date of the Issue. |
Examples¶
Sample response:
<Response>
<Success>
<Code>OK</Code>
<ID>54321</ID>
<Description>Issue uploaded and created successfully.</Description>
</Success>
</Response>