POST api/MOD/ResolveMOD

Request Information

URI Parameters

None.

Body Parameters

MODResolutionDTO
NameDescriptionTypeAdditional information
ModId

integer

None.

AssociateId

integer

None.

ResolutionType

MODResolutionTypeEnum

None.

Note

string

None.

IsTraining

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ModId": 1,
  "AssociateId": 2,
  "ResolutionType": 1,
  "Note": "sample string 3",
  "IsTraining": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true