GET Setup/BusinessUnitSetting

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

Match

MatchCriteriaStringType

None.

BUID

integer

None.

BUIDs

Collection of integer

None.

Name

string

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BusinessUnitSettingDTO
NameDescriptionTypeAdditional information
SettingID

integer

None.

BUID

integer

None.

Name

string

None.

Props

Collection of Object

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.

DefaultAccommodationFunder

string

None.

FeesFunder

string

None.

DefaultFundingFunder

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfBusinessUnitSettingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <BusinessUnitSettingDTO>
    <BUID>2</BUID>
    <Created>
      <DateUtc>2024-12-04T07:52:33.5640475+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <LastUpdated>
      <DateUtc>2024-12-04T07:52:33.5640475+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Name>sample string 3</Name>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <SettingID>1</SettingID>
  </BusinessUnitSettingDTO>
  <BusinessUnitSettingDTO>
    <BUID>2</BUID>
    <Created>
      <DateUtc>2024-12-04T07:52:33.5640475+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <LastUpdated>
      <DateUtc>2024-12-04T07:52:33.5640475+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Name>sample string 3</Name>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <SettingID>1</SettingID>
  </BusinessUnitSettingDTO>
</ArrayOfBusinessUnitSettingDTO>

application/x-compressed-json

Sample:

Sample not available.