POST api/PimInventoryLoadFile
Recieve a compressed (.zip) file with GenericInventory to import. Form post: TimestampUTC,SiteCode,VerificationKey,ImportFile Ensure enctype="multipart/form-data" is included.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JSON object with results.
| Name | 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. |