DELETE api/groups/{groupid}/groupplans/{groupplanid}/planContracts/{plancontractid}/plancontractartypes/{id}

Deletes a Plan Contract - AR Type junction record, removing the association between a contract code and an AR type.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

Group identifier

integer

Required

groupplanid

Group Plan identifier

integer

Required

plancontractid

Plan Contract identifier

integer

Required

id

Plan Contract AR Type identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

An http result code indicated the status of the completed delete operation

IHttpActionResult

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:

Sample not available.