AccountingService


Click here for a complete list of operations.

GetNewFinancialSummary

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 /AccountingService.asmx HTTP/1.1
Host: enterpriseservices.acolad.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://services.sajan.com/GetNewFinancialSummary"

<?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>
    <GetNewFinancialSummary xmlns="https://services.sajan.com/">
      <Token>string</Token>
      <serviceAccountingSummaries>
        <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
        <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
        <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </BillingSummary>
        <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </Estimate>
        <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <LinguistExpense>decimal</LinguistExpense>
          <OverheadExpense>decimal</OverheadExpense>
          <NetEstimated>decimal</NetEstimated>
          <NetActual>decimal</NetActual>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <EstimatedChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </EstimatedChartData>
          <ActualChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </ActualChartData>
        </FinancialSummary>
      </serviceAccountingSummaries>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </GetNewFinancialSummary>
  </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>
    <GetNewFinancialSummaryResponse xmlns="https://services.sajan.com/">
      <GetNewFinancialSummaryResult>
        <LinguistExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</LinguistExpense>
        <OverheadExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</OverheadExpense>
        <NetEstimated xmlns="https://services.sajan.com/schemas/AccountingService">decimal</NetEstimated>
        <NetActual xmlns="https://services.sajan.com/schemas/AccountingService">decimal</NetActual>
        <EstimatedExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</EstimatedExpense>
        <ActualExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</ActualExpense>
        <FinancialSummaryItem xmlns="https://services.sajan.com/schemas/AccountingService">
          <WorkTypeId>int</WorkTypeId>
          <WorkTypeName>string</WorkTypeName>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <EstimatedRevenue>decimal</EstimatedRevenue>
          <ActualRevenue>decimal</ActualRevenue>
          <IsTotal>boolean</IsTotal>
          <IsLinguist>boolean</IsLinguist>
        </FinancialSummaryItem>
        <FinancialSummaryItem xmlns="https://services.sajan.com/schemas/AccountingService">
          <WorkTypeId>int</WorkTypeId>
          <WorkTypeName>string</WorkTypeName>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <EstimatedRevenue>decimal</EstimatedRevenue>
          <ActualRevenue>decimal</ActualRevenue>
          <IsTotal>boolean</IsTotal>
          <IsLinguist>boolean</IsLinguist>
        </FinancialSummaryItem>
        <EstimatedChartData xmlns="https://services.sajan.com/schemas/AccountingService">
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <IsProfit>boolean</IsProfit>
        </EstimatedChartData>
        <ActualChartData xmlns="https://services.sajan.com/schemas/AccountingService">
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <IsProfit>boolean</IsProfit>
        </ActualChartData>
      </GetNewFinancialSummaryResult>
    </GetNewFinancialSummaryResponse>
  </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 /AccountingService.asmx HTTP/1.1
Host: enterpriseservices.acolad.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>
    <GetNewFinancialSummary xmlns="https://services.sajan.com/">
      <Token>string</Token>
      <serviceAccountingSummaries>
        <ProjectID xmlns="https://services.sajan.com/schemas/AccountingService">guid</ProjectID>
        <GCMSCoreUserName xmlns="https://services.sajan.com/schemas/AccountingService">string</GCMSCoreUserName>
        <BillingSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </BillingSummary>
        <Estimate xmlns="https://services.sajan.com/schemas/AccountingService">
          <_accountingSummaries>
            <ProjectID>guid</ProjectID>
            <GCMSCoreUserName>string</GCMSCoreUserName>
            <BillingSummary xsi:nil="true" />
            <Estimate xsi:nil="true" />
            <FinancialSummary xsi:nil="true" />
          </_accountingSummaries>
          <ProjectID>guid</ProjectID>
          <Total>decimal</Total>
          <Margin>int</Margin>
          <BillingType>Estimates or Actuals</BillingType>
          <LoadedFromDatabase>boolean</LoadedFromDatabase>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
          <BillingSummaryItem>
            <ProjectID>guid</ProjectID>
            <Description>string</Description>
            <SortString>string</SortString>
            <LanguageInDescription>string</LanguageInDescription>
            <IsWordRate>boolean</IsWordRate>
            <HasLanguage>boolean</HasLanguage>
            <LanguageCode>string</LanguageCode>
            <Quantity>decimal</Quantity>
            <Rate>decimal</Rate>
            <RateString>string</RateString>
            <IsOverride>boolean</IsOverride>
            <Amount>decimal</Amount>
            <Reason>string</Reason>
            <Comment>string</Comment>
          </BillingSummaryItem>
        </Estimate>
        <FinancialSummary xmlns="https://services.sajan.com/schemas/AccountingService">
          <LinguistExpense>decimal</LinguistExpense>
          <OverheadExpense>decimal</OverheadExpense>
          <NetEstimated>decimal</NetEstimated>
          <NetActual>decimal</NetActual>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <FinancialSummaryItem>
            <WorkTypeId>int</WorkTypeId>
            <WorkTypeName>string</WorkTypeName>
            <EstimatedExpense>decimal</EstimatedExpense>
            <ActualExpense>decimal</ActualExpense>
            <EstimatedRevenue>decimal</EstimatedRevenue>
            <ActualRevenue>decimal</ActualRevenue>
            <IsTotal>boolean</IsTotal>
            <IsLinguist>boolean</IsLinguist>
          </FinancialSummaryItem>
          <EstimatedChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </EstimatedChartData>
          <ActualChartData>
            <Items xsi:nil="true" />
            <Items xsi:nil="true" />
            <IsProfit>boolean</IsProfit>
          </ActualChartData>
        </FinancialSummary>
      </serviceAccountingSummaries>
      <GCMSCoreUserName>string</GCMSCoreUserName>
    </GetNewFinancialSummary>
  </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>
    <GetNewFinancialSummaryResponse xmlns="https://services.sajan.com/">
      <GetNewFinancialSummaryResult>
        <LinguistExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</LinguistExpense>
        <OverheadExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</OverheadExpense>
        <NetEstimated xmlns="https://services.sajan.com/schemas/AccountingService">decimal</NetEstimated>
        <NetActual xmlns="https://services.sajan.com/schemas/AccountingService">decimal</NetActual>
        <EstimatedExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</EstimatedExpense>
        <ActualExpense xmlns="https://services.sajan.com/schemas/AccountingService">decimal</ActualExpense>
        <FinancialSummaryItem xmlns="https://services.sajan.com/schemas/AccountingService">
          <WorkTypeId>int</WorkTypeId>
          <WorkTypeName>string</WorkTypeName>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <EstimatedRevenue>decimal</EstimatedRevenue>
          <ActualRevenue>decimal</ActualRevenue>
          <IsTotal>boolean</IsTotal>
          <IsLinguist>boolean</IsLinguist>
        </FinancialSummaryItem>
        <FinancialSummaryItem xmlns="https://services.sajan.com/schemas/AccountingService">
          <WorkTypeId>int</WorkTypeId>
          <WorkTypeName>string</WorkTypeName>
          <EstimatedExpense>decimal</EstimatedExpense>
          <ActualExpense>decimal</ActualExpense>
          <EstimatedRevenue>decimal</EstimatedRevenue>
          <ActualRevenue>decimal</ActualRevenue>
          <IsTotal>boolean</IsTotal>
          <IsLinguist>boolean</IsLinguist>
        </FinancialSummaryItem>
        <EstimatedChartData xmlns="https://services.sajan.com/schemas/AccountingService">
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <IsProfit>boolean</IsProfit>
        </EstimatedChartData>
        <ActualChartData xmlns="https://services.sajan.com/schemas/AccountingService">
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <Items>
            <Name>string</Name>
            <Value>decimal</Value>
          </Items>
          <IsProfit>boolean</IsProfit>
        </ActualChartData>
      </GetNewFinancialSummaryResult>
    </GetNewFinancialSummaryResponse>
  </soap12:Body>
</soap12:Envelope>