Created
September 14, 2018 10:58
-
-
Save bankchart/0d4188b40809fda24cd7a3fd4ff63c75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:con="http://content.ws.api.esv.tac.co.th"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <con:OndemandEmailSending> | |
| <!--Optional:--> | |
| <OndemandEmailSendingRequest> | |
| <MessageHeader> | |
| <MessageID>ESVAPI20170518020242001</MessageID> | |
| <ReferenceKey>ESVAPI2017051802024193266865095064</ReferenceKey> | |
| <BusinessEvent>EmailVerificationBusiness</BusinessEvent> | |
| <SourceSystemID>ESVAPI</SourceSystemID> | |
| <AuthenCode>cdd3f63ec397712b656dde8d81de6567f78d92541f34e2d01a63a301f72a43316b5567215ca52acf6cbf6404cd7f7b9b5a70fc52ce590f62</AuthenCode> | |
| <RequestDTTM>${=new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS",java.util.Locale.getDefault()).format(new Date())} </RequestDTTM> | |
| <!--Optional:--> | |
| <IsAsyncRequest>?</IsAsyncRequest> | |
| <!--Optional:--> | |
| <ResponseURL>?</ResponseURL> | |
| </MessageHeader> | |
| <MessageBody> | |
| <Group>test_group</Group> | |
| <SubGroup>test_subgroup</SubGroup> | |
| <ToName>bank</ToName> | |
| <ToEmail>[email protected]</ToEmail> | |
| <Language>en</Language> | |
| <!--Optional:--> | |
| <CustomFieldLists> | |
| <!--Zero or more repetitions:--> | |
| <CustomFieldRecord> | |
| <!--Optional:--> | |
| <CustomFieldName>CF_fstname</CustomFieldName> | |
| <!--Optional:--> | |
| <CustomFieldValue>Mr.Bankchart Arlai</CustomFieldValue> | |
| </CustomFieldRecord> | |
| </CustomFieldLists> | |
| <SendDateTime>${=new java.text.SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS",java.util.Locale.getDefault()).format(new Date())}</SendDateTime> | |
| <!--Optional:--> | |
| <AttachmentLists> | |
| <!--Zero or more repetitions:--> | |
| <Attachment> | |
| <!--Optional:--> | |
| <filename>MAX7400-MAX7407.pdf</filename> | |
| <!--Optional:--> | |
| <path>https://datasheets.maximintegrated.com/en/ds/MAX7400-MAX7407.pdf</path> | |
| </Attachment> | |
| <Attachment> | |
| <!--Optional:--> | |
| <filename>LM7805.pdf</filename> | |
| <!--Optional:--> | |
| <path>https://www.sparkfun.com/datasheets/Components/LM7805.pdf</path> | |
| </Attachment> | |
| <Attachment> | |
| <!--Optional:--> | |
| <filename>LM7805_2.pdf</filename> | |
| <!--Optional:--> | |
| <path>https://www.sparkfun.com/datasheets/Components/LM7805.pdf</path> | |
| </Attachment> | |
| <Attachment> | |
| <!--Optional:--> | |
| <filename>LM7805_4.pdf</filename> | |
| <!--Optional:--> | |
| <path>https://www.sparkfun.com/datasheets/Components/LM7805.pdf</path> | |
| </Attachment> | |
| </AttachmentLists> | |
| </MessageBody> | |
| </OndemandEmailSendingRequest> | |
| </con:OndemandEmailSending> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment