Service
Click here for a complete list of operations.
CHANGE_EMBOSSING_DETAILS
This process is used to change EmbossingBatchDetails based on BatchDetailsId. <br/>Input value should be in following XML format <br/><CHANGE_EMBOSSING_DETAILS> <br/> <BATCH_DETAILS_ID></BATCH_DETAILS_ID><br/> <PARTNER_STORE></PARTNER_STORE><br/> <PROGRAM_ID></PROGRAM_ID><br/> <FIRST_NAME></FIRST_NAME><br/> <MIDDLE_NAME></MIDDLE_NAME><br/> <LAST_NAME></LAST_NAME><br/> <PHONE></PHONE><br/> <EMAIL></EMAIL><br/> <DATE_OF_BIRTH></DATE_OF_BIRTH><br/> <SHIPPING_ADDRESS_1></SHIPPING_ADDRESS_1><br/> <SHIPPING_ADDRESS_2></SHIPPING_ADDRESS_2><br/> <SHIPPING_CITY></SHIPPING_CITY><br/> <SHIPPING_STATE_PROVINCE></SHIPPING_STATE_PROVINCE><br/> <SHIPPING_POSTAL_CODE></SHIPPING_POSTAL_CODE><br/> <SHIPPING_COUNTRY></SHIPPING_COUNTRY><br/> <STATUS_ID></STATUS_ID><br/> <IMAGE_ID></IMAGE_ID><br/></CHANGE_EMBOSSING_DETAILS><br/>
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 /Service.asmx HTTP/1.1 Host: qaservices.transcard.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://qaservices.transcard.com/CHANGE_EMBOSSING_DETAILS" <?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> <CHANGE_EMBOSSING_DETAILS xmlns="https://qaservices.transcard.com/"> <inputValue>string</inputValue> </CHANGE_EMBOSSING_DETAILS> </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> <CHANGE_EMBOSSING_DETAILSResponse xmlns="https://qaservices.transcard.com/"> <CHANGE_EMBOSSING_DETAILSResult>string</CHANGE_EMBOSSING_DETAILSResult> </CHANGE_EMBOSSING_DETAILSResponse> </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 /Service.asmx HTTP/1.1 Host: qaservices.transcard.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:Body> <CHANGE_EMBOSSING_DETAILS xmlns="https://qaservices.transcard.com/"> <inputValue>string</inputValue> </CHANGE_EMBOSSING_DETAILS> </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> <CHANGE_EMBOSSING_DETAILSResponse xmlns="https://qaservices.transcard.com/"> <CHANGE_EMBOSSING_DETAILSResult>string</CHANGE_EMBOSSING_DETAILSResult> </CHANGE_EMBOSSING_DETAILSResponse> </soap12:Body> </soap12:Envelope>