POST api/OMS?FinalDeduct={FinalDeduct}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FinalDeduct

integer

Required

Body Parameters

BillProductMapping
NameDescriptionTypeAdditional information
BillProductMappId

integer

None.

REFPendingBPMAPID

integer

None.

OMSId

integer

None.

LastProductId

integer

None.

VersionChangedAtQR

boolean

None.

VersionChangedDatetime

date

None.

VersionChangedBy

integer

None.

ProductId

integer

None.

FinalAmount

decimal number

None.

OrderDiscount

decimal number

None.

BillDiscount

decimal number

None.

OrderQuantity

integer

None.

BillQuantity

integer

None.

StockQauntity

integer

None.

IsCompleted

boolean

None.

IsVarified

boolean

None.

IsStockDeductedInInventory

boolean

None.

VarificationResult

integer

None.

ShortfallinDispatched

integer

None.

DamageInDispached

integer

None.

ExtraInDispached

integer

None.

CreatedDate

date

None.

UpdateDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

ParentKitProductId

integer

None.

KitItemType

integer

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BillProductMappId": 1,
  "REFPendingBPMAPID": 1,
  "OMSId": 2,
  "LastProductId": 1,
  "VersionChangedAtQR": true,
  "VersionChangedDatetime": "2024-11-05T09:12:24.1186447+05:30",
  "VersionChangedBy": 1,
  "ProductId": 1,
  "FinalAmount": 1.0,
  "OrderDiscount": 1.0,
  "BillDiscount": 1.0,
  "OrderQuantity": 1,
  "BillQuantity": 1,
  "StockQauntity": 1,
  "IsCompleted": true,
  "IsVarified": true,
  "IsStockDeductedInInventory": true,
  "VarificationResult": 1,
  "ShortfallinDispatched": 1,
  "DamageInDispached": 1,
  "ExtraInDispached": 1,
  "CreatedDate": "2024-11-05T09:12:24.1186447+05:30",
  "UpdateDate": "2024-11-05T09:12:24.1186447+05:30",
  "CreatedBy": 1,
  "UpdatedBy": 1,
  "ParentKitProductId": 1,
  "KitItemType": 1,
  "IsActive": true
}

application/xml, text/xml

Sample:
<BillProductMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Models">
  <BillDiscount>1</BillDiscount>
  <BillProductMappId>1</BillProductMappId>
  <BillQuantity>1</BillQuantity>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2024-11-05T09:12:24.1186447+05:30</CreatedDate>
  <DamageInDispached>1</DamageInDispached>
  <ExtraInDispached>1</ExtraInDispached>
  <FinalAmount>1</FinalAmount>
  <IsActive>true</IsActive>
  <IsCompleted>true</IsCompleted>
  <IsStockDeductedInInventory>true</IsStockDeductedInInventory>
  <IsVarified>true</IsVarified>
  <KitItemType>1</KitItemType>
  <LastProductId>1</LastProductId>
  <OMSId>2</OMSId>
  <OrderDiscount>1</OrderDiscount>
  <OrderQuantity>1</OrderQuantity>
  <ParentKitProductId>1</ParentKitProductId>
  <ProductId>1</ProductId>
  <REFPendingBPMAPID>1</REFPendingBPMAPID>
  <ShortfallinDispatched>1</ShortfallinDispatched>
  <StockQauntity>1</StockQauntity>
  <UpdateDate>2024-11-05T09:12:24.1186447+05:30</UpdateDate>
  <UpdatedBy>1</UpdatedBy>
  <VarificationResult>1</VarificationResult>
  <VersionChangedAtQR>true</VersionChangedAtQR>
  <VersionChangedBy>1</VersionChangedBy>
  <VersionChangedDatetime>2024-11-05T09:12:24.1186447+05:30</VersionChangedDatetime>
</BillProductMapping>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>