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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
<CustomerId>1</CustomerId>
<MeetingId>sample string 3</MeetingId>
<ModifiedBy>2</ModifiedBy>
<SkuDetails>
<OAMInterviewLogsSKUInfo>
<Footfall>sample string 5</Footfall>
<OmnibizPrice>1</OmnibizPrice>
<OmnibizPurchase>2</OmnibizPurchase>
<SkuId>1</SkuId>
<StockQuantity>3</StockQuantity>
<StockUnit>sample string 4</StockUnit>
<UpdatedPrice>1</UpdatedPrice>
</OAMInterviewLogsSKUInfo>
<OAMInterviewLogsSKUInfo>
<Footfall>sample string 5</Footfall>
<OmnibizPrice>1</OmnibizPrice>
<OmnibizPurchase>2</OmnibizPurchase>
<SkuId>1</SkuId>
<StockQuantity>3</StockQuantity>
<StockUnit>sample string 4</StockUnit>
<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/11/03 15:58:46",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>