POST api/SellerCustomer/GetCrateStatement
Request Information
URI Parameters
None.
Body Parameters
ReqGetPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| BuyerId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PaymentMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BuyerId": 1,
"StartDate": "2026-01-12T07:35:28.7895836+00:00",
"EndDate": "2026-01-12T07:35:28.7895836+00:00",
"PaymentMode": "sample string 4"
}
application/xml, text/xml
Sample:
<ReqGetPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request"> <BuyerId>1</BuyerId> <EndDate>2026-01-12T07:35:28.7895836+00:00</EndDate> <PaymentMode>sample string 4</PaymentMode> <StartDate>2026-01-12T07:35:28.7895836+00:00</StartDate> </ReqGetPayment>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |