PUT request/contract/updateobjection/{objectionId}?ProductId={ProductId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objectionId

integer

Required

ProductId

byte

Required

Body Parameters

ObjectionPut
NameDescriptionTypeAdditional information
bespokeContractId

integer

None.

bespokeResultId

integer

None.

contractId

integer

None.

instantContractDetailId

integer

None.

journeyStatusRefId

integer

None.

objectionNotes

string

None.

objectionTypeId

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "objectionTypeId": 64,
  "journeyStatusRefId": 1,
  "contractId": 1,
  "bespokeContractId": 1,
  "bespokeResultId": 1,
  "instantContractDetailId": 1,
  "objectionNotes": "sample string 1"
}

text/html

Sample:
{"objectionTypeId":64,"journeyStatusRefId":1,"contractId":1,"bespokeContractId":1,"bespokeResultId":1,"instantContractDetailId":1,"objectionNotes":"sample string 1"}

application/xml, text/xml

Sample:
<ObjectionPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.CustomerUpdate">
  <bespokeContractId>1</bespokeContractId>
  <bespokeResultId>1</bespokeResultId>
  <contractId>1</contractId>
  <instantContractDetailId>1</instantContractDetailId>
  <journeyStatusRefId>1</journeyStatusRefId>
  <objectionNotes>sample string 1</objectionNotes>
  <objectionTypeId>64</objectionTypeId>
</ObjectionPut>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.