POST api/Projects/{projectId}/Backchargeables/ITGLogExport

list backchargeable grouped

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

BackchargeableSelectableFilter
NameDescriptionTypeAdditional information
BackchToPoCode

string

None.

BackchToSubcontractorVendor

string

None.

BackchargToChargCosttypeId

integer

None.

OriginPoCode

string

None.

OriginSubcontractorVendor

string

None.

OriginTypeDesc

string

None.

OriginCode

string

None.

OriginConcept

string

None.

BackchargedStatusDescription

string

None.

BackchargeCode

string

None.

IssueDate

Collection of date

None.

CurrencyType

ItgLogCurrencyTypeId

None.

Page

Page

None.

Orders

Collection of Order

None.

Request Formats

application/json, text/json

Sample:
{
  "backchToPoCode": "sample string 2",
  "backchToSubcontractorVendor": "sample string 3",
  "backchargToChargCosttypeId": 1,
  "originPoCode": "sample string 4",
  "originSubcontractorVendor": "sample string 5",
  "originTypeDesc": "sample string 6",
  "originCode": "sample string 7",
  "originConcept": "sample string 8",
  "backchargedStatusDescription": "sample string 9",
  "backchargeCode": "sample string 10",
  "issueDate": [
    "2026-05-09T14:06:20.6569792+02:00",
    "2026-05-09T14:06:20.6569792+02:00"
  ],
  "currencyType": 1,
  "page": {
    "number": 1,
    "size": 2,
    "skip": 0
  },
  "orders": [
    {
      "name": "sample string 1",
      "descending": true
    },
    {
      "name": "sample string 1",
      "descending": true
    }
  ]
}

text/html

Sample:
{"backchToPoCode":"sample string 2","backchToSubcontractorVendor":"sample string 3","backchargToChargCosttypeId":1,"originPoCode":"sample string 4","originSubcontractorVendor":"sample string 5","originTypeDesc":"sample string 6","originCode":"sample string 7","originConcept":"sample string 8","backchargedStatusDescription":"sample string 9","backchargeCode":"sample string 10","issueDate":["2026-05-09T14:06:20.6569792+02:00","2026-05-09T14:06:20.6569792+02:00"],"currencyType":1,"page":{"number":1,"size":2,"skip":0},"orders":[{"name":"sample string 1","descending":true},{"name":"sample string 1","descending":true}]}

application/xml, text/xml

Sample:
<BackchargeableSelectableFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.SubcontractModule.Application.Dtos.Dtos.BackchargeAgg">
  <Orders xmlns:d2p1="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.Dtos">
    <d2p1:Order>
      <d2p1:Descending>true</d2p1:Descending>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:Order>
    <d2p1:Order>
      <d2p1:Descending>true</d2p1:Descending>
      <d2p1:Name>sample string 1</d2p1:Name>
    </d2p1:Order>
  </Orders>
  <Page xmlns:d2p1="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.SortAndPage.Entities" xmlns="http://schemas.datacontract.org/2004/07/TR.eSAM.Application.Base.Dtos">
    <d2p1:Number>1</d2p1:Number>
    <d2p1:Size>2</d2p1:Size>
  </Page>
  <BackchToPoCode>sample string 2</BackchToPoCode>
  <BackchToSubcontractorVendor>sample string 3</BackchToSubcontractorVendor>
  <BackchargToChargCosttypeId>1</BackchargToChargCosttypeId>
  <BackchargeCode>sample string 10</BackchargeCode>
  <BackchargedStatusDescription>sample string 9</BackchargedStatusDescription>
  <CurrencyType>OriginalCurrency</CurrencyType>
  <IssueDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:dateTime>2026-05-09T14:06:20.6569792+02:00</d2p1:dateTime>
    <d2p1:dateTime>2026-05-09T14:06:20.6569792+02:00</d2p1:dateTime>
  </IssueDate>
  <OriginCode>sample string 7</OriginCode>
  <OriginConcept>sample string 8</OriginConcept>
  <OriginPoCode>sample string 4</OriginPoCode>
  <OriginSubcontractorVendor>sample string 5</OriginSubcontractorVendor>
  <OriginTypeDesc>sample string 6</OriginTypeDesc>
</BackchargeableSelectableFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.