PUT v1/customers/{customerId}/collection/likelihood

Documentation for 'PutCollectionLikelihood'.

Request Information

Parameters

NameDescriptionAdditional information
customerId
Documentation for 'customerId'.

Define this parameter in the request URI.

dto
Documentation for 'dto'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "rating": "sample string 1"
}

application/xml, text/xml

Sample:
Click to beautify!
<CollectionLikelihood xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Put">
  <Rating>sample string 1</Rating>
</CollectionLikelihood>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.