DELETE api/LinkedModules/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LinkedModule| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkedId | integer |
None. |
|
| ModuleCode | string |
None. |
|
| CompanyCode | string |
None. |
|
| LinkedBy | string |
None. |
|
| Date | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LinkedId": 1,
"ModuleCode": "sample string 2",
"CompanyCode": "sample string 3",
"LinkedBy": "sample string 4",
"Date": "sample string 5"
}