POST OnlineCreateSimplePOAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
OnlineCreatePO_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Podate | date |
None. |
|
| OrderTotal | decimal number |
None. |
|
| UserName | string |
None. |
|
| SessId | string |
None. |
|
| Vid | integer |
None. |
|
| Vname | string |
None. |
|
| VCode | string |
None. |
|
| NewPoId | integer |
None. |
|
| DeliveryDate | date |
None. |
|
| Address | string |
None. |
|
| Amountpaid | decimal number |
None. |
|
| ReferenceNo | string |
None. |
|
| Paymode | string |
None. |
|
| Items | Collection of OnlinePoItemBO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Podate": "2025-11-08T14:14:41.1465967+05:30",
"OrderTotal": 2.0,
"UserName": "sample string 3",
"SessId": "sample string 4",
"Vid": 5,
"Vname": "sample string 6",
"VCode": "sample string 7",
"NewPoId": 8,
"DeliveryDate": "2025-11-08T14:14:41.1465967+05:30",
"Address": "sample string 10",
"Amountpaid": 11.0,
"ReferenceNo": "sample string 12",
"Paymode": "sample string 13",
"Items": [
{
"Slno": 1,
"Itemid": 2,
"Partno": "sample string 3",
"Qty": 4.0,
"Rate": 5.0,
"Amount": 6.0,
"Partdesc": "sample string 7"
},
{
"Slno": 1,
"Itemid": 2,
"Partno": "sample string 3",
"Qty": 4.0,
"Rate": 5.0,
"Amount": 6.0,
"Partdesc": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers">
<Address>sample string 10</Address>
<Amountpaid>11</Amountpaid>
<DeliveryDate>2025-11-08T14:14:41.1465967+05:30</DeliveryDate>
<Items>
<OnlinePoItemBO>
<Amount>6</Amount>
<Itemid>2</Itemid>
<Partdesc>sample string 7</Partdesc>
<Partno>sample string 3</Partno>
<Qty>4</Qty>
<Rate>5</Rate>
<Slno>1</Slno>
</OnlinePoItemBO>
<OnlinePoItemBO>
<Amount>6</Amount>
<Itemid>2</Itemid>
<Partdesc>sample string 7</Partdesc>
<Partno>sample string 3</Partno>
<Qty>4</Qty>
<Rate>5</Rate>
<Slno>1</Slno>
</OnlinePoItemBO>
</Items>
<NewPoId>8</NewPoId>
<OrderTotal>2</OrderTotal>
<Paymode>sample string 13</Paymode>
<Podate>2025-11-08T14:14:41.1465967+05:30</Podate>
<ReferenceNo>sample string 12</ReferenceNo>
<SessId>sample string 4</SessId>
<UserName>sample string 3</UserName>
<VCode>sample string 7</VCode>
<Vid>5</Vid>
<Vname>sample string 6</Vname>
</OnlineCreatePO_BO>
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.