Medias
Click here for a complete list of operations.
ZProcess
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /OneTouch/Medias.asmx HTTP/1.1
Host: softech.akrebeia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ZProcess"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ZProcess xmlns="http://tempuri.org/">
<objMedia>
<Sm_d_ID>string</Sm_d_ID>
<Screen_Name>string</Screen_Name>
<Auto_ID>string</Auto_ID>
<Data_ID>string</Data_ID>
<Last_Update>string</Last_Update>
<Last_Run>string</Last_Run>
<ModuleID>string</ModuleID>
<Function_ID>string</Function_ID>
<Status_ID>string</Status_ID>
<Priority>string</Priority>
<Email>string</Email>
<DateFrom>string</DateFrom>
<DateTo>string</DateTo>
<PostType>string</PostType>
<CallStartDate>string</CallStartDate>
<CallEndDate>string</CallEndDate>
<SrvStartDate>string</SrvStartDate>
<SrvEndDate>string</SrvEndDate>
<Audit>
<Remark>string</Remark>
<ErrorCode>string</ErrorCode>
<Records>string</Records>
<ErrorType>string</ErrorType>
</Audit>
<DailyRefresh>string</DailyRefresh>
<strKeywords>string</strKeywords>
<objKeywords>
<Keyword>
<ID>string</ID>
<Group>string</Group>
<Value>string</Value>
<LastUpdate>string</LastUpdate>
</Keyword>
<Keyword>
<ID>string</ID>
<Group>string</Group>
<Value>string</Value>
<LastUpdate>string</LastUpdate>
</Keyword>
</objKeywords>
</objMedia>
</ZProcess>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ZProcessResponse xmlns="http://tempuri.org/">
<ZProcessResult />
</ZProcessResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /OneTouch/Medias.asmx HTTP/1.1
Host: softech.akrebeia.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ZProcess xmlns="http://tempuri.org/">
<objMedia>
<Sm_d_ID>string</Sm_d_ID>
<Screen_Name>string</Screen_Name>
<Auto_ID>string</Auto_ID>
<Data_ID>string</Data_ID>
<Last_Update>string</Last_Update>
<Last_Run>string</Last_Run>
<ModuleID>string</ModuleID>
<Function_ID>string</Function_ID>
<Status_ID>string</Status_ID>
<Priority>string</Priority>
<Email>string</Email>
<DateFrom>string</DateFrom>
<DateTo>string</DateTo>
<PostType>string</PostType>
<CallStartDate>string</CallStartDate>
<CallEndDate>string</CallEndDate>
<SrvStartDate>string</SrvStartDate>
<SrvEndDate>string</SrvEndDate>
<Audit>
<Remark>string</Remark>
<ErrorCode>string</ErrorCode>
<Records>string</Records>
<ErrorType>string</ErrorType>
</Audit>
<DailyRefresh>string</DailyRefresh>
<strKeywords>string</strKeywords>
<objKeywords>
<Keyword>
<ID>string</ID>
<Group>string</Group>
<Value>string</Value>
<LastUpdate>string</LastUpdate>
</Keyword>
<Keyword>
<ID>string</ID>
<Group>string</Group>
<Value>string</Value>
<LastUpdate>string</LastUpdate>
</Keyword>
</objKeywords>
</objMedia>
</ZProcess>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ZProcessResponse xmlns="http://tempuri.org/">
<ZProcessResult />
</ZProcessResponse>
</soap12:Body>
</soap12:Envelope>