POST api/contactclub/create
יצירה של חברות חדשה במועדון
Request Information
URI Parameters
None.
Body Parameters
ucc_contact_club
ucc_contact_club| Name | Description | Type | Additional information |
|---|---|---|---|
| ucc_contact_id |
איש קשר |
ContactRefernce |
Required |
| ucc_club_id |
מועדון |
ucc_clubReference |
Required |
| ucc_start_date |
תאריך התחלה |
date |
None. |
| ucc_end_date |
תאריך התחלה |
date |
None. |
| ucc_get_payment |
התקבל תשלום |
ucc_get_payment |
None. |
| Id |
Dynamics 365 primary key. |
globally unique identifier |
None. |
| CreatedOn |
נוצר ב |
date |
None. |
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ucc_contact_id": {
"displayName": "sample string 1",
"id": "6fbfc1fd-0cd3-48d7-ab93-a7d1d7815437",
"createdOn": "2026-06-03T18:12:51.1676864+00:00",
"modifiedOn": "2026-06-03T18:12:51.1676864+00:00"
},
"ucc_club_id": {
"displayName": "sample string 1",
"id": "5742e38b-3566-4263-83a0-d6516340dce9",
"createdOn": "2026-06-03T18:12:51.1676864+00:00",
"modifiedOn": "2026-06-03T18:12:51.1676864+00:00"
},
"ucc_start_date": "2026-06-03T18:12:51.1676864+00:00",
"ucc_end_date": "2026-06-03T18:12:51.1676864+00:00",
"ucc_get_payment": 0,
"id": "4f31545b-af4d-4533-bb0d-fe10874e078a",
"createdOn": "2026-06-03T18:12:51.1676864+00:00",
"modifiedOn": "2026-06-03T18:12:51.1676864+00:00"
}
application/xml, text/xml
Sample:
<ucc_contact_club xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
<CreatedOn>2026-06-03T18:12:51.1676864+00:00</CreatedOn>
<Id>4f31545b-af4d-4533-bb0d-fe10874e078a</Id>
<ModifiedOn>2026-06-03T18:12:51.1676864+00:00</ModifiedOn>
<ucc_club_id>
<CreatedOn>2026-06-03T18:12:51.1676864+00:00</CreatedOn>
<Id>5742e38b-3566-4263-83a0-d6516340dce9</Id>
<ModifiedOn>2026-06-03T18:12:51.1676864+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_club_id>
<ucc_contact_id>
<CreatedOn>2026-06-03T18:12:51.1676864+00:00</CreatedOn>
<Id>6fbfc1fd-0cd3-48d7-ab93-a7d1d7815437</Id>
<ModifiedOn>2026-06-03T18:12:51.1676864+00:00</ModifiedOn>
<DisplayName>sample string 1</DisplayName>
</ucc_contact_id>
<ucc_end_date>2026-06-03T18:12:51.1676864+00:00</ucc_end_date>
<ucc_get_payment>OPT0</ucc_get_payment>
<ucc_start_date>2026-06-03T18:12:51.1676864+00:00</ucc_start_date>
</ucc_contact_club>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
מזהה יחודי של הרשומה שנוצרת
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.