POST api/Hub47/AddMembership
Request Information
URI Parameters
None.
Body Parameters
Hub_MemberShipInformationName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
None. |
|
string |
None. |
||
ContactNo | string |
None. |
|
Membership | string |
None. |
|
Notes | string |
None. |
|
EntryDate | date |
None. |
|
Status | boolean |
None. |
|
OrganizationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "Email": "sample string 3", "ContactNo": "sample string 4", "Membership": "sample string 5", "Notes": "sample string 6", "EntryDate": "2025-01-10T21:31:45.7317582+04:00", "Status": true, "OrganizationName": "sample string 7" }
application/xml, text/xml
Sample:
<Hub_MemberShipInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models"> <ContactNo>sample string 4</ContactNo> <Email>sample string 3</Email> <EntryDate>2025-01-10T21:31:45.7317582+04:00</EntryDate> <ID>1</ID> <Membership>sample string 5</Membership> <Name>sample string 2</Name> <Notes>sample string 6</Notes> <OrganizationName>sample string 7</OrganizationName> <Status>true</Status> </Hub_MemberShipInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |