PUT api/Repetitive

Request Information

URI Parameters

None.

Body Parameters

Collection of LinkedRepetative
NameDescriptionTypeAdditional information
MemberId

integer

None.

RepetitiveId

integer

None.

RepititiveGuid

globally unique identifier

None.

SiteId

integer

None.

ProductId

integer

None.

ProductItemCode

string

None.

ProductDescription

string

None.

SiteProductId

integer

None.

NextChargeDate

date

None.

NumberOfRepetitives

integer

None.

RepDescription

string

None.

Price

decimal number

None.

SalesPersonId

integer

None.

SalesPersonName

string

None.

AutoDraftId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "memberId": 1,
    "repetitiveId": 2,
    "repititiveGuid": "1d95ea17-d1ac-44fc-8fad-93dbff235335",
    "siteId": 4,
    "productId": 5,
    "productItemCode": "sample string 6",
    "productDescription": "sample string 7",
    "siteProductId": 8,
    "nextChargeDate": "2024-09-19T10:04:01.2192934-07:00",
    "numberOfRepetitives": 10,
    "repDescription": "sample string 11",
    "price": 12.0,
    "salesPersonId": 13,
    "salesPersonName": "sample string 14",
    "autoDraftId": 15
  },
  {
    "memberId": 1,
    "repetitiveId": 2,
    "repititiveGuid": "1d95ea17-d1ac-44fc-8fad-93dbff235335",
    "siteId": 4,
    "productId": 5,
    "productItemCode": "sample string 6",
    "productDescription": "sample string 7",
    "siteProductId": 8,
    "nextChargeDate": "2024-09-19T10:04:01.2192934-07:00",
    "numberOfRepetitives": 10,
    "repDescription": "sample string 11",
    "price": 12.0,
    "salesPersonId": 13,
    "salesPersonName": "sample string 14",
    "autoDraftId": 15
  }
]

application/xml, text/xml

Sample:
<ArrayOfLinkedRepetative xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSIWrapper.CSI_Service">
  <LinkedRepetative>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <autoDraftIdField>15</autoDraftIdField>
    <nextChargeDateField>2024-09-19T10:04:01.2192934-07:00</nextChargeDateField>
    <numberOfRepetitivesField>10</numberOfRepetitivesField>
    <priceField>12</priceField>
    <productDescriptionField>sample string 7</productDescriptionField>
    <productIdField>5</productIdField>
    <productItemCodeField>sample string 6</productItemCodeField>
    <repDescriptionField>sample string 11</repDescriptionField>
    <repititiveGuidField>1d95ea17-d1ac-44fc-8fad-93dbff235335</repititiveGuidField>
    <salesPersonIdField>13</salesPersonIdField>
    <salesPersonNameField>sample string 14</salesPersonNameField>
    <siteIdField>4</siteIdField>
    <siteProductIdField>8</siteProductIdField>
    <memberIdField>1</memberIdField>
    <repetitiveIdField>2</repetitiveIdField>
  </LinkedRepetative>
  <LinkedRepetative>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <autoDraftIdField>15</autoDraftIdField>
    <nextChargeDateField>2024-09-19T10:04:01.2192934-07:00</nextChargeDateField>
    <numberOfRepetitivesField>10</numberOfRepetitivesField>
    <priceField>12</priceField>
    <productDescriptionField>sample string 7</productDescriptionField>
    <productIdField>5</productIdField>
    <productItemCodeField>sample string 6</productItemCodeField>
    <repDescriptionField>sample string 11</repDescriptionField>
    <repititiveGuidField>1d95ea17-d1ac-44fc-8fad-93dbff235335</repititiveGuidField>
    <salesPersonIdField>13</salesPersonIdField>
    <salesPersonNameField>sample string 14</salesPersonNameField>
    <siteIdField>4</siteIdField>
    <siteProductIdField>8</siteProductIdField>
    <memberIdField>1</memberIdField>
    <repetitiveIdField>2</repetitiveIdField>
  </LinkedRepetative>
</ArrayOfLinkedRepetative>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.