Resource:info about files attached to a receive itemC# Rel Const:Rels.InventorySvc.ReceiveItemFileSummariesURI template:receiveitems/{id}/filesummariesObtain URI from:
info about files attached to an Receive Item
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | Receive Item id |
Type | Description | |
---|---|---|
ResourceList | IList<Inventory.Models.ReceiveItemFileSummary> | |
DocName | string | |
ContentType | string | |
DocLength | int | |
AttachedByIdentifier | Generic.Models.UserIdentifier | |
Name | string | |
Id | int | |
AttachedDate | DateTime | |
RemovedByIdentifier | Generic.Models.UserIdentifier | |
Name | string | |
Id | int | |
RemovedDate | DateTime? ... | |
Links | IList<WebApi.Hal.Link> | |
- /rels/inventory/receiveitemfile | file content | |
Links | IList<WebApi.Hal.Link> | |
- /rels/inventory/receiveritem | ||
- /rels/inventory/receiveitemfiles | add a file attached to a receive item |
{ "_embedded": { "item": [ { "docName": "str", "contentType": "str", "docLength": 3, "attachedByIdentifier": { "name": "str", "id": 2 }, "attachedDate": "2016-12-25T23:00:00", "removedByIdentifier": { "name": "str", "id": 2 }, "removedDate": "2016-12-25T23:00:00" } ] } }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.