POST api/Alexa/ReportMissingBinCollection
Request Information
URI Parameters
None.
Body Parameters
ConfirmMissedBinDtoName | Description | Type | Additional information |
---|---|---|---|
SelectedBinType | string |
None. |
|
AssistedCollection | string |
None. |
|
BinTypeOfBlueBin | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SelectedBinType": "sample string 1", "AssistedCollection": "sample string 2", "BinTypeOfBlueBin": "sample string 3" }
text/html
Sample:
{"SelectedBinType":"sample string 1","AssistedCollection":"sample string 2","BinTypeOfBlueBin":"sample string 3"}
application/xml, text/xml
Sample:
<ConfirmMissedBinDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ldl.MessageBroker.Domain.Confirm.DTOs"> <AssistedCollection>sample string 2</AssistedCollection> <BinTypeOfBlueBin>sample string 3</BinTypeOfBlueBin> <SelectedBinType>sample string 1</SelectedBinType> </ConfirmMissedBinDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
VoiceResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Type | ResponseType |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.