MTS_WebService
Click here for a complete list of operations.
AccountIT_CreateDocument
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 /wsdev/MTS_WebService.asmx HTTP/1.1
Host: secure.arkom.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://secure.arkom.co.il/AccountIT_CreateDocument"
<?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>
<AccountIT_CreateDocument xmlns="https://secure.arkom.co.il/">
<TerminalNum>string</TerminalNum>
<TerminalPassword>string</TerminalPassword>
<TransactionID>string</TransactionID>
<CompanyCode>string</CompanyCode>
<API_Key>string</API_Key>
<EmailClient>int</EmailClient>
<ManageTax>int</ManageTax>
<ClientAccount>string</ClientAccount>
<ClientEmail>string</ClientEmail>
<ClientName>string</ClientName>
<VatNum>string</VatNum>
<DocType>int</DocType>
<Items4Invoice>string</Items4Invoice>
<Currency>string</Currency>
<Language>string</Language>
<DocTotal>double</DocTotal>
<PAN>string</PAN>
<DocRemark>string</DocRemark>
<NotifyOwner>int</NotifyOwner>
<ErrDesc>string</ErrDesc>
</AccountIT_CreateDocument>
</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>
<AccountIT_CreateDocumentResponse xmlns="https://secure.arkom.co.il/">
<AccountIT_CreateDocumentResult>int</AccountIT_CreateDocumentResult>
<ErrDesc>string</ErrDesc>
</AccountIT_CreateDocumentResponse>
</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 /wsdev/MTS_WebService.asmx HTTP/1.1
Host: secure.arkom.co.il
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>
<AccountIT_CreateDocument xmlns="https://secure.arkom.co.il/">
<TerminalNum>string</TerminalNum>
<TerminalPassword>string</TerminalPassword>
<TransactionID>string</TransactionID>
<CompanyCode>string</CompanyCode>
<API_Key>string</API_Key>
<EmailClient>int</EmailClient>
<ManageTax>int</ManageTax>
<ClientAccount>string</ClientAccount>
<ClientEmail>string</ClientEmail>
<ClientName>string</ClientName>
<VatNum>string</VatNum>
<DocType>int</DocType>
<Items4Invoice>string</Items4Invoice>
<Currency>string</Currency>
<Language>string</Language>
<DocTotal>double</DocTotal>
<PAN>string</PAN>
<DocRemark>string</DocRemark>
<NotifyOwner>int</NotifyOwner>
<ErrDesc>string</ErrDesc>
</AccountIT_CreateDocument>
</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>
<AccountIT_CreateDocumentResponse xmlns="https://secure.arkom.co.il/">
<AccountIT_CreateDocumentResult>int</AccountIT_CreateDocumentResult>
<ErrDesc>string</ErrDesc>
</AccountIT_CreateDocumentResponse>
</soap12:Body>
</soap12:Envelope>