POST api/PimCjCancellationFeed

Request Information

URI Parameters

None.

Body Parameters

CjCancellationFeedModel

NameDescriptionTypeAdditional Information
SiteCode

string

None.

VerificationKey

string

None.

TimestampUTC

string

None.

APIUsername

Use it to get the API key from user table to verify the verification key (optional)

string

None.

CID

string

None.

SUBID

string

None.

FtpUrl

string

None.

FtpUsername

string

None.

FtpPassword

string

None.

LastRun

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SiteCode": "sample string 1",
  "VerificationKey": "sample string 2",
  "TimestampUTC": "sample string 3",
  "APIUsername": "sample string 4",
  "CID": "sample string 5",
  "SUBID": "sample string 6",
  "FtpUrl": "sample string 7",
  "FtpUsername": "sample string 8",
  "FtpPassword": "sample string 9",
  "LastRun": "2025-12-20T21:39:52.2032459+00:00"
}

application/xml, text/xml

Sample:
<CjCancellationFeedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.WebApi.Controllers.PIM">
  <APIUsername>sample string 4</APIUsername>
  <CID>sample string 5</CID>
  <FtpPassword>sample string 9</FtpPassword>
  <FtpUrl>sample string 7</FtpUrl>
  <FtpUsername>sample string 8</FtpUsername>
  <LastRun>2025-12-20T21:39:52.2032459+00:00</LastRun>
  <SUBID>sample string 6</SUBID>
  <SiteCode>sample string 1</SiteCode>
  <TimestampUTC>sample string 3</TimestampUTC>
  <VerificationKey>sample string 2</VerificationKey>
</CjCancellationFeedModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenericResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 0,
  "Message": "sample string 1",
  "CorrelationId": "sample string 2"
}

application/xml, text/xml

Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.Core.Common.Contracts.API">
  <CorrelationId>sample string 2</CorrelationId>
  <Message>sample string 1</Message>
  <ResponseCode>Success</ResponseCode>
</GenericResponse>