POST api/paynowcashrecieptdate
Request Information
URI Parameters
None.
Body Parameters
PayNowCashRecieveEditModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentDate": "2026-04-05T23:44:30.1301068+08:00"
}
text/plain, application/octet-stream
Sample:
{"PaymentDate":"2026-04-05T23:44:30.1301068+08:00"}
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. |