...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsSaveClient> <pws:serviceRequest> <req:RequestId>1</req:RequestId> <req:SessionTicket>AavFwbZgVb9V4tr3R7BbzQ==</req:SessionTicket> <req:Client> <com:ClientName>Web Services Inc.</com:ClientName> <com:InactiveFlag>false</com:InactiveFlag> <com:Address> <com:AddressLine1>123 Main Street</com:AddressLine1> <com:AddressLine2>Suite 100</com:AddressLine2> <com:Attention>Billing</com:Attention> <com:City>Boston</com:City> <com:CompanyName>Acme Inc.</com:CompanyName> <com:Country>USA</com:Country> <com:StateOrProvince>MA</com:StateOrProvince> <com:ZipOrPostalCode>02114</com:ZipOrPostalCode> </com:Address> <com:BillingCycleIdentity> <com:BillingCycleName>Monthly</com:BillingCycleName> </com:BillingCycleIdentity> <com:BillingInstructions>Please bill on the last day of the month.</com:BillingInstructions> <com:ClientMessage>We appreciate your business.</com:ClientMessage> <com:ClientMessagePlain>We appreciate your business.</com:ClientMessagePlain> <com:InheritAddressFlag>false</com:InheritAddressFlag> <com:InheritBillingCycleFlag>false</com:InheritBillingCycleFlag> <com:InheritBillingInstructionsFlag>false</com:InheritBillingInstructionsFlag> <com:InheritClientMessageFlag>false</com:InheritClientMessageFlag> <com:InheritInvoiceContentFlag>false</com:InheritInvoiceContentFlag> <com:InheritInvoiceScopeFlag>false</com:InheritInvoiceScopeFlag> <com:InheritInvoiceTemplateFlag>false</com:InheritInvoiceTemplateFlag> <com:InheritPaymentTermFlag>false</com:InheritPaymentTermFlag> <com:InheritPurchaseOrderNumberFlag>false</com:InheritPurchaseOrderNumberFlag> <com:InheritStandardRatesFlag>false</com:InheritStandardRatesFlag> <com:InheritTimeBillingTypeFlag>false</com:InheritTimeBillingTypeFlag> <com:InvoiceContent>B</com:InvoiceContent> <com:InvoiceScope>E</com:InvoiceScope> <com:InvoiceTemplateIdentity> <com:InvoiceTemplateName>A200</com:InvoiceTemplateName> </com:InvoiceTemplateIdentity> <com:PaymentTermIdentity> <com:PaymentTermName>Net 60</com:PaymentTermName> </com:PaymentTermIdentity> <com:PurchaseOrderNumber>WS-001</com:PurchaseOrderNumber> <com:StandardBillingAdjustedDiscountPercent>15</com:StandardBillingAdjustedDiscountPercent> <com:StandardContractDiscountPercent>10</com:StandardContractDiscountPercent> <com:StandardRateCardIdentity> <com:RateCardName>USA Rate Card</com:RateCardName> <com:RateCardType>R</com:RateCardType> </com:StandardRateCardIdentity> <com:TimeBillingType>H</com:TimeBillingType> <com:UserDefinedFields> <com:PwsUserDefinedFieldDetail> <com:UdfName>CL-Text</com:UdfName> <com:TextValue>Created on January 18th, 2018</com:TextValue> <com:UdfTreatment>A</com:UdfTreatment> </com:PwsUserDefinedFieldDetail> </com:UserDefinedFields> <com:InheritInvoiceEmailSettingsFlag>false</com:InheritInvoiceEmailSettingsFlag> <com:InvoiceEmailSettings> <com:EmailFromUserIdentity> <com:UserDisplayName>BettinaUserDisplayName>Bob Borces<Smith</com:UserDisplayName> <com:UserReferenceSystemId>Partner - 01</com:UserReferenceSystemId> </com:EmailFromUserIdentity> <com:EmailInvoiceTemplateIdentity> <com:InvoiceTemplateName>E004</com:InvoiceTemplateName> </com:EmailInvoiceTemplateIdentity> <com:InvoiceEmailEnabledFlag>true</com:InvoiceEmailEnabledFlag> <com:InvoiceEmailType>W</com:InvoiceEmailType> <com:Recipients> <com:PwsInvoiceEmailRecipient> <com:RecipientType>T</com:RecipientType> <com:UserIdentity> <com:UserDisplayName>John Doe</com:UserDisplayName> <com:UserReferenceSystemId>E123</com:UserReferenceSystemId> </com:UserIdentity> </com:PwsInvoiceEmailRecipient> </com:Recipients> </com:InvoiceEmailSettings> <com:InheritRenderReceiptsFlag>false</com:InheritRenderReceiptsFlag> <com:RenderReceiptsFlag>true</com:RenderReceiptsFlag> <com:AutoApplyAvailableBalanceFlag>true</com:AutoApplyAvailableBalanceFlag> <com:InheritAutoApplyAvailableBalanceFlag>false</com:InheritAutoApplyAvailableBalanceFlag> <com:InheritTaxTypesFlag>false</com:InheritTaxTypesFlag> <com:TaxType1Identity> <com:TaxTypeCode>VAT</com:TaxTypeCode> </com:TaxType1Identity> </req:Client> <req:FullDetailFlag>true</req:FullDetailFlag> <req:ParentClientClearFlag>false</req:ParentClientClearFlag> </pws:serviceRequest> </pws:PwsSaveClient> </soapenv:Body> </soapenv:Envelope> |
...