POST api/RorChange

Documentation for 'PostRorChange'.

Request Information

Parameters

NameDescriptionAdditional information
package
Documentation for 'package'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "rorChanges": [
    {
      "customerNumber": "sample string 1",
      "oldROR": "sample string 2",
      "companyNumber": "sample string 3",
      "newROR": "sample string 4",
      "changeDate": "2025-12-17T23:21:15.0235883-05:00"
    },
    {
      "customerNumber": "sample string 1",
      "oldROR": "sample string 2",
      "companyNumber": "sample string 3",
      "newROR": "sample string 4",
      "changeDate": "2025-12-17T23:21:15.0235883-05:00"
    },
    {
      "customerNumber": "sample string 1",
      "oldROR": "sample string 2",
      "companyNumber": "sample string 3",
      "newROR": "sample string 4",
      "changeDate": "2025-12-17T23:21:15.0235883-05:00"
    }
  ]
}

application/xml, text/xml

Sample:
<RorChangeVectorPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CutcoFeed_VastAction.Code">
  <rorChanges>
    <RorChangePackage>
      <changeDate>2025-12-17T23:21:15.0235883-05:00</changeDate>
      <companyNumber>sample string 3</companyNumber>
      <customerNumber>sample string 1</customerNumber>
      <newROR>sample string 4</newROR>
      <oldROR>sample string 2</oldROR>
    </RorChangePackage>
    <RorChangePackage>
      <changeDate>2025-12-17T23:21:15.0235883-05:00</changeDate>
      <companyNumber>sample string 3</companyNumber>
      <customerNumber>sample string 1</customerNumber>
      <newROR>sample string 4</newROR>
      <oldROR>sample string 2</oldROR>
    </RorChangePackage>
    <RorChangePackage>
      <changeDate>2025-12-17T23:21:15.0235883-05:00</changeDate>
      <companyNumber>sample string 3</companyNumber>
      <customerNumber>sample string 1</customerNumber>
      <newROR>sample string 4</newROR>
      <oldROR>sample string 2</oldROR>
    </RorChangePackage>
  </rorChanges>
</RorChangeVectorPackage>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'RorChangeVectorPackage'.