POST api/material/setting/GetSpecialPayment
Request Information
URI Parameters
None.
Body Parameters
m_get_specialpayment| Name | Description | Type | Additional information |
|---|---|---|---|
| factory_id | integer |
None. |
|
| tabtype | string |
None. |
|
| start_date | date |
None. |
|
| end_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"factory_id": 1,
"tabtype": "sample string 2",
"start_date": "2026-04-07T18:08:23.1572563+07:00",
"end_date": "2026-04-07T18:08:23.1572563+07:00"
}
application/xml, text/xml
Sample:
<m_get_specialpayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Material"> <end_date>2026-04-07T18:08:23.1572563+07:00</end_date> <factory_id>1</factory_id> <start_date>2026-04-07T18:08:23.1572563+07:00</start_date> <tabtype>sample string 2</tabtype> </m_get_specialpayment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.