POST api/IndividualMemberships/CRUD

Add/Update/Delete IndividualMemberships

Request Information

URI Parameters

None.

Body Parameters

String Array of IndividualMemberships Names And Information(Mandatory)

Collection of IndividualMembershipsInfo
NameDescriptionTypeAdditional information
IndividualMembershipsId

integer

None.

ittfid

integer

None.

MembershipId

integer

None.

Activefrom

date

None.

Expireson

date

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Deleted

integer

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "IndividualMembershipsId": 1,
    "ittfid": 1,
    "MembershipId": 1,
    "Activefrom": "2025-07-18T16:18:04.1164581+00:00",
    "Expireson": "2025-07-18T16:18:04.1164581+00:00",
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:18:04.1164581+00:00"
  },
  {
    "IndividualMembershipsId": 1,
    "ittfid": 1,
    "MembershipId": 1,
    "Activefrom": "2025-07-18T16:18:04.1164581+00:00",
    "Expireson": "2025-07-18T16:18:04.1164581+00:00",
    "IsActive": true,
    "IsDeleted": true,
    "Deleted": 1,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:18:04.1164581+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIndividualMembershipsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <IndividualMembershipsInfo>
    <Activefrom>2025-07-18T16:18:04.1164581+00:00</Activefrom>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <Expireson>2025-07-18T16:18:04.1164581+00:00</Expireson>
    <IndividualMembershipsId>1</IndividualMembershipsId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:18:04.1164581+00:00</LastUpdatedDateTime>
    <MembershipId>1</MembershipId>
    <ittfid>1</ittfid>
  </IndividualMembershipsInfo>
  <IndividualMembershipsInfo>
    <Activefrom>2025-07-18T16:18:04.1164581+00:00</Activefrom>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <Expireson>2025-07-18T16:18:04.1164581+00:00</Expireson>
    <IndividualMembershipsId>1</IndividualMembershipsId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:18:04.1164581+00:00</LastUpdatedDateTime>
    <MembershipId>1</MembershipId>
    <ittfid>1</ittfid>
  </IndividualMembershipsInfo>
</ArrayOfIndividualMembershipsInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>