POST api/PurchaseOrder/GetPaymentCycle
Request Information
URI Parameters
None.
Body Parameters
PaymentCycleDTOName | Description | Type | Additional information |
---|---|---|---|
Action | string |
Required |
|
Term | string |
Required |
|
amt | decimal number |
Required |
|
advamt | decimal number |
None. |
|
percent | string |
None. |
|
fromdate | string |
None. |
|
todate | string |
None. |
|
applydate | string |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Action": "sample string 1", "Term": "sample string 2", "amt": 3.0, "advamt": 4.0, "percent": "sample string 5", "fromdate": "sample string 6", "todate": "sample string 7", "applydate": "sample string 8", "Domain": "sample string 9" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }