POST api/LinkedModules
Request Information
URI Parameters
None.
Body Parameters
LinkedModule| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkedId | integer |
None. |
|
| ModuleCode | string |
None. |
|
| CompanyCode | string |
None. |
|
| LinkedBy | string |
None. |
|
| Date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkedId": 1,
"ModuleCode": "sample string 2",
"CompanyCode": "sample string 3",
"LinkedBy": "sample string 4",
"Date": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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"
}