ApexERPHost

<back to all web services

CheckGoodDocument

Requires Authentication
The following routes are available for this service:
POST/Common/Dictionary/Goods/Document/Check
CheckGoodDocument Parameters:
NameParameterData TypeRequiredDescription
Statusbodyint?No
CheckGoodDocumentResponse Parameters:
NameParameterData TypeRequiredDescription
IsDocumentOkformboolNo
ResponseStreamformMemoryStreamNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Common/Dictionary/Goods/Document/Check HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<CheckGoodDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
  <Status>0</Status>
</CheckGoodDocument>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CheckGoodDocumentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Common">
  <IsDocumentOk>false</IsDocumentOk>
  <ResponseStream xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO">
    <__identity i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System" />
    <d2p1:_buffer></d2p1:_buffer>
    <d2p1:_capacity>0</d2p1:_capacity>
    <d2p1:_expandable>true</d2p1:_expandable>
    <d2p1:_exposable>true</d2p1:_exposable>
    <d2p1:_isOpen>true</d2p1:_isOpen>
    <d2p1:_length>0</d2p1:_length>
    <d2p1:_origin>0</d2p1:_origin>
    <d2p1:_position>0</d2p1:_position>
    <d2p1:_writable>true</d2p1:_writable>
  </ResponseStream>
</CheckGoodDocumentResponse>