POST api/PhoneEmailLabel/Save
Request Information
URI Parameters
None.
Body Parameters
PhoneEmailLabelViewModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
|
IsMobileLabel | boolean |
None. |
|
AccountId | string |
None. |
|
IsSystemLabel | boolean |
None. |
|
Id | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
CreatedBy | string |
None. |
|
UpdatedBy | string |
None. |
|
CreatedByUserId | string |
None. |
|
UpdatedByUserId | string |
None. |
|
IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "IsMobileLabel": true, "AccountId": "sample string 3", "IsSystemLabel": true, "Id": "sample string 5", "CreatedDate": "2024-11-21T07:51:09.4400801+00:00", "UpdatedDate": "2024-11-21T07:51:09.4400801+00:00", "CreatedBy": "sample string 8", "UpdatedBy": "sample string 9", "CreatedByUserId": "sample string 10", "UpdatedByUserId": "sample string 11", "IsDeleted": true }
application/xml, text/xml
Sample:
<PhoneEmailLabelViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 8</CreatedBy> <CreatedByUserId xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 10</CreatedByUserId> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">2024-11-21T07:51:09.4400801+00:00</CreatedDate> <Id xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 5</Id> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">true</IsDeleted> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 9</UpdatedBy> <UpdatedByUserId xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 11</UpdatedByUserId> <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">2024-11-21T07:51:09.4400801+00:00</UpdatedDate> <AccountId>sample string 3</AccountId> <IsMobileLabel>true</IsMobileLabel> <IsSystemLabel>true</IsSystemLabel> <Name>sample string 1</Name> </PhoneEmailLabelViewModel>
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.