Create a project customer
post
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectCustomers
Request
Path Parameters
-
ProjectId(required): integer(int64)
Unique identifier of the project.
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
CustomerTeamMembers: array
Customer Team Members
Title:
Customer Team MembersA customer team member is an external stakeholder from the client organization who is granted access to the project. -
PartyId: integer
(int64)
Title:
Customer Party IDUnique identifier of the project customer party. -
PartyName: string
Title:
Customer Party NameMaximum Length:360Name of a person or group of persons who constitute the project customer. -
PartyNumber: string
Title:
Customer Party NumberMaximum Length:30Unique number of a person or group of persons who constitute the project customer. -
ProjectId: integer
(int64)
Title:
Project IDUnique identifier of the project. -
ProjectPartyId: integer
(int64)
Title:
Project Party IDUnique identifier of a party assignment to the project.
Nested Schema : Customer Team Members
Type:
arrayTitle:
Customer Team MembersA customer team member is an external stakeholder from the client organization who is granted access to the project.
Show Source
Nested Schema : projects-ProjectCustomers-CustomerTeamMembers-item-post-request
Type:
Show Source
object-
EndDate: string
(date)
Title:
End DateDate on which the assignment of the customer team member to the project is scheduled to end. -
PersonId: integer
(int64)
Title:
Person IDUnique identifier of the person assigned as a customer team member on the project. -
ProjectPartyId: integer
(int64)
Title:
Project Party IDUnique identifier of a party assignment to the project. -
ProjectRole: string
Title:
NameMaximum Length:240The role that a customer team member performs on a project. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDThe unique identifier of the project role. -
RegistryId: string
Title:
Registry IDMaximum Length:30Alternate identifier of the person assigned as a customer team member on the project. -
StartDate: string
(date)
Title:
Start DateDate from which the assignment of the customer team member to the project is scheduled to begin.
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 : projects-ProjectCustomers-item-response
Type:
Show Source
object-
CustomerTeamMembers: array
Customer Team Members
Title:
Customer Team MembersA customer team member is an external stakeholder from the client organization who is granted access to the project. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartyId: integer
(int64)
Title:
Customer Party IDUnique identifier of the project customer party. -
PartyName: string
Title:
Customer Party NameMaximum Length:360Name of a person or group of persons who constitute the project customer. -
PartyNumber: string
Title:
Customer Party NumberMaximum Length:30Unique number of a person or group of persons who constitute the project customer. -
ProjectId: integer
(int64)
Title:
Project IDUnique identifier of the project. -
ProjectPartyId: integer
(int64)
Title:
Project Party IDUnique identifier of a party assignment to the project.
Nested Schema : Customer Team Members
Type:
arrayTitle:
Customer Team MembersA customer team member is an external stakeholder from the client organization who is granted access to the project.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projects-ProjectCustomers-CustomerTeamMembers-item-response
Type:
Show Source
object-
EndDate: string
(date)
Title:
End DateDate on which the assignment of the customer team member to the project is scheduled to end. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Person: string
Title:
PersonRead Only:trueMaximum Length:360The combination of title, first, middle, last, and suffix names of the person. -
PersonId: integer
(int64)
Title:
Person IDUnique identifier of the person assigned as a customer team member on the project. -
PrimaryEmail: string
Title:
Primary EmailRead Only:trueMaximum Length:320Primary email address of the person assigned as a customer team member on the project. -
PrimaryJobTitle: string
Title:
Primary Job TitleRead Only:trueMaximum Length:100Primary job title of the person assigned as a customer team member on the project. -
PrimaryPhone: string
Title:
Primary PhoneRead Only:truePrimary phone number of the person assigned as a customer team member on the project. -
ProjectPartyId: integer
(int64)
Title:
Project Party IDUnique identifier of a party assignment to the project. -
ProjectRole: string
Title:
NameMaximum Length:240The role that a customer team member performs on a project. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDThe unique identifier of the project role. -
RegistryId: string
Title:
Registry IDMaximum Length:30Alternate identifier of the person assigned as a customer team member on the project. -
StartDate: string
(date)
Title:
Start DateDate from which the assignment of the customer team member to the project is scheduled to begin.
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
- CustomerTeamMembers
-
Parameters:
- ProjectId:
$request.path.ProjectId - ProjectPartyId:
$request.path.ProjectPartyId
A customer team member is an external stakeholder from the client organization who is granted access to the project. - ProjectId:
Examples
The following example shows how to create a project customer by submitting a POST request on the REST resource using cURL.
curl --user ppm_cloud_user -X POST -d @example_request_payload.json C:\CONTENT\REST_API\PPM\R11\Examples\op-projects-post.xml https://your_organization.com:port/fscmRestApi/resources/11.13.0.0/projects/300100072711280/child/ProjectCustomers
Example of Request Body
The following example shows the request body to create a project customer with party number 1005 associated with the project with project ID 300100072711280.
{
"PartyNumber": "1005"
}
Example of Response Body
The following example shows the contents of the response body in JSON format, including the details of the new project customer.
{
"PartyId": 1005
"PartyNumber": null
"PartyName": null
"ProjectId": 300100072711280
"ProjectPartyId": 300100072928720
-"links": [3]
-0: {
"rel": "self"
...
}
}