19.11.2021 - 10:15 Uhr

AXC-1370
Merge branch 'feature/-aap-requestspot' into 'develop'

https://audioxchange.atlassian.net/browse/AXC-1370

AXC-1371
Merge AXC-1371 "Feature/ aap answerspot"

https://audioxchange.atlassian.net/browse/AXC-1371

 

AnswerSpot und RequestSpot soll jetzt dem Ticket entsprechend sein. Änderungen finden sich unterhalb des


input RequestSpotRootInput {
id: Id
campaignId: Id
campaignRowVersion: [Byte]
answerSpotId: Id
requestId: Id
state: SpotState
spotType: SpotType
ndem: Int
comment: String
advertisingTypeKey: Long
advertisingTypeText: String
blockInformationId: Id
blockInformation: BlockInformationInput
buyerSpotPlacement: SpotPlacement
priceRateIndividual: Boolean
priceRate: CurrencyDataInput
priceMediaGrossByPricelist: CurrencyDataInput
priceNet: CurrencyDataInput
priceCalcDetails: [PriceCalcDetailInput]
buyerSpotPriceCalcDetails: [PriceCalcDetailInput]
poolMemberMissings: [PoolMemberMissingInput]
requestSpotParentId: Id
requestSpotChilds: [RequestSpotInput]
actionAnswerSpotId: Id
action: RequestSpotAction
dspKey: String
sspKey: String
freeSpot: FreeSpot
dateWindowBegin: Date
dateWindowEnd: Date
timeWindowBegin: Time
timeWindowEnd: Time
toleranceAllowed: Int
length: Int
lengthOtc: Int
ndemIndex: Int
ndemTotalNumberOfSpots: Int
ndemNextSpotReferenceDSPKey: String
weekdaysAllowed: [Weekday]
weekdaysAllowedBitEncoded: Int
numberOfSpots: Int
rowVersion: [Byte]
parts: NEU_VON_IARO_DEFINIERTE_ENTITÄT
}

 

und

 

input AnswerSpotRootInput {
planElementId: Id
planElementRowVersion: [Byte]
state: SpotState
spotType: SpotType
ndem: Int
comment: String
advertisingTypeKey: Long
advertisingTypeText: String
blockInformationId: Id
blockInformation: BlockInformationInput
sellerSpotPlacement: SpotPlacement
priceRate: CurrencyDataInput
priceMediaGrossByPricelist: CurrencyDataInput
priceRateIndividual: Boolean
sellerSpotPriceCalcDetails: [PriceCalcDetailInput]
priceNet: CurrencyDataInput
freeSpot: FreeSpot
sellerProductMemberMissings: [sellerProductMemberMissingInput]
answerId: Id
sspKey: String
dspKey: String
answerSpotParentId: Id
answerSpotChilds: [AnswerSpotInput]
broadcasts: [BroadcastInput]
dateWindowBegin: Date
dateWindowEnd: Date
timeWindowBegin: Time
timeWindowEnd: Time
toleranceBooked: Int
ndemIndex: Int
ndemTotalNumberOfSpots: Int
ndemNextSpotReferenceSSPKey: String
length: Int
lengthOtc: Int
weekdaysAllowed: [Weekday]
weekdaysAllowedBitEncoded: Int
numberOfSpots: Int
rowVersion: [Byte]
id: Id
}