POST api/Distributor/AddRefundDistributorDetails
Request Information
URI Parameters
None.
Body Parameters
RefundDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| RefundId | integer |
None. |
|
| DistributorId | integer |
None. |
|
| DistributorName | string |
None. |
|
| DistributorType | string |
None. |
|
| TransDate | date |
None. |
|
| RefundAmount | decimal number |
None. |
|
| RefundSecurityDeposit | decimal number |
None. |
|
| CreditBalance | decimal number |
None. |
|
| SecurityDeposit | decimal number |
None. |
|
| RefundRemarks | string |
None. |
|
| ReceiptNo | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| IsActive | integer |
None. |
|
| Prefix | string |
None. |
|
| FinancialYear | string |
None. |
|
| SrNo | string |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| distributor | Distributor |
None. |
|
| Distributors | Collection of Distributor |
None. |
|
| RefundDetailsList | Collection of RefundDetails |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>