PUT api/CollectionDistribution/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CollectionDistributionData| Name | Description | Type | Additional information |
|---|---|---|---|
| Sequence | integer |
None. |
|
| Identifier | string |
None. |
|
| InvoiceIdentifier | string |
None. |
|
| ReceivePaymentIdentifier | string |
None. |
|
| IsDeleted | integer |
None. |
|
| InvoiceId | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| Notation | string |
None. |
|
| Description | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CollectionId | globally unique identifier |
None. |
|
| InvoiceNumber | string |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "733e2de7-1ecf-407f-8966-6e1fb296dc3d",
"CollectionId": "d271eb68-c459-49ab-87e4-fa16b22b3815",
"InvoiceNumber": "sample string 2",
"Amount": 3.0,
"Sequence": 1,
"Identifier": "sample string 2",
"InvoiceIdentifier": "sample string 3",
"ReceivePaymentIdentifier": "sample string 4",
"IsDeleted": 1,
"InvoiceId": "1db1f6a5-2bc0-479c-83ce-31d1c0465321",
"Updated": "2025-12-15T23:37:03.5987839-05:00",
"Notation": "sample string 5",
"Description": "sample string 6"
}
application/xml, text/xml
Sample:
<CollectionDistributionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <Amount>3</Amount> <CollectionId>d271eb68-c459-49ab-87e4-fa16b22b3815</CollectionId> <Description>sample string 6</Description> <Id>733e2de7-1ecf-407f-8966-6e1fb296dc3d</Id> <Identifier>sample string 2</Identifier> <InvoiceId>1db1f6a5-2bc0-479c-83ce-31d1c0465321</InvoiceId> <InvoiceIdentifier>sample string 3</InvoiceIdentifier> <InvoiceNumber>sample string 2</InvoiceNumber> <IsDeleted>1</IsDeleted> <Notation>sample string 5</Notation> <ReceivePaymentIdentifier>sample string 4</ReceivePaymentIdentifier> <Sequence>1</Sequence> <Updated>2025-12-15T23:37:03.5987839-05:00</Updated> </CollectionDistributionData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |