POST api/ContractObject/ContractObjectPALearningModule
Add to ContractObject PA LearningModule
Request Information
URI Parameters
None.
Body Parameters
ContractObjectPALearningModule| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.