Posting and Reading XML data via DCKAP Integrator
Send and receive XML data via DCKAP Integrator
POST API
Steps:

GET API
Steps
Last updated
Was this helpful?
Send and receive XML data via DCKAP Integrator

Last updated
Was this helpful?
Was this helpful?
Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://schema.b2boptic.com/b2boptic_lensorder_v1.6.3.xsd">
<soapenv:Header/>
<soapenv:Body>
<sch:GetHeaderDetailsRequest>
<customersOrderId>13</customersOrderId>
</sch:GetHeaderDetailsRequest>
</soapenv:Body>
</soapenv:Envelope>