POST api/ActivityDateLinking/GetActivityDateLinkingData
Request Information
URI Parameters
None.
Body Parameters
ActivityDateLinkingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| err_msg | string |
None. |
|
| response | boolean |
None. |
|
| prg_code | string |
None. |
|
| linking_id | integer |
None. |
|
| activity_link_date_id | integer |
None. |
|
| ds | DataSet |
None. |
|
| dt | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"err_msg": "sample string 2",
"response": true,
"prg_code": "sample string 4",
"linking_id": 5,
"activity_link_date_id": 6,
"ds": null,
"dt": null
}
application/xml, text/xml
Sample:
<ActivityDateLinkingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <activity_link_date_id>6</activity_link_date_id> <ds i:nil="true" /> <dt i:nil="true" /> <err_msg>sample string 2</err_msg> <linking_id>5</linking_id> <prg_code>sample string 4</prg_code> <response>true</response> <user_id>1</user_id> </ActivityDateLinkingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.