POST api/DocumentType/CommtoAutoScheduleSave
Request Information
URI Parameters
None.
Body Parameters
CommtoAutoScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuCode | integer |
None. |
|
| MenuId | integer |
None. |
|
| Operation | string |
None. |
|
| Entity_Id | integer |
None. |
|
| UserId | integer |
None. |
|
| AsgMappingID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"menucode": 1,
"menuid": 2,
"operation": "sample string 3",
"entity_id": 4,
"userid": 5,
"asgmappingid": 6
}
application/xml, text/xml
Sample:
<CommtoAutoScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Common"> <AsgMappingID>6</AsgMappingID> <Entity_Id>4</Entity_Id> <MenuCode>1</MenuCode> <MenuId>2</MenuId> <Operation>sample string 3</Operation> <UserId>5</UserId> </CommtoAutoScheduleModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>