GET api/OfferDate?OrderDate={OrderDate}&SignatureDate={SignatureDate}

Request Information

URI Parameters

NameTypeAdditional informationDescription
OrderDate date

Required

SignatureDate date

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and OfferDatesInfo_DTO [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "IsDateInRange": true,
    "Range_Start": "2025-12-06T05:45:25.8530239+01:00",
    "Range_End": "2025-12-06T05:45:25.8530239+01:00",
    "ASAP_Available": true
  },
  "sample string 2": {
    "IsDateInRange": true,
    "Range_Start": "2025-12-06T05:45:25.8530239+01:00",
    "Range_End": "2025-12-06T05:45:25.8530239+01:00",
    "ASAP_Available": true
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringOfferDatesInfo_DTOxTGj43w_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringOfferDatesInfo_DTOxTGj43w_P>
    <Key>sample string 1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Services.Cooperators.OfferDates">
      <d3p1:ASAP_Available>true</d3p1:ASAP_Available>
      <d3p1:IsDateInRange>true</d3p1:IsDateInRange>
      <d3p1:Range_End>2025-12-06T05:45:25.8530239+01:00</d3p1:Range_End>
      <d3p1:Range_Start>2025-12-06T05:45:25.8530239+01:00</d3p1:Range_Start>
    </Value>
  </KeyValueOfstringOfferDatesInfo_DTOxTGj43w_P>
  <KeyValueOfstringOfferDatesInfo_DTOxTGj43w_P>
    <Key>sample string 2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Services.Cooperators.OfferDates">
      <d3p1:ASAP_Available>true</d3p1:ASAP_Available>
      <d3p1:IsDateInRange>true</d3p1:IsDateInRange>
      <d3p1:Range_End>2025-12-06T05:45:25.8530239+01:00</d3p1:Range_End>
      <d3p1:Range_Start>2025-12-06T05:45:25.8530239+01:00</d3p1:Range_Start>
    </Value>
  </KeyValueOfstringOfferDatesInfo_DTOxTGj43w_P>
</ArrayOfKeyValueOfstringOfferDatesInfo_DTOxTGj43w_P>