PurchaseOrderService
Click here for a complete list of operations.
GetPurchaseOrderFileList
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 /WAPI/PurchaseOrderService.asmx HTTP/1.1 Host: support.cobraconto.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.cobraconto.net/webservices/wapi/GetPurchaseOrderFileList" <?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> <GetPurchaseOrderFileList xmlns="http://www.cobraconto.net/webservices/wapi/"> <auth> <User>string</User> <Password>string</Password> </auth> <transactionId>string</transactionId> <taxYearId>int</taxYearId> </GetPurchaseOrderFileList> </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> <GetPurchaseOrderFileListResponse xmlns="http://www.cobraconto.net/webservices/wapi/"> <GetPurchaseOrderFileListResult> <TransactionId>string</TransactionId> <PurchaseOrderFiles> <PurchaseOrderFileRow> <Id>int</Id> <Timestamp>base64Binary</Timestamp> <AvatarId>int</AvatarId> <TaxYearId>int</TaxYearId> <Name>string</Name> <CurrentCounter>int</CurrentCounter> <VoucherSign>string</VoucherSign> <NullVoucherNum>string</NullVoucherNum> <DisContinued>boolean</DisContinued> <DivisionId>int</DivisionId> <CompletionByAmount>boolean</CompletionByAmount> <LockedUntil>dateTime</LockedUntil> <PurchaseOrderFileEmployees xsi:nil="true" /> <PurchaseOrderFileNotes xsi:nil="true" /> <PurchaseOrderFilePurchaseCompletionFiles xsi:nil="true" /> </PurchaseOrderFileRow> <PurchaseOrderFileRow> <Id>int</Id> <Timestamp>base64Binary</Timestamp> <AvatarId>int</AvatarId> <TaxYearId>int</TaxYearId> <Name>string</Name> <CurrentCounter>int</CurrentCounter> <VoucherSign>string</VoucherSign> <NullVoucherNum>string</NullVoucherNum> <DisContinued>boolean</DisContinued> <DivisionId>int</DivisionId> <CompletionByAmount>boolean</CompletionByAmount> <LockedUntil>dateTime</LockedUntil> <PurchaseOrderFileEmployees xsi:nil="true" /> <PurchaseOrderFileNotes xsi:nil="true" /> <PurchaseOrderFilePurchaseCompletionFiles xsi:nil="true" /> </PurchaseOrderFileRow> </PurchaseOrderFiles> </GetPurchaseOrderFileListResult> </GetPurchaseOrderFileListResponse> </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 /WAPI/PurchaseOrderService.asmx HTTP/1.1 Host: support.cobraconto.net 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> <GetPurchaseOrderFileList xmlns="http://www.cobraconto.net/webservices/wapi/"> <auth> <User>string</User> <Password>string</Password> </auth> <transactionId>string</transactionId> <taxYearId>int</taxYearId> </GetPurchaseOrderFileList> </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> <GetPurchaseOrderFileListResponse xmlns="http://www.cobraconto.net/webservices/wapi/"> <GetPurchaseOrderFileListResult> <TransactionId>string</TransactionId> <PurchaseOrderFiles> <PurchaseOrderFileRow> <Id>int</Id> <Timestamp>base64Binary</Timestamp> <AvatarId>int</AvatarId> <TaxYearId>int</TaxYearId> <Name>string</Name> <CurrentCounter>int</CurrentCounter> <VoucherSign>string</VoucherSign> <NullVoucherNum>string</NullVoucherNum> <DisContinued>boolean</DisContinued> <DivisionId>int</DivisionId> <CompletionByAmount>boolean</CompletionByAmount> <LockedUntil>dateTime</LockedUntil> <PurchaseOrderFileEmployees xsi:nil="true" /> <PurchaseOrderFileNotes xsi:nil="true" /> <PurchaseOrderFilePurchaseCompletionFiles xsi:nil="true" /> </PurchaseOrderFileRow> <PurchaseOrderFileRow> <Id>int</Id> <Timestamp>base64Binary</Timestamp> <AvatarId>int</AvatarId> <TaxYearId>int</TaxYearId> <Name>string</Name> <CurrentCounter>int</CurrentCounter> <VoucherSign>string</VoucherSign> <NullVoucherNum>string</NullVoucherNum> <DisContinued>boolean</DisContinued> <DivisionId>int</DivisionId> <CompletionByAmount>boolean</CompletionByAmount> <LockedUntil>dateTime</LockedUntil> <PurchaseOrderFileEmployees xsi:nil="true" /> <PurchaseOrderFileNotes xsi:nil="true" /> <PurchaseOrderFilePurchaseCompletionFiles xsi:nil="true" /> </PurchaseOrderFileRow> </PurchaseOrderFiles> </GetPurchaseOrderFileListResult> </GetPurchaseOrderFileListResponse> </soap12:Body> </soap12:Envelope>