POST api/v1/partner/po/custId/{custId}/custPoNumber/{custPoNumber}/closepo?forceClose={forceClose}
Close the PO for the given CustID and CustPONumber
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| custId |
CustID |
string |
Required |
| custPoNumber |
CustPONumber |
string |
Required |
| forceClose |
Optional flag to Force Close the PO even if it has Open Quantities |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.