budgetRevisionMaintenance
Click here for a complete list of operations.
getNewPJREVHDR
get a blank PJREVHDR object
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 /ctapi/services/ctDynamicsSL/budgetRevisionMaintenance.asmx HTTP/1.1
Host: www.catalinatechnology.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.catalinatechnology.com/services/ctDynamicsSL/getNewPJREVHDR"
<?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>
<ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<licenseKey>string</licenseKey>
<licenseName>string</licenseName>
<licenseExpiration>string</licenseExpiration>
<softwareName>string</softwareName>
<siteID>string</siteID>
<siteKey>string</siteKey>
<userName>string</userName>
<cpnyID>string</cpnyID>
<apiUsername>string</apiUsername>
<apiPassword>string</apiPassword>
<flags>
<nameValuePairs>
<name>string</name>
<value>string</value>
</nameValuePairs>
<nameValuePairs>
<name>string</name>
<value>string</value>
</nameValuePairs>
</flags>
</ctDynamicsSLHeader>
</soap:Header>
<soap:Body>
<getNewPJREVHDR xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<inTemplate>
<errorMessage>string</errorMessage>
<notes>string</notes>
<resultCode>int</resultCode>
<approved_by1>string</approved_by1>
<approved_by2>string</approved_by2>
<approved_by3>string</approved_by3>
<approver>string</approver>
<Change_Order_Num>string</Change_Order_Num>
<Create_Date>dateTime</Create_Date>
<crtd_datetime>dateTime</crtd_datetime>
<crtd_prog>string</crtd_prog>
<crtd_user>string</crtd_user>
<end_date>dateTime</end_date>
<Est_Approve_Date>dateTime</Est_Approve_Date>
<lupd_datetime>dateTime</lupd_datetime>
<lupd_prog>string</lupd_prog>
<lupd_user>string</lupd_user>
<NoteId>int</NoteId>
<Post_Date>dateTime</Post_Date>
<Post_Period>string</Post_Period>
<Preparer>string</Preparer>
<Project>string</Project>
<RevId>string</RevId>
<RevisionType>string</RevisionType>
<Revision_Desc>string</Revision_Desc>
<rh_id01>string</rh_id01>
<rh_id02>string</rh_id02>
<rh_id03>string</rh_id03>
<rh_id04>string</rh_id04>
<rh_id05>string</rh_id05>
<rh_id06>double</rh_id06>
<rh_id07>double</rh_id07>
<rh_id08>dateTime</rh_id08>
<rh_id09>dateTime</rh_id09>
<rh_id10>short</rh_id10>
<start_date>dateTime</start_date>
<status>string</status>
<update_type>string</update_type>
<User1>string</User1>
<User2>string</User2>
<User3>double</User3>
<User4>double</User4>
<User5>string</User5>
<User6>string</User6>
<User7>dateTime</User7>
<User8>dateTime</User8>
</inTemplate>
</getNewPJREVHDR>
</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>
<getNewPJREVHDRResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<getNewPJREVHDRResult>
<errorMessage>string</errorMessage>
<notes>string</notes>
<resultCode>int</resultCode>
<approved_by1>string</approved_by1>
<approved_by2>string</approved_by2>
<approved_by3>string</approved_by3>
<approver>string</approver>
<Change_Order_Num>string</Change_Order_Num>
<Create_Date>dateTime</Create_Date>
<crtd_datetime>dateTime</crtd_datetime>
<crtd_prog>string</crtd_prog>
<crtd_user>string</crtd_user>
<end_date>dateTime</end_date>
<Est_Approve_Date>dateTime</Est_Approve_Date>
<lupd_datetime>dateTime</lupd_datetime>
<lupd_prog>string</lupd_prog>
<lupd_user>string</lupd_user>
<NoteId>int</NoteId>
<Post_Date>dateTime</Post_Date>
<Post_Period>string</Post_Period>
<Preparer>string</Preparer>
<Project>string</Project>
<RevId>string</RevId>
<RevisionType>string</RevisionType>
<Revision_Desc>string</Revision_Desc>
<rh_id01>string</rh_id01>
<rh_id02>string</rh_id02>
<rh_id03>string</rh_id03>
<rh_id04>string</rh_id04>
<rh_id05>string</rh_id05>
<rh_id06>double</rh_id06>
<rh_id07>double</rh_id07>
<rh_id08>dateTime</rh_id08>
<rh_id09>dateTime</rh_id09>
<rh_id10>short</rh_id10>
<start_date>dateTime</start_date>
<status>string</status>
<update_type>string</update_type>
<User1>string</User1>
<User2>string</User2>
<User3>double</User3>
<User4>double</User4>
<User5>string</User5>
<User6>string</User6>
<User7>dateTime</User7>
<User8>dateTime</User8>
</getNewPJREVHDRResult>
</getNewPJREVHDRResponse>
</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 /ctapi/services/ctDynamicsSL/budgetRevisionMaintenance.asmx HTTP/1.1
Host: www.catalinatechnology.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>
<ctDynamicsSLHeader xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<licenseKey>string</licenseKey>
<licenseName>string</licenseName>
<licenseExpiration>string</licenseExpiration>
<softwareName>string</softwareName>
<siteID>string</siteID>
<siteKey>string</siteKey>
<userName>string</userName>
<cpnyID>string</cpnyID>
<apiUsername>string</apiUsername>
<apiPassword>string</apiPassword>
<flags>
<nameValuePairs>
<name>string</name>
<value>string</value>
</nameValuePairs>
<nameValuePairs>
<name>string</name>
<value>string</value>
</nameValuePairs>
</flags>
</ctDynamicsSLHeader>
</soap12:Header>
<soap12:Body>
<getNewPJREVHDR xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<inTemplate>
<errorMessage>string</errorMessage>
<notes>string</notes>
<resultCode>int</resultCode>
<approved_by1>string</approved_by1>
<approved_by2>string</approved_by2>
<approved_by3>string</approved_by3>
<approver>string</approver>
<Change_Order_Num>string</Change_Order_Num>
<Create_Date>dateTime</Create_Date>
<crtd_datetime>dateTime</crtd_datetime>
<crtd_prog>string</crtd_prog>
<crtd_user>string</crtd_user>
<end_date>dateTime</end_date>
<Est_Approve_Date>dateTime</Est_Approve_Date>
<lupd_datetime>dateTime</lupd_datetime>
<lupd_prog>string</lupd_prog>
<lupd_user>string</lupd_user>
<NoteId>int</NoteId>
<Post_Date>dateTime</Post_Date>
<Post_Period>string</Post_Period>
<Preparer>string</Preparer>
<Project>string</Project>
<RevId>string</RevId>
<RevisionType>string</RevisionType>
<Revision_Desc>string</Revision_Desc>
<rh_id01>string</rh_id01>
<rh_id02>string</rh_id02>
<rh_id03>string</rh_id03>
<rh_id04>string</rh_id04>
<rh_id05>string</rh_id05>
<rh_id06>double</rh_id06>
<rh_id07>double</rh_id07>
<rh_id08>dateTime</rh_id08>
<rh_id09>dateTime</rh_id09>
<rh_id10>short</rh_id10>
<start_date>dateTime</start_date>
<status>string</status>
<update_type>string</update_type>
<User1>string</User1>
<User2>string</User2>
<User3>double</User3>
<User4>double</User4>
<User5>string</User5>
<User6>string</User6>
<User7>dateTime</User7>
<User8>dateTime</User8>
</inTemplate>
</getNewPJREVHDR>
</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>
<getNewPJREVHDRResponse xmlns="http://www.catalinatechnology.com/services/ctDynamicsSL">
<getNewPJREVHDRResult>
<errorMessage>string</errorMessage>
<notes>string</notes>
<resultCode>int</resultCode>
<approved_by1>string</approved_by1>
<approved_by2>string</approved_by2>
<approved_by3>string</approved_by3>
<approver>string</approver>
<Change_Order_Num>string</Change_Order_Num>
<Create_Date>dateTime</Create_Date>
<crtd_datetime>dateTime</crtd_datetime>
<crtd_prog>string</crtd_prog>
<crtd_user>string</crtd_user>
<end_date>dateTime</end_date>
<Est_Approve_Date>dateTime</Est_Approve_Date>
<lupd_datetime>dateTime</lupd_datetime>
<lupd_prog>string</lupd_prog>
<lupd_user>string</lupd_user>
<NoteId>int</NoteId>
<Post_Date>dateTime</Post_Date>
<Post_Period>string</Post_Period>
<Preparer>string</Preparer>
<Project>string</Project>
<RevId>string</RevId>
<RevisionType>string</RevisionType>
<Revision_Desc>string</Revision_Desc>
<rh_id01>string</rh_id01>
<rh_id02>string</rh_id02>
<rh_id03>string</rh_id03>
<rh_id04>string</rh_id04>
<rh_id05>string</rh_id05>
<rh_id06>double</rh_id06>
<rh_id07>double</rh_id07>
<rh_id08>dateTime</rh_id08>
<rh_id09>dateTime</rh_id09>
<rh_id10>short</rh_id10>
<start_date>dateTime</start_date>
<status>string</status>
<update_type>string</update_type>
<User1>string</User1>
<User2>string</User2>
<User3>double</User3>
<User4>double</User4>
<User5>string</User5>
<User6>string</User6>
<User7>dateTime</User7>
<User8>dateTime</User8>
</getNewPJREVHDRResult>
</getNewPJREVHDRResponse>
</soap12:Body>
</soap12:Envelope>