POST api/SupplierPurchaseOrder/GetAllNotDoneSupplierOrderActions
Request Information
URI Parameters
None.
Body Parameters
GetAllActionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Stato | string |
None. |
|
| TipoAzione | string |
None. |
|
| NumeroDocumento | string |
None. |
|
| Seriale | integer |
None. |
|
| DataFrom | date |
None. |
|
| DataTo | date |
None. |
|
| ConAllegati | boolean |
None. |
|
| ConNote | boolean |
None. |
|
| Fornitore | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNumber": 1,
"PageSize": 1,
"Stato": "sample string 1",
"TipoAzione": "sample string 2",
"NumeroDocumento": "sample string 3",
"Seriale": 1,
"DataFrom": "2026-03-25T21:37:41.6353583+01:00",
"DataTo": "2026-03-25T21:37:41.6353583+01:00",
"ConAllegati": true,
"ConNote": true,
"Fornitore": "sample string 4"
}
application/xml, text/xml
Sample:
<SupplierPurchaseOrder.GetAllActionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ConAllegati>true</ConAllegati> <ConNote>true</ConNote> <DataFrom>2026-03-25T21:37:41.6353583+01:00</DataFrom> <DataTo>2026-03-25T21:37:41.6353583+01:00</DataTo> <Fornitore>sample string 4</Fornitore> <NumeroDocumento>sample string 3</NumeroDocumento> <PageNumber>1</PageNumber> <PageSize>1</PageSize> <Seriale>1</Seriale> <Stato>sample string 1</Stato> <TipoAzione>sample string 2</TipoAzione> </SupplierPurchaseOrder.GetAllActionsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.