SincronizaFoodwise


Click here for a complete list of operations.

Get_Ficha_Foodwise

Get Ficha del Paciente desde Sistema Origen a Foodwise.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
sUSER:
sPSW:
sID_CLINICA:
sID_INGRESO:
sRUT:
sNOMBRE:
sAP_PATERNO:
sAP_MATERNO:

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 /SincronizaFoodwise.asmx HTTP/1.1
Host: wspfw.aramark.cl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://tempuri.org/Get_Ficha_Foodwise"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Ficha_Foodwise xmlns="https://tempuri.org/">
      <sUSER>string</sUSER>
      <sPSW>string</sPSW>
      <sID_CLINICA>string</sID_CLINICA>
      <sID_INGRESO>string</sID_INGRESO>
      <sRUT>string</sRUT>
      <sNOMBRE>string</sNOMBRE>
      <sAP_PATERNO>string</sAP_PATERNO>
      <sAP_MATERNO>string</sAP_MATERNO>
    </Get_Ficha_Foodwise>
  </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="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Ficha_FoodwiseResponse xmlns="https://tempuri.org/">
      <Get_Ficha_FoodwiseResult>xml</Get_Ficha_FoodwiseResult>
    </Get_Ficha_FoodwiseResponse>
  </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 /SincronizaFoodwise.asmx HTTP/1.1
Host: wspfw.aramark.cl
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap12="https://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Ficha_Foodwise xmlns="https://tempuri.org/">
      <sUSER>string</sUSER>
      <sPSW>string</sPSW>
      <sID_CLINICA>string</sID_CLINICA>
      <sID_INGRESO>string</sID_INGRESO>
      <sRUT>string</sRUT>
      <sNOMBRE>string</sNOMBRE>
      <sAP_PATERNO>string</sAP_PATERNO>
      <sAP_MATERNO>string</sAP_MATERNO>
    </Get_Ficha_Foodwise>
  </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="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap12="https://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Ficha_FoodwiseResponse xmlns="https://tempuri.org/">
      <Get_Ficha_FoodwiseResult>xml</Get_Ficha_FoodwiseResult>
    </Get_Ficha_FoodwiseResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /SincronizaFoodwise.asmx/Get_Ficha_Foodwise?sUSER=string&sPSW=string&sID_CLINICA=string&sID_INGRESO=string&sRUT=string&sNOMBRE=string&sAP_PATERNO=string&sAP_MATERNO=string HTTP/1.1
Host: wspfw.aramark.cl
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /SincronizaFoodwise.asmx/Get_Ficha_Foodwise HTTP/1.1
Host: wspfw.aramark.cl
Content-Type: application/x-www-form-urlencoded
Content-Length: length

sUSER=string&sPSW=string&sID_CLINICA=string&sID_INGRESO=string&sRUT=string&sNOMBRE=string&sAP_PATERNO=string&sAP_MATERNO=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml