POST api/MeetingInterview/AddOAMInterviewLogs

Request Information

URI Parameters

None.

Body Parameters

AddOAMInterviewLogs
NameDescriptionTypeAdditional information
CustomerId

integer

None.

ModifiedBy

integer

None.

SkuDetails

Collection of OAMInterviewLogsSKUInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "ModifiedBy": 2,
  "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>
  <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
NameDescriptionTypeAdditional 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/04/28 13:54:40",
  "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>