POST api/CataloguePollingResults/PostCataloguePollingResult

Request Information

URI Parameters

None.

Body Parameters

Dictionary of string [key] and CustomerPolling [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "CatalogueId": 1,
    "CustomerCode": "sample string 2",
    "LastPolled": "2024-05-17T10:48:17.7717481+00:00",
    "Update": true,
    "CatalogueUsername": "sample string 4",
    "CataloguePassword": "sample string 5",
    "CatalogueEndPoint": "sample string 6",
    "CatalogueLastPolled": "2024-05-17T10:48:17.7717481+00:00",
    "PollingResults": [
      {
        "CatalogueID": 1,
        "DateCompleted": "2024-05-17T10:48:17.7717481+00:00",
        "DateStarted": "2024-05-17T10:48:17.7717481+00:00",
        "DetailLog": "sample string 2",
        "Outcome": 0,
        "ResultID": 3
      },
      {
        "CatalogueID": 1,
        "DateCompleted": "2024-05-17T10:48:17.7717481+00:00",
        "DateStarted": "2024-05-17T10:48:17.7717481+00:00",
        "DetailLog": "sample string 2",
        "Outcome": 0,
        "ResultID": 3
      }
    ]
  },
  "sample string 2": {
    "CatalogueId": 1,
    "CustomerCode": "sample string 2",
    "LastPolled": "2024-05-17T10:48:17.7717481+00:00",
    "Update": true,
    "CatalogueUsername": "sample string 4",
    "CataloguePassword": "sample string 5",
    "CatalogueEndPoint": "sample string 6",
    "CatalogueLastPolled": "2024-05-17T10:48:17.7717481+00:00",
    "PollingResults": [
      {
        "CatalogueID": 1,
        "DateCompleted": "2024-05-17T10:48:17.7717481+00:00",
        "DateStarted": "2024-05-17T10:48:17.7717481+00:00",
        "DetailLog": "sample string 2",
        "Outcome": 0,
        "ResultID": 3
      },
      {
        "CatalogueID": 1,
        "DateCompleted": "2024-05-17T10:48:17.7717481+00:00",
        "DateStarted": "2024-05-17T10:48:17.7717481+00:00",
        "DetailLog": "sample string 2",
        "Outcome": 0,
        "ResultID": 3
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringCustomerPollingPv1ljhNT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringCustomerPollingPv1ljhNT>
    <Key>sample string 1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common.Models">
      <d3p1:CatalogueEndPoint>sample string 6</d3p1:CatalogueEndPoint>
      <d3p1:CatalogueId>1</d3p1:CatalogueId>
      <d3p1:CatalogueLastPolled>2024-05-17T10:48:17.7717481+00:00</d3p1:CatalogueLastPolled>
      <d3p1:CataloguePassword>sample string 5</d3p1:CataloguePassword>
      <d3p1:CatalogueUsername>sample string 4</d3p1:CatalogueUsername>
      <d3p1:CustomerCode>sample string 2</d3p1:CustomerCode>
      <d3p1:LastPolled>2024-05-17T10:48:17.7717481+00:00</d3p1:LastPolled>
      <d3p1:PollingResults xmlns:d4p1="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common.Models.CatalogueProvider">
        <d4p1:CataloguePollingResultBasic>
          <d4p1:CatalogueID>1</d4p1:CatalogueID>
          <d4p1:DateCompleted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateCompleted>
          <d4p1:DateStarted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateStarted>
          <d4p1:DetailLog>sample string 2</d4p1:DetailLog>
          <d4p1:Outcome>Unknown</d4p1:Outcome>
          <d4p1:ResultID>3</d4p1:ResultID>
        </d4p1:CataloguePollingResultBasic>
        <d4p1:CataloguePollingResultBasic>
          <d4p1:CatalogueID>1</d4p1:CatalogueID>
          <d4p1:DateCompleted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateCompleted>
          <d4p1:DateStarted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateStarted>
          <d4p1:DetailLog>sample string 2</d4p1:DetailLog>
          <d4p1:Outcome>Unknown</d4p1:Outcome>
          <d4p1:ResultID>3</d4p1:ResultID>
        </d4p1:CataloguePollingResultBasic>
      </d3p1:PollingResults>
      <d3p1:Update>true</d3p1:Update>
    </Value>
  </KeyValueOfstringCustomerPollingPv1ljhNT>
  <KeyValueOfstringCustomerPollingPv1ljhNT>
    <Key>sample string 2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common.Models">
      <d3p1:CatalogueEndPoint>sample string 6</d3p1:CatalogueEndPoint>
      <d3p1:CatalogueId>1</d3p1:CatalogueId>
      <d3p1:CatalogueLastPolled>2024-05-17T10:48:17.7717481+00:00</d3p1:CatalogueLastPolled>
      <d3p1:CataloguePassword>sample string 5</d3p1:CataloguePassword>
      <d3p1:CatalogueUsername>sample string 4</d3p1:CatalogueUsername>
      <d3p1:CustomerCode>sample string 2</d3p1:CustomerCode>
      <d3p1:LastPolled>2024-05-17T10:48:17.7717481+00:00</d3p1:LastPolled>
      <d3p1:PollingResults xmlns:d4p1="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common.Models.CatalogueProvider">
        <d4p1:CataloguePollingResultBasic>
          <d4p1:CatalogueID>1</d4p1:CatalogueID>
          <d4p1:DateCompleted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateCompleted>
          <d4p1:DateStarted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateStarted>
          <d4p1:DetailLog>sample string 2</d4p1:DetailLog>
          <d4p1:Outcome>Unknown</d4p1:Outcome>
          <d4p1:ResultID>3</d4p1:ResultID>
        </d4p1:CataloguePollingResultBasic>
        <d4p1:CataloguePollingResultBasic>
          <d4p1:CatalogueID>1</d4p1:CatalogueID>
          <d4p1:DateCompleted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateCompleted>
          <d4p1:DateStarted>2024-05-17T10:48:17.7717481+00:00</d4p1:DateStarted>
          <d4p1:DetailLog>sample string 2</d4p1:DetailLog>
          <d4p1:Outcome>Unknown</d4p1:Outcome>
          <d4p1:ResultID>3</d4p1:ResultID>
        </d4p1:CataloguePollingResultBasic>
      </d3p1:PollingResults>
      <d3p1:Update>true</d3p1:Update>
    </Value>
  </KeyValueOfstringCustomerPollingPv1ljhNT>
</ArrayOfKeyValueOfstringCustomerPollingPv1ljhNT>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>