POST api/MeetingInterview/AddOAMInterviewLogs
Request Information
URI Parameters
None.
Body Parameters
AddOAMInterviewLogs| Name | Description | Type | Additional information | 
|---|---|---|---|
| CustomerId | integer | None. | |
| ModifiedBy | integer | None. | |
| MeetingId | string | None. | |
| SkuDetails | Collection of OAMInterviewLogsSKUInfo | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "CustomerId": 1,
  "ModifiedBy": 2,
  "MeetingId": "sample string 3",
  "SkuDetails": [
    {
      "SkuId": 1,
      "OmnibizPurchase": 2,
      "StockQuantity": 3,
      "StockUnit": "sample string 4",
      "Footfall": "sample string 5",
      "OmnibizPrice": 1.0,
      "UpdatedPrice": 1.0
    },
    {
      "SkuId": 1,
      "OmnibizPurchase": 2,
      "StockQuantity": 3,
      "StockUnit": "sample string 4",
      "Footfall": "sample string 5",
      "OmnibizPrice": 1.0,
      "UpdatedPrice": 1.0
    }
  ]
}
        application/xml, text/xml
            Sample:
        
<AddOAMInterviewLogs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerId>1</CustomerId>
  <ModifiedBy>2</ModifiedBy>
  <MeetingId>sample string 3</MeetingId>
  <SkuDetails>
    <OAMInterviewLogsSKUInfo>
      <SkuId>1</SkuId>
      <OmnibizPurchase>2</OmnibizPurchase>
      <StockQuantity>3</StockQuantity>
      <StockUnit>sample string 4</StockUnit>
      <Footfall>sample string 5</Footfall>
      <OmnibizPrice>1</OmnibizPrice>
      <UpdatedPrice>1</UpdatedPrice>
    </OAMInterviewLogsSKUInfo>
    <OAMInterviewLogsSKUInfo>
      <SkuId>1</SkuId>
      <OmnibizPurchase>2</OmnibizPurchase>
      <StockQuantity>3</StockQuantity>
      <StockUnit>sample string 4</StockUnit>
      <Footfall>sample string 5</Footfall>
      <OmnibizPrice>1</OmnibizPrice>
      <UpdatedPrice>1</UpdatedPrice>
    </OAMInterviewLogsSKUInfo>
  </SkuDetails>
</AddOAMInterviewLogs>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | string | None. | |
| dateTime | string | None. | |
| StatusCode | integer | None. | |
| ErrorMessage | string | None. | |
| Result | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Version": "1.0.0",
  "dateTime": "2025/10/31 15:37:19",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>