PageUpPeople
Click here for a complete list of operations.
SetOfferStatus
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 /pageuppeoplews/pageuppeople.asmx HTTP/1.1
Host: webservices.dc2.pageuppeople.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.pageup.com.au/People/PageUpPeople/SetOfferStatus"
<?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:Header>
<AuthHeader xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<sUserName>string</sUserName>
<sPassword>string</sPassword>
</AuthHeader>
</soap:Header>
<soap:Body>
<SetOfferStatus xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<intApplicationID>int</intApplicationID>
<strExtraNote>string</strExtraNote>
<offerStatus>Made or Accepted or Declined or MadeOnline or NewHireVerified or AcceptedFormComplete or Approved or NotApproved or Hired or NotHired or ExternalReviewRequired or ExternalReviewComplete or DocumentReviewRequired or DocumentReviewComplete</offerStatus>
</SetOfferStatus>
</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>
<SetOfferStatusResponse xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<SetOfferStatusResult>boolean</SetOfferStatusResult>
</SetOfferStatusResponse>
</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 /pageuppeoplews/pageuppeople.asmx HTTP/1.1
Host: webservices.dc2.pageuppeople.com
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:Header>
<AuthHeader xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<sUserName>string</sUserName>
<sPassword>string</sPassword>
</AuthHeader>
</soap12:Header>
<soap12:Body>
<SetOfferStatus xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<intApplicationID>int</intApplicationID>
<strExtraNote>string</strExtraNote>
<offerStatus>Made or Accepted or Declined or MadeOnline or NewHireVerified or AcceptedFormComplete or Approved or NotApproved or Hired or NotHired or ExternalReviewRequired or ExternalReviewComplete or DocumentReviewRequired or DocumentReviewComplete</offerStatus>
</SetOfferStatus>
</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>
<SetOfferStatusResponse xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
<SetOfferStatusResult>boolean</SetOfferStatusResult>
</SetOfferStatusResponse>
</soap12:Body>
</soap12:Envelope>