...
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>ATAj5CRx7eosFAdLjFCVygSessionTicket>AaBd4dMYPbBiEeXoiz50NQ==</req:SessionTicket> <req:Client> <com:ClientNumber>C000158</com:ClientNumber> <com:InactiveFlag>false</com:InactiveFlag> <com:Address> <com:AddressLine1>98 North Washington Street</com:AddressLine1> <com:AddressLine2>400</com:AddressLine2> <com:Attention>Office Administrator</com:Attention> <com:City>Boston</com:City> <com:CompanyName>Projector PSA</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>true<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 30</com:PaymentTermName> </com:PaymentTermIdentity> <com:PurchaseOrderNumber>PPSA</com:PurchaseOrderNumber> <com:StandardBillingAdjustedDiscountPercent>15</com:StandardBillingAdjustedDiscountPercent> <com:StandardContractDiscountPercent>10</com:StandardContractDiscountPercent> <!--com<com:StandardRateCardIdentity> <com:RateCardName>USA</com:RateCardName> <com:RateCardType>R</com:RateCardType> </com:StandardRateCardIdentity-->StandardRateCardIdentity> <com:TimeBillingType>H</com:TimeBillingType> <com:UserDefinedFields> <com:PwsUserDefinedFieldDetail> <com:UdfName>CL-Text</com:UdfName> <com:TextValue>Updated on November 6th, 2023</com:TextValue> </com:PwsUserDefinedFieldDetail> </com:UserDefinedFields> <com:InheritInvoiceEmailSettingsFlag>false</com:InheritInvoiceEmailSettingsFlag> <com:InvoiceEmailSettings> <com:EmailFromUserIdentity> <com:UserDisplayName>Bettina</com:UserDisplayName> </com:EmailFromUserIdentity> <com:EmailInvoiceTemplateIdentity> <com:InvoiceTemplateName>E002</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>Template Client</com:UserDisplayName> </com:UserIdentity> </com:PwsInvoiceEmailRecipient> </com:Recipients> </com:InvoiceEmailSettings> <com:InheritRenderReceiptsFlag>false</com:InheritRenderReceiptsFlag> <com:RenderReceiptsFlag>true</com:RenderReceiptsFlag> <com:AutoApplyAvailableBalanceFlag>false</com:AutoApplyAvailableBalanceFlag> <com:InheritAutoApplyAvailableBalanceFlag>false</com:InheritAutoApplyAvailableBalanceFlag> <com:InheritTaxTypesFlag>true</com:InheritTaxTypesFlag> <com:InheritRenderedInvoiceFormatFlag>false</com:InheritRenderedInvoiceFormatFlag> <com:RenderedInvoiceFormat>P</com:RenderedInvoiceFormat> <com:Prefix>11062023</com:Prefix> </req:Client> <req:FullDetailFlag>true</req:FullDetailFlag> <req:ParentClientClearFlag>false</req:ParentClientClearFlag> <req:DisallowDuplicateNameFlag>true</req:DisallowDuplicateNameFlag> <req:FixInheritanceFlag>false</req:FixInheritanceFlag> </pws:serviceRequest> </pws:PwsSaveClient> </soapenv:Body> </soapenv:Envelope> |
...