All Verbs | /manager/search/ |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Key | query | string | No | |
Service | query | string | No | |
Year | query | string | No | |
Month | query | string | No | |
Category | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/ManagerSearchRequest HTTP/1.1
Host: cam.file.apparelbase.com
Content-Type: application/xml
Content-Length: length
<ManagerSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apparelbase.FileService.ServiceInterface">
<Category>String</Category>
<Key>String</Key>
<Month>String</Month>
<Service>String</Service>
<Year>String</Year>
</ManagerSearchRequest>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ArrayOfDataFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apparelbase.FileService.ServiceInterface"> <DataFile> <Category>String</Category> <CreatedDate>0001-01-01T00:00:00</CreatedDate> <FileExtension>String</FileExtension> <FileName>String</FileName> <ID>String</ID> <IsDeleted>false</IsDeleted> <Length>0</Length> <MD5>String</MD5> <Month>String</Month> <ServiceCode>String</ServiceCode> <Year>String</Year> </DataFile> </ArrayOfDataFile>