PUT api/SDInvoiceDetail/Put
Request Information
URI Parameters
None.
Body Parameters
SDInvoiceDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| SeqNum | integer |
None. |
|
| InvoiceNum | string |
None. |
|
| IsInventory | boolean |
None. |
|
| ItemCategory | string |
None. |
|
| CategoryId | string |
None. |
|
| CategoryDescription | string |
None. |
|
| SolutionCode | string |
None. |
|
| SolutionCodeSeqNum | integer |
None. |
|
| PricingTypeSeqNum | integer |
None. |
|
| ServiceType | string |
None. |
|
| Quantity | decimal number |
None. |
|
| UnitCost | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| SalesTax | decimal number |
None. |
|
| GST | decimal number |
None. |
|
| RetailPrice | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| SalesAmount | decimal number |
None. |
|
| ItemTaxable | boolean |
None. |
|
| ItemUsed | boolean |
None. |
|
| ServiceMasterId | string |
None. |
|
| SDEquipmentMasterId | string |
None. |
|
| BreakType1 | integer |
None. |
|
| BreakCode1 | string |
None. |
|
| BreakType2 | integer |
None. |
|
| BreakCode2 | string |
None. |
|
| ItemEntrySource | string |
None. |
|
| ExternalEntityCode | string |
None. |
|
| ExternalEntitySeqNum | integer |
None. |
|
| LockItem | boolean |
None. |
|
| IsLonerPart | boolean |
None. |
|
| PriceSheetUsed | string |
None. |
|
| RevenueAccount | string |
None. |
|
| CostAccount | string |
None. |
|
| CostOffsetAccount | string |
None. |
|
| Warehouse | string |
None. |
|
| BinLocation | string |
None. |
|
| AddedBy | string |
None. |
|
| QBId | string |
None. |
|
| QBSyncToken | string |
None. |
|
| LaborType | string |
None. |
|
| RegularOrOvertime | string |
None. |
|
| SolutionCodeClientSeqNum | string |
None. |
|
| IsCreated | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsUpdated | boolean |
None. |
|
| PricingTypeUsed | string |
None. |
|
| TechNum | string |
None. |
|
| IsReserveAccountApplicable | boolean |
None. |
|
| RelatedInvLineSeqNum | integer |
None. |
|
| SetupSDTechLevelId | string |
None. |
|
| UseTax | boolean |
None. |
|
| Break1Name | string |
None. |
|
| Break2Name | string |
None. |
|
| UnitSalesPrice | decimal number |
None. |
|
| Ordering | integer |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | string |
None. |
|
| IsLockedForEditing | boolean |
None. |
|
| LockedBy | string |
None. |
|
| Id | integer |
None. |
|
| FieldPermissions | Collection of DTOFieldPermission |
None. |
Request Formats
application/json, text/json
Sample:
{
"SeqNum": 1,
"InvoiceNum": "sample string 2",
"IsInventory": true,
"ItemCategory": "sample string 4",
"CategoryId": "sample string 5",
"CategoryDescription": "sample string 6",
"SolutionCode": "sample string 7",
"SolutionCodeSeqNum": 8,
"PricingTypeSeqNum": 9,
"ServiceType": "sample string 10",
"Quantity": 11.0,
"UnitCost": 12.0,
"Discount": 13.0,
"SalesTax": 14.0,
"GST": 15.0,
"RetailPrice": 1.0,
"TaxAmount": 1.0,
"SalesAmount": 16.0,
"ItemTaxable": true,
"ItemUsed": true,
"ServiceMasterId": "sample string 19",
"SDEquipmentMasterId": "sample string 20",
"BreakType1": 1,
"BreakCode1": "sample string 21",
"BreakType2": 1,
"BreakCode2": "sample string 22",
"ItemEntrySource": "sample string 23",
"ExternalEntityCode": "sample string 24",
"ExternalEntitySeqNum": 1,
"LockItem": true,
"IsLonerPart": true,
"PriceSheetUsed": "sample string 27",
"RevenueAccount": "sample string 28",
"CostAccount": "sample string 29",
"CostOffsetAccount": "sample string 30",
"Warehouse": "sample string 31",
"BinLocation": "sample string 32",
"AddedBy": "sample string 33",
"QBId": "sample string 34",
"QBSyncToken": "sample string 35",
"LaborType": "sample string 36",
"RegularOrOvertime": "sample string 37",
"SolutionCodeClientSeqNum": "sample string 38",
"IsCreated": true,
"IsDeleted": true,
"IsUpdated": true,
"PricingTypeUsed": "sample string 42",
"TechNum": "sample string 43",
"IsReserveAccountApplicable": true,
"RelatedInvLineSeqNum": 1,
"SetupSDTechLevelId": "sample string 45",
"UseTax": true,
"Break1Name": "sample string 46",
"Break2Name": "sample string 47",
"UnitSalesPrice": 48.0,
"Ordering": 49,
"AccountId": 50,
"CompanyId": "sample string 51",
"CreatedOn": "2025-12-16T20:11:42.2330001+00:00",
"CreatedBy": "sample string 53",
"UpdatedOn": "2025-12-16T20:11:42.2330001+00:00",
"UpdatedBy": "sample string 54",
"IsLockedForEditing": true,
"LockedBy": "sample string 56",
"Id": 57,
"FieldPermissions": []
}
application/xml, text/xml
Sample:
<SDInvoiceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD"> <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">57</Id> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 53</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:11:42.2330001+00:00</CreatedOn> <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing> <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 56</LockedBy> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 54</UpdatedBy> <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T20:11:42.2330001+00:00</UpdatedOn> <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">50</AccountId> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 51</CompanyId> <AddedBy>sample string 33</AddedBy> <BinLocation>sample string 32</BinLocation> <Break1Name>sample string 46</Break1Name> <Break2Name>sample string 47</Break2Name> <BreakCode1>sample string 21</BreakCode1> <BreakCode2>sample string 22</BreakCode2> <BreakType1>1</BreakType1> <BreakType2>1</BreakType2> <CategoryDescription>sample string 6</CategoryDescription> <CategoryId>sample string 5</CategoryId> <CostAccount>sample string 29</CostAccount> <CostOffsetAccount>sample string 30</CostOffsetAccount> <Discount>13</Discount> <ExternalEntityCode>sample string 24</ExternalEntityCode> <ExternalEntitySeqNum>1</ExternalEntitySeqNum> <GST>15</GST> <InvoiceNum>sample string 2</InvoiceNum> <IsCreated>true</IsCreated> <IsDeleted>true</IsDeleted> <IsInventory>true</IsInventory> <IsLonerPart>true</IsLonerPart> <IsReserveAccountApplicable>true</IsReserveAccountApplicable> <IsUpdated>true</IsUpdated> <ItemCategory>sample string 4</ItemCategory> <ItemEntrySource>sample string 23</ItemEntrySource> <ItemTaxable>true</ItemTaxable> <ItemUsed>true</ItemUsed> <LaborType>sample string 36</LaborType> <LockItem>true</LockItem> <Ordering>49</Ordering> <PriceSheetUsed>sample string 27</PriceSheetUsed> <PricingTypeSeqNum>9</PricingTypeSeqNum> <PricingTypeUsed>sample string 42</PricingTypeUsed> <QBId>sample string 34</QBId> <QBSyncToken>sample string 35</QBSyncToken> <Quantity>11</Quantity> <RegularOrOvertime>sample string 37</RegularOrOvertime> <RelatedInvLineSeqNum>1</RelatedInvLineSeqNum> <RetailPrice>1</RetailPrice> <RevenueAccount>sample string 28</RevenueAccount> <SDEquipmentMasterId>sample string 20</SDEquipmentMasterId> <SalesAmount>16</SalesAmount> <SalesTax>14</SalesTax> <SeqNum>1</SeqNum> <ServiceMasterId>sample string 19</ServiceMasterId> <ServiceType>sample string 10</ServiceType> <SetupSDTechLevelId>sample string 45</SetupSDTechLevelId> <SolutionCode>sample string 7</SolutionCode> <SolutionCodeClientSeqNum>sample string 38</SolutionCodeClientSeqNum> <SolutionCodeSeqNum>8</SolutionCodeSeqNum> <TaxAmount>1</TaxAmount> <TechNum>sample string 43</TechNum> <UnitCost>12</UnitCost> <UnitSalesPrice>48</UnitSalesPrice> <UseTax>true</UseTax> <Warehouse>sample string 31</Warehouse> </SDInvoiceDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />