PUT api/CdcApi/ContractCopy/CopyContractObjectPAs

Request Information

URI Parameters

None.

Body Parameters

CopyContractObjectPACommand
NameDescriptionTypeAdditional information
listCustomerObjectId

Collection of integer

None.

contractObjectPACustomerKeyReq

integer

None.

contractObjectPAOther

integer

None.

contractObjectPALearningModule

integer

None.

contractObjectProfessionalAidFile

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "listCustomerObjectId": [
    1,
    2
  ],
  "contractObjectPACustomerKeyReq": 1,
  "contractObjectPAOther": 2,
  "contractObjectPALearningModule": 3,
  "contractObjectProfessionalAidFile": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CopyContractObjectPACommand'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1