POST api/v1/quicktransactions/sendproduct
Request Information
URI Parameters
None.
Body Parameters
TransactionProductRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | integer |
None. |
|
| BranchStockId | integer |
None. |
|
| ProductId | integer |
None. |
|
| BranchId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| Cost | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| Quantity | integer |
None. |
|
| QuantityDecimal | decimal number |
None. |
|
| Name | string |
None. |
|
| Comment | string |
None. |
|
| Items | Collection of ProductCategoryProductCombinationItem |
None. |
|
| Comments | Collection of ProductCommentModifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactionId": 1,
"BranchStockId": 1,
"ProductId": 2,
"BranchId": 3,
"EmployeeId": 1,
"Cost": 4.0,
"Price": 5.0,
"Quantity": 6,
"QuantityDecimal": 7.0,
"Name": "sample string 8",
"Comment": "sample string 9",
"Items": [
{
"Id": 1,
"ProductCategoryProductCombinationId": 2,
"ProductId": 3,
"Quantity": 4.0,
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"CanEdit": true,
"Comment": "sample string 8",
"ExtraCost": true,
"StockId": 10,
"Cost": 11.0,
"Price": 12.0,
"Product": {
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3"
}
},
{
"Id": 1,
"ProductCategoryProductCombinationId": 2,
"ProductId": 3,
"Quantity": 4.0,
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"CanEdit": true,
"Comment": "sample string 8",
"ExtraCost": true,
"StockId": 10,
"Cost": 11.0,
"Price": 12.0,
"Product": {
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3"
}
}
],
"Comments": [
{
"Id": 1,
"Name": "sample string 2",
"ProductId": 3,
"IsRequired": true,
"SelectMany": true,
"MaxSelect": 6,
"Quantity": 7.0,
"StatusId": 8,
"IsOnline": true,
"CategoryProductCommentModifierId": 10,
"CategoryProductCommentModifierItemId": 11,
"CategoryProductCommentModifier": {
"Id": 1,
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"Status": true,
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Image": "sample string 8",
"MaxSelect": 9,
"Items": [
{
"Id": 1,
"CategoryProductCommentModifierId": 2,
"Name": "sample string 3",
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Status": true
},
{
"Id": 1,
"CategoryProductCommentModifierId": 2,
"Name": "sample string 3",
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Status": true
}
]
},
"ProductCommentModifierStatus": {
"Id": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"Status": true,
"Label": "sample string 6",
"Icon": "sample string 7",
"DataType": "sample string 8"
},
"DateCreated": "2026-03-17T21:42:59.8637837-04:00"
},
{
"Id": 1,
"Name": "sample string 2",
"ProductId": 3,
"IsRequired": true,
"SelectMany": true,
"MaxSelect": 6,
"Quantity": 7.0,
"StatusId": 8,
"IsOnline": true,
"CategoryProductCommentModifierId": 10,
"CategoryProductCommentModifierItemId": 11,
"CategoryProductCommentModifier": {
"Id": 1,
"CompanyId": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"Status": true,
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Image": "sample string 8",
"MaxSelect": 9,
"Items": [
{
"Id": 1,
"CategoryProductCommentModifierId": 2,
"Name": "sample string 3",
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Status": true
},
{
"Id": 1,
"CategoryProductCommentModifierId": 2,
"Name": "sample string 3",
"DateCreated": "2026-03-17T21:42:59.8637837-04:00",
"DateUpdated": "2026-03-17T21:42:59.8637837-04:00",
"Status": true
}
]
},
"ProductCommentModifierStatus": {
"Id": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"Description": "sample string 4",
"Status": true,
"Label": "sample string 6",
"Icon": "sample string 7",
"DataType": "sample string 8"
},
"DateCreated": "2026-03-17T21:42:59.8637837-04:00"
}
]
}
application/xml, text/xml
Sample:
<TransactionProductRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Branches.Transactions">
<BranchId>3</BranchId>
<BranchStockId>1</BranchStockId>
<Comment>sample string 9</Comment>
<Comments xmlns:d2p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Products">
<d2p1:ProductCommentModifier>
<d2p1:CategoryProductCommentModifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Categories">
<d4p1:CompanyId>2</d4p1:CompanyId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Description>sample string 4</d4p1:Description>
<d4p1:Id>1</d4p1:Id>
<d4p1:Image>sample string 8</d4p1:Image>
<d4p1:Items>
<d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierId>2</d4p1:CategoryProductCommentModifierId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Id>1</d4p1:Id>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierId>2</d4p1:CategoryProductCommentModifierId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Id>1</d4p1:Id>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d4p1:CategoryProductCommentModifierItem>
</d4p1:Items>
<d4p1:MaxSelect>9</d4p1:MaxSelect>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d2p1:CategoryProductCommentModifier>
<d2p1:CategoryProductCommentModifierId>10</d2p1:CategoryProductCommentModifierId>
<d2p1:CategoryProductCommentModifierItemId>11</d2p1:CategoryProductCommentModifierItemId>
<d2p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateCreated>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsOnline>true</d2p1:IsOnline>
<d2p1:IsRequired>true</d2p1:IsRequired>
<d2p1:MaxSelect>6</d2p1:MaxSelect>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProductCommentModifierStatus xmlns:d4p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Generics">
<d4p1:Code>sample string 2</d4p1:Code>
<d4p1:DataType>sample string 8</d4p1:DataType>
<d4p1:Description>sample string 4</d4p1:Description>
<d4p1:Icon>sample string 7</d4p1:Icon>
<d4p1:Id>1</d4p1:Id>
<d4p1:Label>sample string 6</d4p1:Label>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d2p1:ProductCommentModifierStatus>
<d2p1:ProductId>3</d2p1:ProductId>
<d2p1:Quantity>7</d2p1:Quantity>
<d2p1:SelectMany>true</d2p1:SelectMany>
<d2p1:StatusId>8</d2p1:StatusId>
</d2p1:ProductCommentModifier>
<d2p1:ProductCommentModifier>
<d2p1:CategoryProductCommentModifier xmlns:d4p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Categories">
<d4p1:CompanyId>2</d4p1:CompanyId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Description>sample string 4</d4p1:Description>
<d4p1:Id>1</d4p1:Id>
<d4p1:Image>sample string 8</d4p1:Image>
<d4p1:Items>
<d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierId>2</d4p1:CategoryProductCommentModifierId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Id>1</d4p1:Id>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierItem>
<d4p1:CategoryProductCommentModifierId>2</d4p1:CategoryProductCommentModifierId>
<d4p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateCreated>
<d4p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d4p1:DateUpdated>
<d4p1:Id>1</d4p1:Id>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d4p1:CategoryProductCommentModifierItem>
</d4p1:Items>
<d4p1:MaxSelect>9</d4p1:MaxSelect>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d2p1:CategoryProductCommentModifier>
<d2p1:CategoryProductCommentModifierId>10</d2p1:CategoryProductCommentModifierId>
<d2p1:CategoryProductCommentModifierItemId>11</d2p1:CategoryProductCommentModifierItemId>
<d2p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateCreated>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsOnline>true</d2p1:IsOnline>
<d2p1:IsRequired>true</d2p1:IsRequired>
<d2p1:MaxSelect>6</d2p1:MaxSelect>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProductCommentModifierStatus xmlns:d4p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Generics">
<d4p1:Code>sample string 2</d4p1:Code>
<d4p1:DataType>sample string 8</d4p1:DataType>
<d4p1:Description>sample string 4</d4p1:Description>
<d4p1:Icon>sample string 7</d4p1:Icon>
<d4p1:Id>1</d4p1:Id>
<d4p1:Label>sample string 6</d4p1:Label>
<d4p1:Name>sample string 3</d4p1:Name>
<d4p1:Status>true</d4p1:Status>
</d2p1:ProductCommentModifierStatus>
<d2p1:ProductId>3</d2p1:ProductId>
<d2p1:Quantity>7</d2p1:Quantity>
<d2p1:SelectMany>true</d2p1:SelectMany>
<d2p1:StatusId>8</d2p1:StatusId>
</d2p1:ProductCommentModifier>
</Comments>
<Cost>4</Cost>
<EmployeeId>1</EmployeeId>
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/MWS.Core.Models.Products">
<d2p1:ProductCategoryProductCombinationItem>
<d2p1:CanEdit>true</d2p1:CanEdit>
<d2p1:Comment>sample string 8</d2p1:Comment>
<d2p1:Cost>11</d2p1:Cost>
<d2p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateUpdated>
<d2p1:ExtraCost>true</d2p1:ExtraCost>
<d2p1:Id>1</d2p1:Id>
<d2p1:Price>12</d2p1:Price>
<d2p1:Product>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Product>
<d2p1:ProductCategoryProductCombinationId>2</d2p1:ProductCategoryProductCombinationId>
<d2p1:ProductId>3</d2p1:ProductId>
<d2p1:Quantity>4</d2p1:Quantity>
<d2p1:StockId>10</d2p1:StockId>
</d2p1:ProductCategoryProductCombinationItem>
<d2p1:ProductCategoryProductCombinationItem>
<d2p1:CanEdit>true</d2p1:CanEdit>
<d2p1:Comment>sample string 8</d2p1:Comment>
<d2p1:Cost>11</d2p1:Cost>
<d2p1:DateCreated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateCreated>
<d2p1:DateUpdated>2026-03-17T21:42:59.8637837-04:00</d2p1:DateUpdated>
<d2p1:ExtraCost>true</d2p1:ExtraCost>
<d2p1:Id>1</d2p1:Id>
<d2p1:Price>12</d2p1:Price>
<d2p1:Product>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Product>
<d2p1:ProductCategoryProductCombinationId>2</d2p1:ProductCategoryProductCombinationId>
<d2p1:ProductId>3</d2p1:ProductId>
<d2p1:Quantity>4</d2p1:Quantity>
<d2p1:StockId>10</d2p1:StockId>
</d2p1:ProductCategoryProductCombinationItem>
</Items>
<Name>sample string 8</Name>
<Price>5</Price>
<ProductId>2</ProductId>
<Quantity>6</Quantity>
<QuantityDecimal>7</QuantityDecimal>
<TransactionId>1</TransactionId>
</TransactionProductRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.