POST request/contract/objection

Request Information

URI Parameters

None.

Body Parameters

ObjectionPost
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:
<ObjectionPost 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>
</ObjectionPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Objection
NameDescriptionTypeAdditional information
bespokeContractId

integer

None.

bespokeResultId

integer

None.

contractId

integer

None.

instantContractDetailId

integer

None.

journeyStatusRefId

integer

None.

objectionNotes

string

None.

objectionTypeId

byte

None.

Response 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:
<Objection 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>
</Objection>