POST api/ContractObject/ContractObjectPALearningModule

Add to ContractObject PA LearningModule

Request Information

URI Parameters

None.

Body Parameters

ContractObjectPALearningModule
NameDescriptionTypeAdditional information
ContractObjectPALearningModuleId

integer

None.

ContractObjectId

integer

None.

RelationServiceType

integer

None.

RelationLearningModule

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "contractObjectPALearningModuleId": 1,
  "contractObjectId": 2,
  "relationServiceType": 3,
  "relationLearningModule": 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 'ContractObjectPALearningModule'.

Response Information

Resource Description

None.