POST api/projectsubscriptionmapping/add
Request Information
URI Parameters
None.
Body Parameters
Project2SubscriptionMappingDTOName | Description | Type | Additional information |
---|---|---|---|
SubscriptionId | integer |
None. |
|
OrganizationID | integer |
None. |
|
ProjectID | integer |
None. |
|
IsActive | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SubscriptionId": 1, "OrganizationID": 2, "ProjectID": 3, "IsActive": true, "CreatedBy": 5, "CreatedDate": "2025-09-06T19:03:50.8292304+00:00" }
application/xml, text/xml
Sample:
<Project2SubscriptionMappingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CA.BLayer.Common.Model.Project2SubscriptionMapping"> <CreatedBy>5</CreatedBy> <CreatedDate>2025-09-06T19:03:50.8292304+00:00</CreatedDate> <IsActive>true</IsActive> <OrganizationID>2</OrganizationID> <ProjectID>3</ProjectID> <SubscriptionId>1</SubscriptionId> </Project2SubscriptionMappingDTO>
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.