Create subscription contacts
post
/crmRestApi/resources/11.13.18.05/subscriptions/{SubscriptionNumber}/child/parties/{PartyPuid}/child/contacts
Request
Path Parameters
-
PartyPuid(required): string
The alternate identifier of the party.
-
SubscriptionNumber(required): string
The alternate identifier of the subscription.
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
-
Upsert-Mode: string
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AccessLevel: string
Maximum Length:
302The access level of the contact. -
BillingOwnerFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether this contact is a billing owner or not. -
ContactEmail: string
Title:
EmailThe contact's email address. -
ContactId: integer
(int64)
The unique identifier of the contact.
-
ContactName: string
Title:
NameThe contact name. -
ContactNumber: string
Title:
Party Contact NumberThe contact number. -
ContactPuid: string
Maximum Length:
120The alternate subscription contact. -
ContactRole: string
Title:
RoleMaximum Length:30The contact role. -
EndDate: string
(date)
The end date of the contact.
-
InternalFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether this contact is internal or not. -
OwnerFlag: boolean
Title:
OwnerMaximum Length:1Default Value:falseIndicates whether the contact is the owner. -
PartyId: integer
The unique identifier of the party.
-
PartyNumber: string
Title:
Party NumberMaximum Length:120Party Number -
PartyPuid: string
Title:
Party NumberMaximum Length:120Party PUID -
PartyRole: string
Title:
RoleMaximum Length:20Party Role -
StartDate: string
(date)
The start date of the contact.
-
SubscriptionContactId: integer
(int64)
The unique identifier of the subscription contact.
-
SubscriptionId: integer
(int64)
The unique identifier of the subscription.
-
SubscriptionNumber: string
Title:
Subscription NumberMaximum Length:120Subscription Number -
SubscriptionPartyId: integer
(int64)
The unique identifier of the subscription party.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : subscriptions-parties-contacts-item-response
Type:
Show Source
object-
AccessLevel: string
Maximum Length:
302The access level of the contact. -
BillingOwnerFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether this contact is a billing owner or not. -
ContactEmail: string
Title:
EmailThe contact's email address. -
ContactId: integer
(int64)
The unique identifier of the contact.
-
ContactName: string
Title:
NameThe contact name. -
ContactNumber: string
Title:
Party Contact NumberThe contact number. -
ContactPuid: string
Maximum Length:
120The alternate subscription contact. -
ContactRole: string
Title:
RoleMaximum Length:30The contact role. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the contact. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the contact was created. -
EndDate: string
(date)
The end date of the contact.
-
InternalFlag: boolean
Maximum Length:
1Default Value:falseIndicates whether this contact is internal or not. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the contact was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the contact. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the contact. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Read Only:
trueThe object version number. -
OwnerFlag: boolean
Title:
OwnerMaximum Length:1Default Value:falseIndicates whether the contact is the owner. -
PartyId: integer
The unique identifier of the party.
-
PartyNumber: string
Title:
Party NumberMaximum Length:120Party Number -
PartyPuid: string
Title:
Party NumberMaximum Length:120Party PUID -
PartyRole: string
Title:
RoleMaximum Length:20Party Role -
StartDate: string
(date)
The start date of the contact.
-
SubscriptionContactId: integer
(int64)
The unique identifier of the subscription contact.
-
SubscriptionId: integer
(int64)
The unique identifier of the subscription.
-
SubscriptionNumber: string
Title:
Subscription NumberMaximum Length:120Subscription Number -
SubscriptionPartyId: integer
(int64)
The unique identifier of the subscription party.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- ContactRolesVA
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DORA_OSS_PARTY_CONTACT_ROLES
The list of values indicating the contact role.
The following properties are defined on the LOV link relation:- Source Attribute: ContactRole; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ExternalContactsVO
-
Parameters:
- finder:
ExternalContactsbyPartyIdFinder%3BbindPartyId%3D{PartyId}
The list of values indicating the contact name.
The following properties are defined on the LOV link relation:- Source Attribute: ContactName; Target Attribute: ContactName
- Display Attribute: ContactName
- finder:
Examples
The following example shows how to create a subscription contact by submitting a POST request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X POST -d
@example_request_payload.json https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/subscriptions/GP-5678/child/parties/GP-5678-PRTY-9/child/contacts
Example of Request Body
The following example shows the contents of the request body in JSON format.
{
"ContactPuid": "GP-5678-PRTY-9-PCNT-10",
"ContactRole": "ORA_CUSTOMER_CONTACT",
"PartyId": 1001,
"ContactId": 1009,
"BillingOwnerFlag": false,
"InternalFlag": false
}
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"SubscriptionContactId": 300100177241556,
"ContactPuid": "GP-5678-PRTY-9-PCNT-10",
"SubscriptionPartyId": 300100177254426,
"ContactRole": "ORA_CUSTOMER_CONTACT",
"SubscriptionId": 300100177254423,
"PartyId": 1001,
"ContactId": 1009,
"StartDate": null,
"EndDate": null,
"AccessLevel": null,
"BillingOwnerFlag": false,
"InternalFlag": false,
"ContactName": "Mike Kenton",
"ContactEmail": null,
"ObjectVersionNumber": 1,
"CreatedBy": "CONMGR",
"CreationDate": "2019-06-05T03:14:40+00:00",
"LastUpdatedBy": "CONMGR",
"LastUpdateDate": "2019-06-05T03:14:40.329+00:00",
"LastUpdateLogin": "8A5689AE12D939D9E05322EAF40A63A4",
...
}