PUT api/Repetitive
Request Information
URI Parameters
None.
Body Parameters
Collection of LinkedRepetativeName | Description | Type | Additional 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": "4f3b0eb8-acdb-477a-99a3-1becfd95647b", "siteId": 4, "productId": 5, "productItemCode": "sample string 6", "productDescription": "sample string 7", "siteProductId": 8, "nextChargeDate": "2025-04-03T15:03:10.0035859-07:00", "numberOfRepetitives": 10, "repDescription": "sample string 11", "price": 12.0, "salesPersonId": 13, "salesPersonName": "sample string 14", "autoDraftId": 15 }, { "memberId": 1, "repetitiveId": 2, "repititiveGuid": "4f3b0eb8-acdb-477a-99a3-1becfd95647b", "siteId": 4, "productId": 5, "productItemCode": "sample string 6", "productDescription": "sample string 7", "siteProductId": 8, "nextChargeDate": "2025-04-03T15:03:10.0035859-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>2025-04-03T15:03:10.0035859-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>4f3b0eb8-acdb-477a-99a3-1becfd95647b</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>2025-04-03T15:03:10.0035859-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>4f3b0eb8-acdb-477a-99a3-1becfd95647b</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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |